contract/test
2019-01-11 15:37:52 -08:00
..
call_if fixed a few warnings on most common compilers (msvc, gcc, clang) 2019-01-11 04:50:53 -08: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 couple of warnings 2017-12-24 01:26:50 -08:00
old fixed a couple of warnings 2017-12-24 01:26:50 -08:00
public_function fixed a few warnings on most common compilers (msvc, gcc, clang) 2019-01-11 04:50:53 -08:00
result updated copyright year 2017-12-10 16:31:15 -08:00
specify fixing markups of some expected failures in the test regression table 2019-01-11 15:37:52 -08:00
Jamfile.v2 fixed a bjam unescaped charcter warning (fixes github issue #11) 2019-01-06 07:48:18 -08:00