SHA256
1
0
forked from pool/doctest
doctest/doctest.changes

68 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Jun 1 09:19:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Add GCC 11 compatibility fix:
* 0001-Fix-build-with-GCC-11.patch
-------------------------------------------------------------------
Mon Mar 22 15:28:53 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.6
Fixed bugs:
* REQUIRE does not compile when operator== in different
namespace #443
* Using templated operator== inside TEST_CASE changes deduced
types of forwarding references #399
Closed issues:
* CMake doesn't link package #483
* Get list of registered test-case names #479
* Can't compile with glibc master (future 2.34): SIGSTKSZ is
no longer a constant #473
* INFO does not compile when used like a function call #469
-------------------------------------------------------------------
Sun Feb 28 18:42:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.5
Closed issues:
* Use of std::atomic can slow down multithreaded tests #452
* Stack buffer overflow in String constructor #460
Merged pull requests:
* Fix compilation on case-sensitive filesystems #463
* Use function-like macros for prefixless macro names #462
* Implement a multi lane atomic for assertion counts
- Update to version 2.4.4
* combine the same tests for different build configurations from
multiple shared objects without having symbol clashes #436
-------------------------------------------------------------------
Tue Dec 15 19:25:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.2
Closed issues:
* DOCTEST_CHECK_THROWS_WITH_AS fails to work with dependant
exception type #447
* log contexts for failures in JUnit reporter #441
* Test runner thread initialization #435
* CHECK_EQ with enum values #276
Merged pull requests:
* Add MAIN_PROJECT check for test option #445
* log contexts for failures in JUnit reporter #442
-------------------------------------------------------------------
Wed Nov 4 18:51:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.1
* Support for unit tests with Open MPI as a new extension header.
* Added default printers for enums.
-------------------------------------------------------------------
Thu Sep 24 15:00:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Enable arm builds. The package builds fine on aarch64 systems.
-------------------------------------------------------------------
Mon Aug 31 13:21:30 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Initial package (v2.4.0)