Releases: martinmoene/lest
Releases · martinmoene/lest
1.7.5
Add missing inline to begin() and end() functions (lest_cpp03.hpp).
1.7.4
Add missing inline to to_string() functions (lest_decompose.hpp, lest_cpp03.hpp).
1.7.3
Editing documentation ≠ editing source code.
Restore formatting of Readme.md (trailing double spaces).
1.7.2
Add destructor to message to support GCC 4.6 (Thanks to Peter De Wachter).
1.7.1
Improve detection of containers in lest_decompose.hpp.
1.7.0
Add output for containers to lest_decompose.hpp.
1.6.0
Improve reading and running code (thanks to Jonathan Wakely).
Add C++03 variant to makefiles.
1.5.1
Fix lest_EXPECT_TRHOWS_AS typo (thanks to Jonathan Wakely).
Add tests for C++03 variant.
1.5.0
Make tests in C++03 variant self-registering.
1.4.0
Add variant for C++03. Requires registration of test functions.