Skip to content

Releases: martinmoene/lest

1.7.5

01 Apr 08:08
Compare
Choose a tag to compare

Add missing inline to begin() and end() functions (lest_cpp03.hpp).

1.7.4

01 Apr 07:57
Compare
Choose a tag to compare

Add missing inline to to_string() functions (lest_decompose.hpp, lest_cpp03.hpp).

1.7.3

06 Feb 09:03
Compare
Choose a tag to compare

Editing documentation ≠ editing source code.

Restore formatting of Readme.md (trailing double spaces).

1.7.2

06 Feb 06:52
Compare
Choose a tag to compare

Add destructor to message to support GCC 4.6 (Thanks to Peter De Wachter).

1.7.1

09 Sep 14:12
Compare
Choose a tag to compare

Improve detection of containers in lest_decompose.hpp.

1.7.0

29 Aug 11:12
Compare
Choose a tag to compare

Add output for containers to lest_decompose.hpp.

1.6.0

12 Jul 12:37
Compare
Choose a tag to compare

Improve reading and running code (thanks to Jonathan Wakely).
Add C++03 variant to makefiles.

1.5.1

12 Jul 10:12
Compare
Choose a tag to compare

Fix lest_EXPECT_TRHOWS_AS typo (thanks to Jonathan Wakely).
Add tests for C++03 variant.

1.5.0

11 Jul 14:11
Compare
Choose a tag to compare

Make tests in C++03 variant self-registering.

1.4.0

11 Jul 09:35
Compare
Choose a tag to compare

Add variant for C++03. Requires registration of test functions.