* 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
* local/fix_msvc_unit_tests:
Adding support for C++11 to old gcc compilers
Fixing tests on GCCs && Clang (Linux / OSX), VS 2013
Fixing issues with arrays
Fixing tests due to std::vector constructor
Once for all the "Mismatch at" instead of "Mismatch in" for every type of collection
* 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
the status (enabled/disabled) is split on default and run status. Default is deduced once at the end of setup phase. Run state is deduced before each test tree execution based on default and supplied filters
disabled nodes are not removed from tree and can be reenabled dynamically
dependency filtering is moved completely to execution phase into a precondition check step
dependency tree is validated for loops
dependency rank is respected in order of node execution now
dependency works properly with random test execution
added support for selected vs. enabler filters
properly time test suites now
split initialization ans setup phase finalization into separate methods
--list_content parameter is now accepts optional string format name. Default is HRF. We now also support DOT output
HRF output format is improved to include some test unit attributes (including description)
test suite is considered failing now if it has skipped test case
some messages produced changes to be syntactically correct: failed => has failed for example
properly report precondition failures in log messages
number of spelling errors fixed
small bug in random.hpp is fixed
Remove the macro BOOST_TEST_USE_DEPRECATED_TIMER and replace it with a
runtime cla --deprecated_timer_format. Additionally change <TestingTime>
to write the testing time in microseconds and add <CpuTime> giving the
time in nanoseconds. Existing scripts and parsers that handle the XML
output should not be affected by this change.