openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
U
unittest-cpp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Jul 21, 2025 — Jul 21, 2026
Showing page 1 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Extend hiatus to 26 November
Patrick Johnmeyer
More...
over 5 years ago
Extend hiatus to 15 October
Patrick Johnmeyer
More...
almost 6 years ago
Add hiatus note & link to issue
Patrick Johnmeyer
More...
almost 6 years ago
Merge pull request #173 from dhuantes/install-improvements
Patrick Johnmeyer
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
Dan Huantes
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.
Dan Huantes
More...
almost 7 years ago
Merge pull request #172 from Flow86/patch-1
Patrick Johnmeyer
More...
almost 7 years ago
CrasingTestsAreReportedAsFailures no longer core dumps on Clang Release
Dan Huantes
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.
Dan Huantes
More...
almost 7 years ago
add support to build unittest cpp on AIX (IBM)
Flow86
More...
over 7 years ago
Merge pull request #161 from martinmoene/cmake
Patrick Johnmeyer
More...
about 9 years ago
Use if (MSVC) as per issue #160
Martin Moene
More...
about 9 years ago
Merge pull request #149 from timdave13/patch-1
Patrick Johnmeyer
More...
about 9 years ago
Merge pull request #141 from Reification/feature-MSVC-Clang
Patrick Johnmeyer
More...
about 9 years ago
Merge pull request #155 from vicentebolea/adding-autogen-script
Patrick Johnmeyer
More...
about 9 years ago
Merge branch 'master' into feature-MSVC-Clang
Patrick Johnmeyer
More...
about 9 years ago
Merge pull request #148 from cwilling/add-lib_dir
Patrick Johnmeyer
More...
about 9 years ago
Added autogen.sh file to ease autotools installation
Vicente Adolfo Bolea Sanchez
More...
about 9 years ago
fix clang warnings
Tim Bochenek
More...
over 9 years ago
Downgrade message to STATUS and do not declare C++11 as a requirement.
Gabriel Hare
More...
over 9 years ago
fix clang warning
Tim Bochenek
More...
over 9 years ago
fix clang warning
timdave13
More...
over 9 years ago
Add support for LIB_SUFFIX
Christoph Willing
More...
over 9 years ago
Merge pull request #146 from iblis17/fbsd-cmake
Patrick Johnmeyer
More...
over 9 years ago
cmake: fix pkgconfig dir path on FreeBSD
Iblis Lin
More...
over 9 years ago
Merge pull request #143 from unittest-cpp/v2-prep
Patrick Johnmeyer
More...
over 9 years ago
Add note re: autotools to INSTALL file
Patrick Johnmeyer
More...
over 9 years ago
Roll version number to 2.0.0
Patrick Johnmeyer
More...
over 9 years ago
Delete unused ChangeLog file
Patrick Johnmeyer
More...
over 9 years ago
Merge pull request #139 from edanaher/pkgconfig-with-cmake
Patrick Johnmeyer
More...
over 9 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree