2022-05-11 13:39:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 11 10:59:23 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
- Update to 2.4.8
|
|
|
|
* Fixed g_oss is causing incorrect stringification results
|
|
|
|
* Feature: Assertions returning booleans
|
|
|
|
* Non visible build related changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 4 22:25:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.4.7:
|
|
|
|
* Fix Stack-buffer-overflow probably because char array is viewed as NULL
|
|
|
|
terminated string
|
|
|
|
* "C4834: discarding return value" with REQUIRE_THROWS
|
|
|
|
* Xcode 11.3 is gone from macOS-latest (=macOS-11)
|
|
|
|
* is it possible to define dependency for CHECKs
|
|
|
|
* Output summary explanation
|
|
|
|
* compiler errors in doctest.h using cmake in CLion
|
|
|
|
* Fails to build in VS2013 because of constexpr
|
|
|
|
* -Wreserved-identifier warnings with Clang 13.0.0
|
|
|
|
* Build fails with latest MSVC 2019 (v16.11) due to /WX
|
|
|
|
* VS 16.11 warning about unreferenced function with internal linkage
|
|
|
|
* Faq googletest mocking dead link
|
|
|
|
* FR: Documentation: FAQ: Add sectoin 'multiple files'
|
|
|
|
* CMAKE: doctest_discover_tests() error when ADD_LABELS is not specified
|
|
|
|
* Register tests based on test data available
|
|
|
|
* naming override in different testcase files
|
|
|
|
* Segmentation fault during the compilation without the copy elision optimization
|
|
|
|
* Compiler warnings on Xcode 12.5
|
|
|
|
* Using filter -sc does not work properly?
|
|
|
|
* [question] Example of tests in production code & DLLs & shared libraries?
|
|
|
|
* Dumping fixture state to disk on error
|
|
|
|
* Macros construct reserved identifiers
|
|
|
|
* Running doctest on embedded ARM Cortex µCs
|
|
|
|
* Asserts Outside of Tests Example Does Not Link
|
|
|
|
* [FEATURE REQUEST] Quiet flag
|
|
|
|
* Compile error on Intel C++ Classic Compilers
|
|
|
|
* compiling doctest in 32-bit with __stdcall calling convention fails
|
|
|
|
* Duplicate 'const' compilation error from TEST_CASE_CLASS macro
|
|
|
|
* Packed fields can't be accessed in 2.4.6
|
|
|
|
* Dangling pointers with .str().c_str()
|
|
|
|
* Automatic adding of TEST_SUITE labels to discovered tests fails if
|
|
|
|
ADD_LABELS not set
|
|
|
|
* Adding a bunch of REQUIRE/CHECK utilities
|
|
|
|
* Warning C4114 in MSVC
|
|
|
|
* Own repository
|
|
|
|
* Linking problem with Clang 10 on Windows
|
|
|
|
* Add option not to print the intro text
|
|
|
|
* [Feature] Better integration with tools (VS Code Test Adapter Extension)
|
|
|
|
* vscode test explorer
|
|
|
|
* Want an option not to print any intro
|
|
|
|
* Add way to disable printing of intro
|
|
|
|
- Drop 0001-Fix-build-with-GCC-11.patch
|
|
|
|
|
2021-06-01 12:30:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-03-22 20:38:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-02-28 20:26:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-12-15 20:58:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-11-05 09:09:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-09-24 19:47:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 24 15:00:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Enable arm builds. The package builds fine on aarch64 systems.
|
|
|
|
|
2020-08-31 15:31:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 31 13:21:30 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Initial package (v2.4.0)
|