Raffi Enficiaud
d09784e6d9
Fix example output
2015-05-02 10:04:40 +02:00
Raffi Enficiaud
158641b98d
examples for floating point comparison
2015-05-02 10:03:01 +02:00
Raffi Enficiaud
f55899065e
BOOST_TEST for strings
2015-05-01 19:43:50 +02:00
Raffi Enficiaud
d6f5e48b56
BOOST_TEST collection support
2015-04-30 01:14:33 +02:00
Raffi Enficiaud
432a605451
Going to the line
2015-04-30 00:34:19 +02:00
Raffi Enficiaud
d8b26e3030
Bitwise comparison example, floating point comparison example
2015-04-30 00:34:04 +02:00
Raffi Enficiaud
6dece80a9c
Trying to fix floating point test tolerance
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fedc04ce56
Fixing path in output
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
32c40cc01a
Fixing the doc
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
5edf00c6e5
forward iterable concept in the documentation
...
some text on collections for BOOST_TEST, with links to is_forward_iterable
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
9fd8d002d9
small updates
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
4a18af4538
documentation on flagging a specific (floating point) type as using the tolerance based scheme
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
e6eac1e544
ras
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
a291a5a7b9
minor update floating point part
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fb38b59908
some more doc about manipulators
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
b613ff637e
ras
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
bdfb3c3904
general definition of BOOST_TEST in the TOC
...
more detailed requirements
parts on floating point with links to doxygen
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
626d853996
updated years
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
434c4c344f
doxygen on floating point manipulators
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
f0f1b89e10
Fix references to generated_by
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
9bd1d597ab
some more comments on BOOST_TEST
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
8ea54eb4e7
some better doxygen
...
doxygen sucks
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
5d1294065f
Resurrecting finally this topic
...
Some comments about bitwise comparisons
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
54aa77b858
slight advances:
...
- now in the cmake of the examples, possibility to specify files that need C++11 features/compilation
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
cd5e6c6821
fixing the test
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
a85e8bafc6
separating the examples for floating point
2015-04-29 22:14:32 +02:00
Raffi Enficiaud
3e1851f669
renaming again
2015-04-29 22:14:32 +02:00
Raffi Enficiaud
068836b68c
renaming the file to avoid collisions
2015-04-29 22:14:32 +02:00
Raffi Enficiaud
cc1278c5ca
slight advance
2015-04-29 22:14:32 +02:00
Raffi Enficiaud
122fb9b422
Merge pull request #49 from akrzemi1/develop
...
Docs: finished decorators
2015-04-29 22:11:17 +02:00
Andrzej Krzemienski
5771676f4f
Doc: fixed decorator examples
2015-04-29 16:21:12 +02:00
Andrzej Krzemienski
f5f3f23df3
Docs: improved expected_failures description
2015-04-29 11:47:27 +02:00
Raffi Enficiaud
44389dc331
Merge pull request #48 from akrzemi1/develop
...
docs: fixed decorator-fixture interaction
2015-04-29 00:49:55 +02:00
Andrzej Krzemienski
1e59e49145
docs: fixed decorator-fixture interaction
2015-04-29 00:23:02 +02:00
Raffi Enficiaud
7bcfe0895a
Merge pull request #47 from akrzemi1/develop
...
doc: rewritten decorator introduction
2015-04-28 22:17:43 +02:00
Andrzej Krzemienski
44e72fb068
doc: rewritten decorator introduction
2015-04-28 15:54:45 +02:00
Raffi Enficiaud
021b0fcdf1
Merge pull request #46 from akrzemi1/patch-2
...
BOOST_FIXTURE_TEST_SUITE_WITH_DECOR not working
2015-04-28 15:41:27 +02:00
Andrzej Krzemieński
91d3c5752f
BOOST_FIXTURE_TEST_SUITE_WITH_DECOR not working
2015-04-28 15:40:28 +02:00
Raffi Enficiaud
3e9da651e4
Merge branch 'local/new_filtering_merge' into develop
2015-04-24 10:33:10 +02:00
Raffi Enficiaud
c41e1168de
Compilation fixes gcc-4.4.7
2015-04-23 14:18:42 +02:00
Raffi Enficiaud
ef4e3cf430
Removes the version of the macros with _D and changed the test accordingly
...
Fixed the floating point tests
2015-04-23 09:56:09 +02:00
Raffi Enficiaud
d749f50323
removing the _D versions of the macros
2015-04-23 09:11:46 +02:00
Raffi Enficiaud
4caf136196
Fix link
2015-04-22 21:51:15 +02:00
Raffi Enficiaud
5323295b21
Merge branch 'develop' into local/new_filtering_merge
...
* develop: (23 commits)
Correcting the quickbook as well
Some more doxygen
Bugfix: non exact types are floats
Now testing the multiprecision library with the automatic support for approximate types
FP test with new API as well
Fixing the tests for compilers not supporting variadic macros
Fixing the compilation issues due to unrecognized compiler options
Following the changes of the bounds in the floating point comparisons
Fixing the tests
!= comparison for floats is not strong
Updating the documentations of the floating point comparison part. Links to doxygen Some more doxygen doc of the code
cherry picking the update of the Jamfile, especially the support to SHORT_NAMES in doxygen
updated doc
empty lines removed
simplified tolerance_based metafunction and close_at_tolerance; updated docs
Fixing the issues when instantiating std::numeric_limits with an array (MSVC complains when T is of an array type)
silencing a warning
Fix tests
fix MSVC-12 tests
cherry picking 56fa327
leaving the old API for now (in all case) leaving the Jamfile as it is, as not all gcc variants of the dashboard support c++11.
...
Conflicts:
include/boost/test/tools/assertion.hpp
include/boost/test/tools/detail/tolerance_manip.hpp
test/test_files/test_tools_test.pattern
2015-04-22 20:24:32 +02:00
Raffi Enficiaud
47829d3459
Merge branch 'tractickets/11054-multiprecision_test_fixes-doc' into develop
2015-04-22 15:02:03 +02:00
Raffi Enficiaud
1d88ca9193
Correcting the quickbook as well
2015-04-22 15:00:47 +02:00
Raffi Enficiaud
1b57153ca3
Some more doxygen
2015-04-22 14:44:45 +02:00
Raffi Enficiaud
4113e96e77
Bugfix: non exact types are floats
2015-04-20 19:50:54 +02:00
Raffi Enficiaud
ac0a1327b5
Now testing the multiprecision library with the automatic support for approximate types
2015-04-21 20:27:42 +02:00
Raffi Enficiaud
11992a422b
FP test with new API as well
2015-04-21 20:24:08 +02:00