office-gobmx/external/cppunit
Caolán McNamara eb8f353f8b help msvc -analyzer out wrt CPPUNIT_ASSERT
so it can code following the CPPUNIT_ASSERT doesn't need
to check what condition might have failed in the assert

Change-Id: Ife7e5e54b17a8316425222d2a0efd694c9467089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167480
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-05-10 18:02:05 +02:00
..
0001-cid-1546460-COPY_INSTEAD_OF_MOVE.patch.1 cid#1546421 COPY_INSTEAD_OF_MOVE 2024-01-06 21:52:26 +01:00
clang.patch.0 external/cppunit: Don't mis-apply GCC < 4.6 workaround for Clang 2023-02-20 19:25:25 +00:00
CPPUNIT_PLUGIN_EXPORT.patch.0 Adapt CppUnit to our CPPUNIT_PLUGIN_EXPORT 2014-05-22 14:33:31 +02:00
disable-dynloading.patch WASM: add initial support for Emscripten cross build 2021-05-05 21:14:54 +02:00
enable-win32-debug.patch accept Apple's patch utility - pickier than GNU patch, but should be OK 2022-11-29 14:14:22 +01:00
ExternalProject_cppunit.mk WASM fix native EH build since Emscripten 3.1.6 2022-03-30 15:12:21 +02:00
help-msvc-analyzer.patch help msvc -analyzer out wrt CPPUNIT_ASSERT 2024-05-10 18:02:05 +02:00
Makefile Fix building from inside modules moved to external 2013-10-18 21:52:01 +02:00
Module_cppunit.mk cppunit: remove ExternalPackage 2013-10-24 09:10:44 +02:00
order.patch.0 external/cppunit: Run tests in deterministic order 2020-08-08 14:18:54 +02:00
propagate-exceptions.patch.0 Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable 2022-12-10 10:20:39 +00:00
README reality 2014-12-15 18:28:55 +09:00
rtti.patch.0 external/cppunit: Visible function type RTTI for Clang -fsanitize=function 2015-01-26 15:17:29 +01:00
sprintf.patch.0 external/cppunit: Use snprintf instead of sprintf 2023-02-20 16:09:24 +00:00
unix.patch upgrade to cppunit 1.13.2 2014-08-14 15:54:31 -05:00
UnpackedTarball_cppunit.mk help msvc -analyzer out wrt CPPUNIT_ASSERT 2024-05-10 18:02:05 +02:00
windows-arm64.patch.1 cppunit: fix Windows Arm64 build 2020-09-17 08:39:00 +02:00
windows.patch update cppunit to 1.15.1 2019-12-24 20:45:53 +01:00

C++ port of the JUnit framework for unit testing.

From [http://www.freedesktop.org/wiki/Software/cppunit/]