forked from pool/doctest
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
This commit is contained in:
commit
3a9618c08a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44507dae7ca2411affcb4b1dc04859bd38008696673c77ed09837befd24d9ef5
|
|
||||||
size 2264771
|
|
3
doctest-2.4.5.tar.gz
Normal file
3
doctest-2.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b76ece19f0e473e3afa5c545dbdce2dd70bfef98ed0f383443b2f9fd9f86d5b4
|
||||||
|
size 2271979
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Dec 15 19:25:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package doctest
|
# spec file for package doctest
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doctest
|
Name: doctest
|
||||||
Version: 2.4.2
|
Version: 2.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Single-header testing framework
|
Summary: Single-header testing framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user