* develop:
Comment on the fix for maintenance
Fix for clang on windows
Change log update
MSVC12 fix: replacing broken std::is_copy_constructible by boost::is_copy_constructible
Doc: update wrt. latest changes
test for datasets with movable return type
Fixing xvalue forwarding for grid and zip (sample merge operations)
When I try to build with clang on windows (4.2.1 Compatible Clang 3.9.0 (trunk), on top of VC14) I get an error complaining that accessing "this" within an __except block is unimplemented. This patch just stores the value in a local variable to make it available with the __finally clause.
Allows Boost.Test to be built with clang on windows, in VC compatibility mode.
* topic/fix-rvalue-references-in-tuple-packing:
Doc: update wrt. latest changes
test for datasets with movable return type
Fixing xvalue forwarding for grid and zip (sample merge operations)
- uses tuple_cat and decltype internally
- works as before in case of internal references
- constructs holder objects in terms of moveable only types: should improve the sharability of the holders in case of an object used multiple times
* topic/trac-9443-random-seed:
Change log update
Random parameter: updated documentation
Testing the shuffling on different scenarios
Using a stronger random seed in case of seed=1 (time seed)
Ranked children should be initialized for consecutive run of the same test tree
Addressing random number generation issue
* develop:
Dates update
Better wording and links
Porting the rvalue_ref fix to the unit tests
some warnings in pedantic mode
change log update
Documentation on how to control the arity
fixup test cases
Making it truly variadic
Fixing the arity problem of the dataset test cases
new headers
initial version
Updating the changelog
Closing the handles and the hkeys properly and testing the start of the debugger
Static assert type support for operator<< to produce shorter error messages
Change log
Added test case to validate correct handling
Avoid two statements in tool evaluation