Commit Graph

3194 Commits

Author SHA1 Message Date
Raffi Enficiaud
99c65526b5 Merge branch 'topic/markdown-github' into develop 2015-10-20 07:50:39 +02:00
Raffi Enficiaud
d2a03d58eb Merge branch 'topic/improved-floating-point-error-messages' into develop 2015-10-20 07:50:27 +02:00
Raffi Enficiaud
5a05b9bc40 Merge branch 'topic/CMakelist-txt' into develop 2015-10-20 07:50:15 +02:00
Raffi Enficiaud
f4e54c38a9 Merge branch 'develop'
* develop: (83 commits)
  fixup! warning settings pop for GCC
  fixup! do not enforce the support of PP_VARIADIC if already defined
  Doc: some indication on the support level of BOOST_TEST
  Disabling variadic macro extensions from the standard from the Jamfiles
  Making test compatible with C++03 (old interface) Introducing a new macro indicating fulle support of BOOST_TEST
  Disabling warning on CLANG and GCC due to the BOOST_PP_VARIADIC enforcement
  Enabling variadic macros support on CLANG and GCC
  Adding requirements for filtering out unit tests and better C++03/C++11 compatibility Removing the enforcement of the C++ dialect from the Jamfile
  Revert "after testing"
  Revert "Implemented seed for datasets, allowing to avoid some data::make calls in BOOST_DATA_TEST_CASE."
  Revert "Introducing initializer_list based datasets"
  Revert "eliminate use of virtual functions in dataset interface"
  Revert "Copyright update"
  Revert "Update change log"
  Revert "some mistakes for the env variables (test filter and wait for debug)."
  Revert "resurrecting images and css"
  Revert "removing trillions of warnings"
  Revert "Updating the file set for the doxygen doc"
  Revert "Keeping track of the change log"
  Revert "Merge branch 'tractickets/11478-exception-poor-message' into develop"
  ...
2015-10-20 07:31:21 +02:00
Raffi Enficiaud
881df33321 cosmetic 2015-10-19 14:47:49 +02:00
Raffi Enficiaud
b22ba1ce13 Changelog and documentation update for topic 2015-10-19 14:47:49 +02:00
Raffi Enficiaud
9dead6da67 Dataset: avoid the use of virtual functions 2015-10-19 14:47:49 +02:00
Gennadiy Rozental
5bdc7de0e6 Dataset: enabling C++11 initialization lists for dataset construction 2015-10-19 14:47:49 +02:00
Gennadiy Rozental
5a3daa0eb4 Dataset: adding seed for cleaner API
Implemented seed for datasets, allowing to avoid some data::make calls in BOOST_DATA_TEST_CASE.
2015-10-19 14:47:49 +02:00
Gennadiy Rozental
179c94bf7f Datasets: remove C++03 support
Various cleanups
2015-10-19 14:21:11 +02:00
Raffi Enficiaud
57f2aa8f0f CMake: adding unit tests 2015-10-19 14:18:50 +02:00
Raffi Enficiaud
71ff858770 CMakeLists.txt: adding unit test and disabling auto link 2015-10-19 14:17:59 +02:00
Raffi Enficiaud
547de00843 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-10-19 14:17:59 +02:00
Gennadiy Rozental
b011e02349 copyright update 2015-10-19 14:14:43 +02:00
Raffi Enficiaud
4fdae39a94 change log update 2015-10-19 14:12:19 +02:00
Gennadiy Rozental
3113a6d0e2 fixup! test cases for new exception messages + revival 2015-10-19 14:12:18 +02:00
Raffi Enficiaud
cb293fc51b Improved message for exception handling 2015-10-19 14:12:18 +02:00
Gennadiy Rozental
f0c299725a fixup! making sure test does not change precision itself 2015-10-19 14:09:50 +02:00
Gennadiy Rozental
1d4321d0c3 test case for ostream precision mutation 2015-10-19 14:08:40 +02:00
Raffi Enficiaud
3451b7da66 Markdown on github 2015-10-19 14:08:16 +02:00
Gennadiy Rozental
9bfbf11917 slightly improved error message 2015-10-19 14:06:42 +02:00
Raffi Enficiaud
538896cd7c Merge branch 'topic/fix-c03-unittest-compat' into develop 2015-10-19 14:03:15 +02:00
Raffi Enficiaud
99aeba89c4 fixup! warning settings pop for GCC 2015-10-16 18:08:33 +02:00
Raffi Enficiaud
95a012ce5b Merge branch 'topic/fix-c03-unittest-compat' into develop 2015-10-16 13:36:33 +02:00
Raffi Enficiaud
53bae5e24e fixup! do not enforce the support of PP_VARIADIC if already defined 2015-10-16 11:39:26 +02:00
Raffi Enficiaud
a9b858f60f Merge branch 'topic/fix-c03-unittest-compat' into develop
* topic/fix-c03-unittest-compat:
  Doc: some indication on the support level of BOOST_TEST
  Disabling variadic macro extensions from the standard from the Jamfiles
  Making test compatible with C++03 (old interface) Introducing a new macro indicating fulle support of BOOST_TEST
  Disabling warning on CLANG and GCC due to the BOOST_PP_VARIADIC enforcement
  Enabling variadic macros support on CLANG and GCC
  Adding requirements for filtering out unit tests and better C++03/C++11 compatibility Removing the enforcement of the C++ dialect from the Jamfile
  Change log update
  fix comparison of collections of collection types
  Preparing change log
2015-10-15 23:05:38 +02:00
Raffi Enficiaud
ae8273dfcf Doc: some indication on the support level of BOOST_TEST 2015-10-15 22:21:20 +02:00
Raffi Enficiaud
dbd334881d Disabling variadic macro extensions from the standard from the Jamfiles 2015-10-15 22:21:20 +02:00
Raffi Enficiaud
19b214be01 Making test compatible with C++03 (old interface)
Introducing a new macro indicating fulle support of BOOST_TEST
2015-10-15 22:16:14 +02:00
Raffi Enficiaud
4d35ca9cce Disabling warning on CLANG and GCC due to the BOOST_PP_VARIADIC enforcement 2015-10-15 22:16:14 +02:00
Raffi Enficiaud
976f69a5fa Enabling variadic macros support on CLANG and GCC 2015-10-15 22:09:01 +02:00
Raffi Enficiaud
2355950c79 Adding requirements for filtering out unit tests and better C++03/C++11 compatibility
Removing the enforcement of the C++ dialect from the Jamfile
2015-10-15 22:09:01 +02:00
Raffi Enficiaud
5655c491a6 Revert "after testing"
This reverts commit a733f30a31.
2015-10-08 03:28:28 +02:00
Raffi Enficiaud
fb585531af Revert "Implemented seed for datasets, allowing to avoid some data::make calls in BOOST_DATA_TEST_CASE."
This reverts commit 14400788db, reversing
changes made to a733f30a31.
2015-10-08 03:28:11 +02:00
Raffi Enficiaud
8114164d72 Revert "Introducing initializer_list based datasets"
This reverts commit c53a3b4e0d, reversing
changes made to 14400788db.
2015-10-08 03:27:46 +02:00
Raffi Enficiaud
56d7c84624 Revert "eliminate use of virtual functions in dataset interface"
This reverts commit 326fae928e, reversing
changes made to c53a3b4e0d.
2015-10-08 03:27:25 +02:00
Raffi Enficiaud
364649217d Revert "Copyright update"
This reverts commit 3906cc513f.
2015-10-08 03:26:40 +02:00
Raffi Enficiaud
52c2d69dac Revert "Update change log"
This reverts commit abd598a2ce.
2015-10-08 03:26:29 +02:00
Raffi Enficiaud
5b659e70eb Revert "some mistakes for the env variables (test filter and wait for debug)."
This reverts commit 13b4cfa64f.
2015-10-08 03:26:18 +02:00
Raffi Enficiaud
27c19a2b6c Revert "resurrecting images and css"
This reverts commit 5bef7b778c.
2015-10-08 03:26:03 +02:00
Raffi Enficiaud
a9574812f4 Revert "removing trillions of warnings"
This reverts commit 4d2dd7ea90.
2015-10-08 03:25:54 +02:00
Raffi Enficiaud
31bf2f830d Revert "Updating the file set for the doxygen doc"
This reverts commit dc83a14111.
2015-10-08 03:25:18 +02:00
Raffi Enficiaud
07eddbd686 Revert "Keeping track of the change log"
This reverts commit 4a823b6d10.
2015-10-08 03:24:55 +02:00
Raffi Enficiaud
a2dd997514 Revert "Merge branch 'tractickets/11478-exception-poor-message' into develop"
This reverts commit 22b653b130, reversing
changes made to 4a823b6d10.
2015-10-08 03:24:10 +02:00
Raffi Enficiaud
ef222878b1 Revert "Markdown on github"
This reverts commit 2e7e1e2c3f.
2015-10-08 03:24:00 +02:00
Raffi Enficiaud
81487fa2e2 Revert "Adding a CMakeLists.txt file, to avoid loosing too much time in switching environments for debugging"
This reverts commit 8fac3b6edf.
2015-10-08 03:18:08 +02:00
Raffi Enficiaud
cabcd04597 Revert "file headers cleanup"
This reverts commit ffb90f21b7.
2015-10-08 03:17:48 +02:00
Raffi Enficiaud
0e5f30faab Revert "slightly improved error message"
This reverts commit 26fc71a96c.
2015-10-08 03:17:37 +02:00
Raffi Enficiaud
4511e49406 Revert "Properly update argc"
This reverts commit cda8528369.
2015-10-08 03:17:27 +02:00
Raffi Enficiaud
95c533c85b Revert "added test case for ostream precision mutation"
This reverts commit f0e175c841.
2015-10-08 03:17:18 +02:00