contract/test
2019-09-17 14:57:29 -07:00
..
call_if using std::boolalpha instead of ints to print true and false (to try to fix issue that on some compilers true is printed as 1, but on other compilers is printed as 255) 2019-09-17 14:57:29 -07:00
check fixed a couple of warnings 2017-12-24 01:26:50 -08:00
constructor fixed a couple of warnings 2017-12-24 01:26:50 -08:00
destructor fixed a couple of warnings 2017-12-24 01:26:50 -08:00
detail added copyright to explicit failure markup files and fixed test to not fail even when msvc defines min max macros 2018-01-12 17:57:08 -08:00
disable building all configurations 2017-12-18 07:28:12 -08:00
function replaced std::uncaught_exception with boost::contract::detail::uncaught_exception because the std::... one will be removed in C++20 (githug issue #16). removed test/function/except_throw.cpp file that was unused (it was an old version of test/function/throwing_old.cpp that was left in the repository by mistake) 2019-01-06 06:50:11 -08:00
invariant fixed a few warnings and expected failures in tests 2019-05-30 21:30:38 -07:00
old fixed a few warnings and expected failures in tests 2019-05-30 21:30:38 -07:00
public_function fixed a few warnings and expected failures in tests 2019-05-30 21:30:38 -07:00
result updated copyright year 2017-12-10 16:31:15 -08:00
specify generalized test expected failures to handle both results from develop and master 2019-05-31 15:48:35 -07:00
Jamfile.v2 Add CI framework 2019-06-04 12:13:14 -04:00