Forward declarations for templates should also have the visibility right
Local static variables cannot have their visibility set and need to get out of the function scope.
the test suite and master test suite are now part of a more general
section about the test tree. The constraints on the tree are now
visible on the TOC.
- adding tests for custom command line argument passing
- using command line argument in global fixtures and raising strong errors
- using command line argument in init function and describing the errors
- using command line argument dataset test cases and describing the errors
- removing sample totally from all the examples
* topic/GH-141-mp11-hana-typelist:
Change log
Template test cases: handling the references and volatile in the test-case names
Template test cases with arbitrary parameter pack
Using arbitrary parameter pack of a template
class/struct to infer the list of types, instead
of restricting to `std::tuples`.
Filtering the mpl::sequences from this logic because
the parameter pack is filled with `mpl::na` on non-entries.
* topic/PR-185-CI-framework:
Change log
Disabling cppcheck on Travis
Indicating UBSAN for clang build
Adjusting the UBSan options
Added CI framework - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc. - Fixed example Jamfile to build examples based on C++ features
Failed and errored are exclusive in the JUnit sense.
Counting the number of total tests slightly differently.
Changing slightly the signature of unit_test_log_formatter::log_build_info to avoid a sticky
state when the function was called only once (happens for instance in JUNIT).
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
- appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
- README, LICENSE, etc.
- Fixed example Jamfile to build examples based on C++ features
This fixes#146
* doc/various-updates-cleanups:
Nicer change log
Typo
Change log PR-190
Repointing former SGI links
Correcting BOOST_TEST messages in the scope of the Contexts documentation
Fixing floating point dead link
Removing the need for samples from datasets
Change log with TOC