freebsd-ports/devel/cpputest/pkg-plist
Fernando Apesteguía 572f6e78cb devel/cpputest: Update to 4.0
From ChangeLog: https://github.com/cpputest/cpputest/releases/tag/v4.0

New functionality:

 * Added MemoryAccountant
 * Added SimpleStringCache that also removed the memory leak caused by longjmp
   in C
 * Thread-safe memory leak detector overloads
 * New command-line options:
 *     -h help option
 *     -s shuffle (random) option
 *     -t run a specific test option
 *     -vv extra verbose option
 *     -k add a package name to junit output
 * Added new asserts: CHECK_COMPARE, and improved C macros
 * Support for newer compilers and address sanitizer

Small improvements:

 * Fixed problems with gdb
 * More 16-bit support
 * Added Makefile for making the examples with an installed CppUTest
 * Small mock improvements
 * Removed more compiler warnings
 * Support for C++14, C++17, and C++2x (added to automated build)

Improved maintainability:

 * Docker builds
 * Vastly improved the automated build with more platforms and variants
 * Continuously releasing the passing build
 * MS-DOS support (added to automated build)

PR:	246907
Submitted by:	akos.somfai@gmail.com (maintainer)
2020-06-02 05:51:57 +00:00

57 lines
2.1 KiB
Text

include/CppUTest/CommandLineArguments.h
include/CppUTest/CommandLineTestRunner.h
include/CppUTest/CppUTestConfig.h
include/CppUTest/CppUTestGeneratedConfig.h
include/CppUTest/JUnitTestOutput.h
include/CppUTest/MemoryLeakDetector.h
include/CppUTest/MemoryLeakDetectorMallocMacros.h
include/CppUTest/MemoryLeakDetectorNewMacros.h
include/CppUTest/MemoryLeakWarningPlugin.h
include/CppUTest/PlatformSpecificFunctions.h
include/CppUTest/PlatformSpecificFunctions_c.h
include/CppUTest/SimpleMutex.h
include/CppUTest/SimpleString.h
include/CppUTest/SimpleStringInternalCache.h
include/CppUTest/StandardCLibrary.h
include/CppUTest/TeamCityTestOutput.h
include/CppUTest/TestFailure.h
include/CppUTest/TestFilter.h
include/CppUTest/TestHarness.h
include/CppUTest/TestHarness_c.h
include/CppUTest/TestMemoryAllocator.h
include/CppUTest/TestOutput.h
include/CppUTest/TestPlugin.h
include/CppUTest/TestRegistry.h
include/CppUTest/TestResult.h
include/CppUTest/TestTestingFixture.h
include/CppUTest/Utest.h
include/CppUTest/UtestMacros.h
include/CppUTestExt/CodeMemoryReportFormatter.h
include/CppUTestExt/GMock.h
include/CppUTestExt/GTest.h
include/CppUTestExt/GTestConvertor.h
include/CppUTestExt/GTestSupport.h
include/CppUTestExt/IEEE754ExceptionsPlugin.h
include/CppUTestExt/MemoryReportAllocator.h
include/CppUTestExt/MemoryReportFormatter.h
include/CppUTestExt/MemoryReporterPlugin.h
include/CppUTestExt/MockActualCall.h
include/CppUTestExt/MockCheckedActualCall.h
include/CppUTestExt/MockCheckedExpectedCall.h
include/CppUTestExt/MockExpectedCall.h
include/CppUTestExt/MockExpectedCallsList.h
include/CppUTestExt/MockFailure.h
include/CppUTestExt/MockNamedValue.h
include/CppUTestExt/MockSupport.h
include/CppUTestExt/MockSupportPlugin.h
include/CppUTestExt/MockSupport_c.h
include/CppUTestExt/OrderedTest.h
lib/CppUTest/cmake/CppUTestConfig.cmake
lib/CppUTest/cmake/CppUTestConfigVersion.cmake
lib/CppUTest/cmake/CppUTestTargets-relwithdebinfo.cmake
lib/CppUTest/cmake/CppUTestTargets.cmake
lib/CppUTest/cmake/Modules/CppUTestBuildTimeDiscoverTests.cmake
lib/CppUTest/cmake/Scripts/CppUTestBuildTimeDiscoverTests.cmake
lib/libCppUTest.a
lib/libCppUTestExt.a
libdata/pkgconfig/cpputest.pc