* 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
* develop: (62 commits)
Fixing tests on GCCs
Fixing test on GCCs
Fixing the tests of this file for GCCs
Fix collection test on Gccs
Adding support for C++11 to old gcc compilers as well Fixing issues with arrays
Fixing counter for r-value ref supported but std::vector still lacking the proper constructor
Once for all the "Mismatch at" instead of "Mismatch in" for every type of collection
silence a warning in gcc 4.5
Revert "introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types"
Revert "introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types"
introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types
introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types
remove executable from header
remove executable form header
fix MSVC-12 tests
ENABLE new test tools fix few leftovers from implementation of new FPV comparisons restore test case in test_fp_comparisons.cpp
test to clear the error on CrystaX runners
some doc
const of the elements of the table
Trying to fix the array problem on Clang 3.4
...
Conflicts:
doc/examples.qbk
doc/test_organization/decorators.qbk
doc/test_organization/parametric_test_case_generation.qbk
include/boost/test/data/monomorphic/fwd.hpp
include/boost/test/data/monomorphic/generators/random.hpp
include/boost/test/data/monomorphic/singleton.hpp
include/boost/test/tools/floating_point_comparison.hpp
test/test_files/test_tools_test.pattern
* tractickets/11054-multiprecision_test_fixes-doc:
Adding a test case for the floating points in multiprecision
changelog
close_at_tolerance : getting rid of redundant lines
casting for compliance with multiprecision expression templates
messages with the assertions