SHA256
1
0
forked from pool/doctest
Commit Graph

18 Commits

Author SHA256 Message Date
Dominique Leuenberger
0608c2a73b Accepting request 1035183 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1035183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=9
2022-11-11 13:36:48 +00:00
Martin Pluskal
3e1552686e Accepting request 1035102 from home:matwey:branches:devel:libraries:c_c++
- Update to 2.4.9
  * Visual Studio's Test Explorer and Resharper C++'s Unit Test Explorer don't see Doctest's tests
  * How to get detailed information about testcases failing due to thrown exceptions?
  * Add clang-tidy integration and fix all warnings
  * Avoid static init problem in insufficient_procs() (MPI)
  * Use MPI_Isend in MpiConsoleReporter to avoid deadlock
  * Deadlock in MpiConsoleReporter when root rank fails assert
  * Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes
  * Comparison with implicit cast from non-const value can't be decomposed
  * Local structured bindings cannot be used in CHECK macros (since 2.4.8)
  * Add tests for DOCTEST_CONFIG_USE_STD_HEADERS
  * Stringification amendments
  * Clean up defines a bit; Implement
  * New doctest version gives me an error: reference to local binding '...' declared in enclosing function 'DOCTEST_ANON_FUNC_16'
  * The tutorial example does not work (linker errors) with clang 10
  * Implementing `DOCTEST_ASSERT_IMPLEMENT_1` as lambda prevents testing structured bindings
  * re-re-remove overly restrictive minimum version of meson
  * Fix move-only types failing to decompose correctly
  * Weird compilation error when using CHECK_THROWS/CHECK_THROWS_AS on Visual Studio 2019 with no exceptions
  * Error triggered by comparing typeid with new doctest 2.4.8
  * Improve Mac PowerPC support
  * issue introduced in 2.4.7
  * Decompose expressions containing the spaceship operator
  * added nolint for cert-err58
  * Fix properties not being passed in doctest_discover_tests
  * Config no multithreading
  * wasm\*-support?
  * Fix MPI extension to work with no parallel tests
  * string comparison leads to gotting stuck
  * doctest_discover_tests no longer sets ENVIRONMENT variables for discovered tests.

OBS-URL: https://build.opensuse.org/request/show/1035102
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=17
2022-11-11 09:21:34 +00:00
Dominique Leuenberger
90b9c1f9ab Accepting request 976365 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/976365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=8
2022-05-12 20:59:47 +00:00
Martin Hauke
a683d947d9 Accepting request 976361 from home:susnux:branches:devel:tools
- Update to 2.4.8

OBS-URL: https://build.opensuse.org/request/show/976361
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=15
2022-05-11 11:39:20 +00:00
Dominique Leuenberger
57076ff0c5 Accepting request 896647 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/896647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=7
2021-06-02 20:11:31 +00:00
a451aee013 Accepting request 896630 from home:cgiboudeaux:branches:devel:tools
- Add GCC 11 compatibility fix:
  * 0001-Fix-build-with-GCC-11.patch

OBS-URL: https://build.opensuse.org/request/show/896630
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=13
2021-06-01 10:30:13 +00:00
Dominique Leuenberger
1dd4860c56 Accepting request 880591 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/880591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=6
2021-03-24 15:13:49 +00:00
d4a87b34b9 Accepting request 880539 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/880539
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=11
2021-03-22 19:38:28 +00:00
Richard Brown
83efe4d95e Accepting request 875819 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/875819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=5
2021-03-02 11:33:46 +00:00
dda93a45a2 Accepting request 875816 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/875816
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=9
2021-02-28 19:26:31 +00:00
Dominique Leuenberger
c4e52fadac Accepting request 856061 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/856061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=4
2020-12-16 10:01:23 +00:00
Martin Pluskal
8bf3d4ab7b Accepting request 856059 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/856059
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=7
2020-12-15 19:58:26 +00:00
Dominique Leuenberger
382640473a Accepting request 846139 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/846139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=3
2020-11-05 20:55:13 +00:00
Martin Pluskal
db10aa733c Accepting request 846076 from home:mnhauke
- Update to version 2.4.1
  * Support for unit tests with Open MPI as a new extension header.
  * Added default printers for enums.

OBS-URL: https://build.opensuse.org/request/show/846076
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=5
2020-11-05 08:09:57 +00:00
Dominique Leuenberger
a8f44296a4 Accepting request 837208 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/837208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=2
2020-09-25 14:35:32 +00:00
Martin Hauke
faf006f633 Accepting request 837187 from home:mnhauke
- Enable arm builds. The package builds fine on aarch64 systems.

OBS-URL: https://build.opensuse.org/request/show/837187
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=3
2020-09-24 17:47:00 +00:00
Dominique Leuenberger
1475907ae4 Accepting request 830857 from devel:tools
new package

OBS-URL: https://build.opensuse.org/request/show/830857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doctest?expand=0&rev=1
2020-09-24 14:13:49 +00:00
1c9c98e7b3 Accepting request 830818 from home:alois:branches:devel:tools
replaces doctest-devel

OBS-URL: https://build.opensuse.org/request/show/830818
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=1
2020-08-31 13:31:15 +00:00