index
:
libreoffice/cppunit
cppunit-1-13
feature/buildsystem_rewrite
feature/c++11
feature/cmake
feature/new_assert_macros
feature/parameterized
master
CppUnit rides again - new feature function goodness ...
michael
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-06
cid#1546421 COPY_INSTEAD_OF_MOVE
HEAD
master
Caolán McNamara
2
-8
/
+8
2024-01-06
make these similar ones consistent
Caolán McNamara
2
-39
/
+39
2024-01-06
cid#1545475 COPY_INSTEAD_OF_MOVE
Caolán McNamara
2
-12
/
+12
2024-01-01
cid#1545836 COPY_INSTEAD_OF_MOVE
Caolán McNamara
1
-3
/
+3
2023-12-30
cid#1546460 COPY_INSTEAD_OF_MOVE
Caolán McNamara
1
-1
/
+1
2023-05-09
Don't mis-apply GCC < 4.6 workaround for Clang
Stephan Bergmann
1
-1
/
+2
2023-05-09
Use snprintf instead of sprintf
Stephan Bergmann
1
-1
/
+1
2022-12-13
Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable
Stephan Bergmann
1
-1
/
+3
2022-04-11
Run tests in deterministic order
Stephan Bergmann
1
-1
/
+9
2022-01-27
Do not turn on --enable-werror by default
David Tardon
1
-2
/
+2
2021-10-01
add initial NEWS entries for 1.15.2
Markus Mohrhard
1
-0
/
+10
2021-10-01
fix incorrect version reference in NEWS file
Markus Mohrhard
1
-1
/
+1
2021-10-01
work towards 1.15.2
Markus Mohrhard
1
-1
/
+1
2021-10-01
remove a few trailing whitespaces
Markus Mohrhard
2
-27
/
+27
2021-10-01
avoid a few annoying compiler warnings
Florian Becker
3
-6
/
+4
2021-10-01
replace 0 with nullptr when assigning to a pointer
Florian Becker
6
-7
/
+7
2021-10-01
get rid of old casting macros
Markus Mohrhard
7
-26
/
+8
2021-10-01
remove superfluous semicolons
Florian Becker
3
-5
/
+5
2021-10-01
switch from throw() to noexcept
Florian Becker
3
-8
/
+4
2021-10-01
add override annotations
Florian Becker
27
-73
/
+73
2021-10-01
add missing [[noreturn]] attributes
Florian Becker
2
-26
/
+26
2021-10-01
Replace NULL with nullptr
Florian Becker
23
-60
/
+60
2020-08-31
Fixed CPPUNIT_ASSERT_EQUAL() being called on doubles
Алексей Тулинов
1
-1
/
+1
2019-12-25
update NEWS
cppunit-1.15.1
Markus Mohrhard
1
-0
/
+2
2019-12-22
drop project files for old versions of MSVC
David Tardon
19
-2089
/
+7
2019-12-22
remove traces of .ds[pw] files from docs
David Tardon
5
-10
/
+9
2019-12-21
next version is going to be 1.15.1
Markus Mohrhard
1
-1
/
+1
2019-12-21
add NEWS for 1.15.0 and 1.15.1
Markus Mohrhard
1
-0
/
+21
2019-12-21
fix -Wdefaulted-function-deleted error
Markus Mohrhard
1
-2
/
+2
2019-11-29
tdf#126163: fix regression from 339b60ab77ce3f2037c9410eb14251c8132df08a
cppunit-1.15.0
Markus Mohrhard
1
-2
/
+1
2019-04-30
Fix build with gcc9.1
Martin Liška
1
-0
/
+6
2019-03-05
Documentation updates
Andrés Maldonado
3
-50
/
+70
2019-02-16
use [] in AC macros
Markus Mohrhard
2
-2
/
+2
2019-02-16
Modernize AM_INIT_AUTOMAKE syntax
Andrés Maldonado
2
-4
/
+6
2019-02-14
Added some brackets to make it more clear for the compile which things belong...
Tobias Groll
1
-1
/
+1
2019-02-14
custom tostring formatter to CPPUNIT_ASSERT_MESSAGE
Noel Grandin
3
-6
/
+72
2019-02-13
Unconditionally use C++11 [[noreturn]]
Stephan Bergmann
1
-9
/
+3
2018-11-02
extensions: add CPPUNIT_TEST_FIXTURE()
Miklos Vajna
2
-0
/
+38
2018-09-26
Avoid GCC 9 -Wdeprecated-copy
Stephan Bergmann
1
-0
/
+5
2018-07-05
Fix the name of the VC project mentioned in the build instructions.
Blake Madden
1
-1
/
+1
2018-07-05
Make output XML report schema UTF-8 and remove Japanese specific information.
Blake Madden
1
-9
/
+9
2018-05-23
next version will be 1.15.0
Markus Mohrhard
2
-2
/
+2
2018-05-23
C++11 provides std::isfinite and std::isnan
Markus Mohrhard
4
-42
/
+3
2018-05-23
fix make distcheck, part2
Markus Mohrhard
1
-1
/
+1
2018-05-23
fix make distcheck, part1
Markus Mohrhard
2
-29
/
+0
2018-04-02
tdf#116653, avoid NOMINMAX redefinition warnings with mingw
Markus Mohrhard
3
-0
/
+6
2017-12-24
contrib:cppunit2junit: parametrize testsuite name
Simon Barth
2
-5
/
+12
2017-09-15
Fix money example on propely linking with library with PKG_CHECK.
Dimitrij Mijoski
3
-7
/
+10
2017-07-20
Report (un)signed char values numerically
Stephan Bergmann
1
-0
/
+10
2017-05-26
set up git-review
David Tardon
1
-0
/
+7
[next]