Commit Graph

348 Commits

Author SHA1 Message Date
Lorenzo Caminiti
9754d1cf05 renamed aux to detail 2016-03-01 10:00:31 -08:00
Lorenzo Caminiti
e7a8c6a502 removed CONFIG infix for all config macros (to better conform to Boost's naming conventions) 2016-02-29 07:15:05 -08:00
Lorenzo Caminiti
b21744fbe1 added all copyrights and rebuilt all tests with msvc, gcc, and clang with all contracts on/off 2016-02-20 10:06:57 -08:00
Lorenzo Caminiti
b1249bc6bc added copyright and fixed all includes 2016-02-08 22:14:59 -08:00
Lorenzo Caminiti
fe3c78ad90 started to compile this lib as dll 2016-01-30 13:09:33 -08:00
Lorenzo Caminiti
1ab47c587c added max_bases test. renamed aux::test to test::aux. 2016-01-27 08:10:48 -08:00
Lorenzo Caminiti
8462c58993 tested that removing all friend relationships does not reduce compilation time at all 2016-01-24 14:51:53 -08:00
Lorenzo Caminiti
035305aff4 tested function overloads and protected bases 2016-01-24 09:19:30 -08:00
Lorenzo Caminiti
50096d396c supporting configurable public function arity using variadic templates when available, or preprocessor metaprogramming otherwise 2016-01-22 08:14:07 -08:00
Lorenzo Caminiti
022e1617b4 removed all possible code when contracts off 2016-01-13 07:46:46 -08:00
Lorenzo Caminiti
b23f00d498 disabled more code when contracts are off 2016-01-10 20:49:08 -08:00
Lorenzo Caminiti
63372678f3 compiled all tests with contracts on/off on msvc, gcc, and clang 2016-01-08 05:08:53 -08:00
Lorenzo Caminiti
095d72ade4 compiled contracts on/off for all destructor tests 2016-01-05 18:30:20 -08:00
Lorenzo Caminiti
c927e7293c added contract on/off to all constructor tests 2016-01-04 07:21:27 -08:00
Lorenzo Caminiti
ff8b35f9f2 started to implement and test contract compilation on/off 2015-12-24 22:32:35 -08:00
Lorenzo Caminiti
d1e1765cdb renamed ..._failed to ..._fail 2015-12-16 21:30:22 -08:00
Lorenzo Caminiti
ea5c6acd95 checked classes for copyable/non-copyable 2015-12-15 15:24:09 -08:00
Lorenzo Caminiti
ec79700b26 added tests for throwing from .old() 2015-12-15 11:51:44 -08:00
Lorenzo Caminiti
07248b63ea finished with all decl_* tests 2015-12-15 10:41:34 -08:00
Lorenzo Caminiti
ae62d81def renamed some decl_... 2015-12-14 07:59:51 -08:00
Lorenzo Caminiti
f57c437e8b finshed decl... tests 2015-12-13 08:37:33 -08:00
Lorenzo Caminiti
af37a98f78 fixed and tested run-time error when missing contract guard 2015-12-03 08:01:00 -08:00
Lorenzo Caminiti
5c047bccb2 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
Lorenzo Caminiti
8e9d7474f1 added const volatile invariants 2015-11-11 07:47:36 -08:00
Lorenzo Caminiti
72eb227bcf added access for public functions and constructors, destructors done next 2015-11-09 07:59:38 -08:00
Lorenzo Caminiti
438cb53dc9 returning null old ptr when old value type is not copy constructible 2015-11-06 08:08:16 -08:00
Lorenzo Caminiti
a79f6d3c13 fixed virtual optional result type and simplified inv failure handlers 2015-11-04 21:20:21 -08:00
Lorenzo Caminiti
9b7d4e5fa0 fixed mixed boost::optional and non result types 2015-11-02 06:54:50 -08:00
Lorenzo Caminiti
60213457ea updated todos 2015-10-30 17:04:51 -07:00
Lorenzo Caminiti
a88e67c131 added deep search of inheritance graph 2015-10-29 19:51:05 -07:00
Lorenzo Caminiti
35d14e5e61 renamed make_old() to null_old() 2015-10-25 09:33:05 -07:00
Lorenzo Caminiti
edad097a5d tested old-of under a few corner cases and renamed oldof.hpp to old.hpp 2015-10-23 19:38:09 -07:00
Lorenzo Caminiti
c594323bef added .old(...) 2015-10-23 15:46:47 -07:00
Lorenzo Caminiti
7e52eb0a96 reviewed all TODOs 2015-07-01 17:00:52 -07:00
Lorenzo Caminiti
f42662e44c completed first revised draft of docs 2015-06-30 17:56:22 -07:00
Lorenzo Caminiti
2fb2ddc367 started advanced topics section in the docs 2015-06-27 08:03:34 -07:00
Lorenzo Caminiti
be3a974847 implemented call_if 2015-06-13 21:19:20 -07:00
Lorenzo Caminiti
f0ca795867 replaced free/private/protected_function with just function and started to program n1962 examples 2015-06-11 08:02:46 -07:00
Lorenzo Caminiti
7c9db6c58f renamed ..._member to ..._function, continuing to program more examples 2015-06-09 18:50:31 -07:00
Lorenzo Caminiti
0445983d4e finished meyer examples, started mitchell examples 2015-06-06 21:17:25 -07:00
Lorenzo Caminiti
aac3e56198 added a version of check_guard (but without any thread sync yet) 2015-06-05 08:28:41 -07:00
Lorenzo Caminiti
d59d75370b finshed a first round of test, starting examples 2015-06-04 07:04:12 -07:00
Lorenzo Caminiti
3e1fe20b01 subcontracting with virtual_, override_f, old and result values 2015-05-31 10:26:02 -07:00
Lorenzo Caminiti
a9eec21db3 added virtual result 2015-05-30 11:10:58 -07:00
Lorenzo Caminiti
7bb102aa82 impl virtual_* 2015-05-25 15:37:52 -07:00
Lorenzo Caminiti
0c90570e6c committing all decl_function stuff, before going back to virtual_ 2015-05-19 08:32:16 -07:00
Lorenzo Caminiti
343b832779 generated doxygen include diagram. started testing feature-by-feature 2015-05-14 08:16:40 -07:00
Lorenzo Caminiti
effcbf157e started to implement bind for free and member functions, but without subcontracting yet 2015-05-10 20:37:01 -07:00
Lorenzo Caminiti
71ed05596c fixed virtual_ v 2015-05-06 19:05:08 -07:00
Lorenzo Caminiti
3d79a32068 fixed oldof for virtual calls 2015-05-05 08:32:20 -07:00