0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extend hiatus to 26 November More... over 5 years ago
Extend hiatus to 15 October More... almost 6 years ago
Add hiatus note & link to issue More... almost 6 years ago
Merge pull request #173 from dhuantes/install-improvements More... over 6 years ago
Added Namespace to Exported Target [CMakeLists.txt] - It is standard practice to have a namespace for an imported target. Added UnitTest++:: as the namespace argument so that find_package(UnitTest++) will result in UnitTest++::UnitTest++ target that will be used in target_link_libraries. - Updated target_link_libraries for TestUnitTest++ as an example More... over 6 years ago
Version made explicitly 3 parts - Updated to appveyor.yml and configure.ac to 2.1.0 to match CMake project version. More... almost 7 years ago
Merge pull request #172 from Flow86/patch-1 More... almost 7 years ago
CrasingTestsAreReportedAsFailures no longer core dumps on Clang Release More... almost 7 years ago
UnitTest++ now correctly supports CMake's find_package config mode [CMakeLists.txt] - Bumped cmake minimum requirement to go to 3.0 as this appears to be earliest version that transitive usage requirements are supported. - Added version to project so that is evident when looking at CMakeLists.txt - Removed include_directories as that command affects more than just UnitTest++ in favor of target_include_directories. - The target_include_directories uses the generator expressions to do the same thing for the BUILD_INTERFACE condition but only affects UnitTest++. The INSTALL_INTERFACE ensures that when UnitTest++ is installed client applications calling find_package for UnitTest++ only have to add the UnitTest++ target to the target_link_libraries and will get the correct include path for UnitTest++ added to their include paths. - Added DEBUG_POSTFIX to both library and unit test to distinguish them from each other as they are installed into the same directory and would otherwise overwrite one another. - Added Versioning using write_basic_package_version_file to the install so that a client can call find_package(UnitTest++ 2.1 REQUIRED) and it will be able to confirm the version. If the version is updated you could theoretically ahve a version 2.2, 2.3 ,etc... and the find_package mechanism will find the correct one. the SameMajorVersion option in that call indicates that 2.3 is compatible with 2.1 or in other words if find_package(UnitTest++ 2.1 REQUIRED) is called and 2.3 is installed that satisfies the condition but if only 3.0 was installed it will fail because of 'SameMajorVersion'. - Also added installation for the Version file. More... almost 7 years ago
add support to build unittest cpp on AIX (IBM) More... over 7 years ago
Merge pull request #161 from martinmoene/cmake More... about 9 years ago
Use if (MSVC) as per issue #160 More... about 9 years ago
Merge pull request #149 from timdave13/patch-1 More... about 9 years ago
Merge pull request #141 from Reification/feature-MSVC-Clang More... about 9 years ago
Merge pull request #155 from vicentebolea/adding-autogen-script More... about 9 years ago
Merge branch 'master' into feature-MSVC-Clang More... about 9 years ago
Merge pull request #148 from cwilling/add-lib_dir More... about 9 years ago
Added autogen.sh file to ease autotools installation More... about 9 years ago
fix clang warnings More... over 9 years ago
Downgrade message to STATUS and do not declare C++11 as a requirement. More... over 9 years ago
fix clang warning More... over 9 years ago
fix clang warning More... over 9 years ago
Add support for LIB_SUFFIX More... over 9 years ago
Merge pull request #146 from iblis17/fbsd-cmake More... over 9 years ago
cmake: fix pkgconfig dir path on FreeBSD More... over 9 years ago
Merge pull request #143 from unittest-cpp/v2-prep More... over 9 years ago
Add note re: autotools to INSTALL file More... over 9 years ago
Roll version number to 2.0.0 More... over 9 years ago
Delete unused ChangeLog file More... over 9 years ago
Merge pull request #139 from edanaher/pkgconfig-with-cmake More... over 9 years ago