contract/test/public_function
2016-01-22 08:14:07 -08:00
..
access.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
bases_branch.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
bases_sparse.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
bases_virtual.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
bases.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
bases.hpp added const volatile invariants 2015-11-11 07:47:36 -08:00
body_throw.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_entry_inv_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_inv_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_inv_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_inv_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_entry_static_inv_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_static_inv_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_static_inv_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_entry_static_inv_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_exit_inv_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_inv_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_inv_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_inv_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_exit_static_inv_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_static_inv_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_static_inv_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_exit_static_inv_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_post_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_post_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_post_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_post_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl_pre_all.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_pre_ends.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_pre_mid.cpp compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
decl_pre_none.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
decl.hpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
max_args0_no_tva.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args0.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args1_no_tva.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args1.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args2_no_tva.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args2.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args_no_tva.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args.cpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
max_args.hpp supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
no_contracts.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
old_throw.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
override_error.cpp started testing with/without pre/post/inv decl. fixed inv not checked on exit when assertion failure handlers throw. made dtors noexcept(false) for c++11 so assertion failure can throw. fixed has_static_inv to not condier static_inv inherited from base classes. 2015-12-02 07:25:31 -08:00
override_permissive.cpp started testing with/without pre/post/inv decl. fixed inv not checked on exit when assertion failure handlers throw. made dtors noexcept(false) for c++11 so assertion failure can throw. fixed has_static_inv to not condier static_inv inherited from base classes. 2015-12-02 07:25:31 -08:00
override.hpp started testing with/without pre/post/inv decl. fixed inv not checked on exit when assertion failure handlers throw. made dtors noexcept(false) for c++11 so assertion failure can throw. fixed has_static_inv to not condier static_inv inherited from base classes. 2015-12-02 07:25:31 -08:00
static_body_throw.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
static_no_contracts.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
static_old_throw.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
static.cpp started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00