Commit Graph

3194 Commits

Author SHA1 Message Date
Raffi Enficiaud
b605c2baef Revert "making sure test does not change precision itself"
This reverts commit 13b4547e7f.
2015-10-08 03:16:57 +02:00
Raffi Enficiaud
6c00ad15cf Revert "-- is required before extra test module arguments"
This reverts commit c0d2d29284.
2015-10-08 03:16:44 +02:00
Raffi Enficiaud
89a38094d4 Revert "fixed msvc-14.0 warnings and fixed pattern file for error handling test"
This reverts commit 25aef40dd0.
2015-10-08 03:16:33 +02:00
Raffi Enficiaud
88b6976710 Revert "Linux warning and errors addressed"
This reverts commit 83289d7db6, reversing
changes made to 25aef40dd0.
2015-10-08 03:12:38 +02:00
Raffi Enficiaud
1818bbd469 Revert "cleanup in utils directory"
This reverts commit 36b61c1b2f.
2015-10-08 03:07:07 +02:00
Raffi Enficiaud
9ddd562779 Revert "."
This reverts commit eb3b2210a3.
2015-10-08 03:06:40 +02:00
Raffi Enficiaud
c99f9b591f Change log update 2015-10-07 00:59:09 +02:00
Gennadiy Rozental
c80e2a6f6b fix comparison of collections of collection types 2015-10-07 00:54:33 +02:00
Raffi Enficiaud
635a98c91e Preparing change log 2015-10-07 00:47:43 +02:00
Gennadiy Rozental
eb3b2210a3 . 2015-10-03 14:16:59 -04:00
Gennadiy Rozental
36b61c1b2f cleanup in utils directory 2015-10-03 03:49:31 -04:00
Gennadiy Rozental
83289d7db6 Linux warning and errors addressed 2015-10-03 00:01:26 -04:00
Gennadiy Rozental
25aef40dd0 fixed msvc-14.0 warnings and fixed pattern file for error handling test 2015-10-02 04:27:27 -04:00
Gennadiy Rozental
c0d2d29284 -- is required before extra test module arguments 2015-10-01 03:38:44 -04:00
Gennadiy Rozental
13b4547e7f making sure test does not change precision itself 2015-09-30 20:09:35 -04:00
Gennadiy Rozental
f0e175c841 added test case for ostream precision mutation 2015-09-30 19:57:58 -04:00
Gennadiy Rozental
cda8528369 Properly update argc
Fixed test module result code in case of CLA parsing failure
2015-09-30 19:54:53 -04:00
Gennadiy Rozental
26fc71a96c slightly improved error message 2015-09-30 19:53:08 -04:00
Gennadiy Rozental
ffb90f21b7 file headers cleanup 2015-09-29 22:18:22 -04:00
Raffi Enficiaud
8fac3b6edf Adding a CMakeLists.txt file, to avoid loosing too much time in switching environments for debugging
Adding the tests into CMake from the doc/example path
2015-09-29 09:58:45 +02:00
Raffi Enficiaud
2e7e1e2c3f Markdown on github 2015-09-29 09:58:34 +02:00
Raffi Enficiaud
22b653b130 Merge branch 'tractickets/11478-exception-poor-message' into develop
* tractickets/11478-exception-poor-message:
  change log update
  Improved message for exception handling
2015-09-28 11:06:25 +02:00
Raffi Enficiaud
564b40c8ad change log update 2015-09-28 10:57:12 +02:00
Raffi Enficiaud
bade384dfe Improved message for exception handling 2015-09-28 10:56:59 +02:00
Raffi Enficiaud
4a823b6d10 Keeping track of the change log 2015-09-28 10:48:10 +02:00
Raffi Enficiaud
dc83a14111 Updating the file set for the doxygen doc 2015-09-28 10:28:24 +02:00
Raffi Enficiaud
4d2dd7ea90 removing trillions of warnings 2015-09-28 10:28:10 +02:00
Raffi Enficiaud
5bef7b778c resurrecting images and css 2015-09-28 10:27:58 +02:00
Raffi Enficiaud
13b4cfa64f some mistakes for the env variables (test filter and wait for debug). 2015-09-28 10:27:45 +02:00
Raffi Enficiaud
abd598a2ce Update change log 2015-09-28 10:23:16 +02:00
Gennadiy Rozental
3906cc513f Copyright update 2015-09-25 04:20:51 -04:00
Gennadiy Rozental
326fae928e eliminate use of virtual functions in dataset interface 2015-09-25 03:40:41 -04:00
Gennadiy Rozental
c53a3b4e0d Introducing initializer_list based datasets 2015-09-25 01:05:04 -04:00
Gennadiy Rozental
14400788db Implemented seed for datasets, allowing to avoid some data::make calls in BOOST_DATA_TEST_CASE. 2015-09-25 01:00:46 -04:00
Gennadiy Rozental
a733f30a31 after testing 2015-09-24 02:41:37 -04:00
Raffi Enficiaud
fad2d2938c Merge branch 'pr/pr-87' into develop
* pr/pr-87:
  Fix compilation with BOOST_NO_EXCEPTIONS
2015-09-18 17:44:08 +02:00
Marcel Raad
e0f176a355 Fix compilation with BOOST_NO_EXCEPTIONS
The return type of throw_exception was missing.

Amend: making the signature of BOOST_NORETURN appear first.
2015-09-18 17:34:40 +02:00
Raffi Enficiaud
450c1927b9 Fixing doc file links (check on the website) 2015-09-18 17:19:29 +02:00
Raffi Enficiaud
29f2adc11a remove non-sense 2015-09-17 15:27:55 +02:00
Raffi Enficiaud
46ce341e79 Merge branch 'local/exception_doc' into develop
* local/exception_doc:
  Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain).
  Updating the README for the doc Trying to integrate the boost.test logo to the doc
  line endings
  Exception correctness testing section
2015-09-17 15:12:32 +02:00
Raffi Enficiaud
e41a29bb32 Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain). 2015-09-17 15:11:46 +02:00
Raffi Enficiaud
cfbb2958d5 Updating the README for the doc
Trying to integrate the boost.test logo to the doc
2015-09-17 15:09:30 +02:00
Raffi Enficiaud
447b6d6b30 line endings 2015-09-17 15:09:04 +02:00
Raffi Enficiaud
2c6dcdb247 Exception correctness testing section
- clarify the reference section
- emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions
- full example for API testing
- renaming cpp files
- adding examples
2015-09-17 15:07:48 +02:00
Gennadiy Rozental
325961e188 work in progress 2015-09-16 20:05:03 -04:00
Gennadiy Rozental
3dff605b6b work in progress 2015-09-16 17:17:36 -04:00
Gennadiy Rozental
ce7b1443e2 work in progress 2015-09-16 09:30:23 -04:00
Gennadiy Rozental
f7972e751c work in progress 2015-09-16 08:27:53 -04:00
Gennadiy Rozental
7d0c7cc5c9 in progress 2015-09-15 03:17:38 -04:00
Gennadiy Rozental
48905a08f9 in progress 2015-09-15 02:09:20 -04:00