|
1 | | -v42 2021-12-06 |
| 1 | +v42 2021-12-07 |
2 | 2 |
|
3 | | - * Fixed issue 264: Sequence objects did not correctly report is_complete() |
4 | | - when there were living, but satisfied, expectations. |
| 3 | + * Fixed issue 264: Sequence objects did not correctly report |
| 4 | + is_complete() when there were living, but satisfied, expectations |
| 5 | + remaining. Thank you Václav Kubernát for reporting. |
5 | 6 |
|
6 | 7 | * Fixed issue 259 where CMakeFiles.txt wrongly installed trompeloeil |
7 | 8 | for projects that includes it. It is now an option. See FAQ for |
8 | | - details. |
| 9 | + details. Thank you Ismail Pazarbasi for reporting and fixing. |
9 | 10 |
|
10 | 11 | * Updated Catch2 to version 2.13.7 to compile unit tests on systems |
11 | 12 | with glibc >= 2.34. |
12 | 13 |
|
13 | | - * Fix issue 255: Hex dumps showed byte values <= 15(dec) wrong |
| 14 | + * Fixed issue 255: Hex dumps showed byte values <= 15(dec) wrong. |
| 15 | + Thank you Stuart Dootson for reporting. |
14 | 16 |
|
15 | | - * Fix issue 253: Resolve lingering warnings in early Clang compilers and |
16 | | - enable -Wzero-as-null-pointer-constant when compiling unit tests with |
17 | | - GCC and Clang. |
| 17 | + * Fixed issue 253: Resolve lingering warnings in early Clang compilers |
| 18 | + and enable -Wzero-as-null-pointer-constant when compiling unit tests |
| 19 | + with GCC and Clang. |
18 | 20 |
|
19 | | - * Fix issue 250: Warnings about zero argument variadic macros with |
20 | | - clang-msvc. Thanks u3shit for reporting and fixing. |
| 21 | + * Fixed issue 250: Warnings about zero argument variadic macros with |
| 22 | + clang-msvc. Thank you u3shit for reporting and fixing. |
21 | 23 |
|
22 | | - * Fix issue 251: trompeloeil::printer<> customization point now supports |
23 | | - SFINAE expressions to constrain partial specializations. Thank you |
24 | | - Christian Morales Vega for reporting. |
| 24 | + * Fixed issue 251: trompeloeil::printer<> customization point now |
| 25 | + supports SFINAE expressions to constrain partial specializations. |
| 26 | + Thank you Christian Morales Vega for reporting. |
25 | 27 |
|
26 | | - * Fix issue 245: Modify cmake to build thread_terror on Windows with MSVC. |
| 28 | + * Fixed issue 245: Modify cmake to build thread_terror on Windows with |
| 29 | + MSVC. |
27 | 30 |
|
28 | | - * Use CMake internal Threads::Threads target where needed |
| 31 | + * Use CMake internal Threads::Threads target where needed. Thank you |
| 32 | + Martin Hořeňovský for reporting. |
29 | 33 |
|
30 | 34 | * For CI builds, use github actions cacheing of built libc++ to shorten |
31 | 35 | build times. |
32 | 36 |
|
33 | | - * Added CMake install namespace. Thanks @offa |
| 37 | + * Added CMake install namespace. Thank you offa |
34 | 38 |
|
35 | 39 | * Fixed bug where an expectation end of life was reported as an error |
36 | | - if it was included in a satisfied sequence. Thanks Andy Saul. |
| 40 | + if it was included in a satisfied sequence. Thank you Andy Saul. |
37 | 41 |
|
38 | 42 | v41 2021-06-15 |
39 | 43 |
|
|
0 commit comments