FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · unittest-cpp/unittest-cpp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
unittest-cpp
/
unittest-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
175
Star
583
Code
Issues
33
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Nov 13, 2020
Extend hiatus to 26 November
pjohnmeyer
authored
10e50ad
View commit details
Copy full SHA for 10e50ad
Browse repository at this point
Commits on Oct 2, 2020
Extend hiatus to 15 October
Show description for 854cae2
pjohnmeyer
authored
854cae2
View commit details
Copy full SHA for 854cae2
Browse repository at this point
Commits on Aug 18, 2020
Add hiatus note & link to issue
pjohnmeyer
authored
37df68b
View commit details
Copy full SHA for 37df68b
Browse repository at this point
Commits on Apr 19, 2020
Merge pull request #173 from dhuantes/install-improvements
Show description for 0ea55a2
pjohnmeyer
authored
0ea55a2
View commit details
Copy full SHA for 0ea55a2
Browse repository at this point
Commits on Apr 7, 2020
Added Namespace to Exported Target
Show description for f871471
Dan Huantes
committed
f871471
View commit details
Copy full SHA for f871471
Browse repository at this point
Commits on Oct 17, 2019
Version made explicitly 3 parts
Show description for c269666
Dan Huantes
committed
c269666
View commit details
Copy full SHA for c269666
Browse repository at this point
Commits on Oct 16, 2019
Merge pull request #172 from Flow86/patch-1
Show description for d355e12
pjohnmeyer
authored
d355e12
View commit details
Copy full SHA for d355e12
Browse repository at this point
Commits on Aug 15, 2019
CrasingTestsAreReportedAsFailures no longer core dumps on Clang Release
Show description for 2423fca
Dan Huantes
committed
2423fca
View commit details
Copy full SHA for 2423fca
Browse repository at this point
UnitTest++ now correctly supports CMake's find_package config mode
Show description for bdef2bd
Dan Huantes
committed
bdef2bd
View commit details
Copy full SHA for bdef2bd
Browse repository at this point
Commits on Mar 20, 2019
add support to build unittest cpp on AIX (IBM)
Flow86
authored
a7d506d
View commit details
Copy full SHA for a7d506d
Browse repository at this point
Commits on Jul 8, 2017
Merge pull request #161 from martinmoene/cmake
Show description for bc5d87f
pjohnmeyer
authored
bc5d87f
View commit details
Copy full SHA for bc5d87f
Browse repository at this point
Use if (MSVC) as per issue #160
martinmoene
committed
a6fdaee
View commit details
Copy full SHA for a6fdaee
Browse repository at this point
Merge pull request #149 from timdave13/patch-1
Show description for 85b3666
pjohnmeyer
authored
85b3666
View commit details
Copy full SHA for 85b3666
Browse repository at this point
Commits on Jul 1, 2017
Merge pull request #141 from Reification/feature-MSVC-Clang
Show description for 8c460c4
pjohnmeyer
authored
8c460c4
View commit details
Copy full SHA for 8c460c4
Browse repository at this point
Merge pull request #155 from vicentebolea/adding-autogen-script
Show description for 65af507
pjohnmeyer
authored
65af507
View commit details
Copy full SHA for 65af507
Browse repository at this point
Merge branch 'master' into feature-MSVC-Clang
pjohnmeyer
authored
ee99616
View commit details
Copy full SHA for ee99616
Browse repository at this point
Merge pull request #148 from cwilling/add-lib_dir
Show description for af28992
pjohnmeyer
authored
af28992
View commit details
Copy full SHA for af28992
Browse repository at this point
Commits on May 21, 2017
Added autogen.sh file to ease autotools installation
vicentebolea
committed
33e6314
View commit details
Copy full SHA for 33e6314
Browse repository at this point
Commits on Feb 3, 2017
fix clang warnings
Show description for 07d4872
timdave13
authored
07d4872
View commit details
Copy full SHA for 07d4872
Browse repository at this point
Downgrade message to STATUS and do not declare C++11 as a requirement.
GabrielHare
committed
0b15459
View commit details
Copy full SHA for 0b15459
Browse repository at this point
Commits on Feb 2, 2017
fix clang warning
Show description for 0a6857e
timdave13
authored
0a6857e
View commit details
Copy full SHA for 0a6857e
Browse repository at this point
fix clang warning
Show description for d7bd757
timdave13
authored
d7bd757
View commit details
Copy full SHA for d7bd757
Browse repository at this point
Commits on Jan 23, 2017
Add support for LIB_SUFFIX
Show description for 0757ba8
Christoph Willing
committed
0757ba8
View commit details
Copy full SHA for 0757ba8
Browse repository at this point
Commits on Jan 20, 2017
Merge pull request #146 from iblis17/fbsd-cmake
Show description for c331bb0
pjohnmeyer
authored
c331bb0
View commit details
Copy full SHA for c331bb0
Browse repository at this point
Commits on Jan 14, 2017
cmake: fix pkgconfig dir path on FreeBSD
iblislin
committed
85bade3
View commit details
Copy full SHA for 85bade3
Browse repository at this point
Commits on Jan 13, 2017
Merge pull request #143 from unittest-cpp/v2-prep
Show description for d0980fe
pjohnmeyer
authored
d0980fe
View commit details
Copy full SHA for d0980fe
Browse repository at this point
Add note re: autotools to INSTALL file
pjohnmeyer
committed
615b6cd
View commit details
Copy full SHA for 615b6cd
Browse repository at this point
Roll version number to 2.0.0
pjohnmeyer
committed
8e5968b
View commit details
Copy full SHA for 8e5968b
Browse repository at this point
Delete unused ChangeLog file
Show description for 8d70dff
pjohnmeyer
committed
8d70dff
View commit details
Copy full SHA for 8d70dff
Browse repository at this point
Merge pull request #139 from edanaher/pkgconfig-with-cmake
Show description for 5e3b378
pjohnmeyer
authored
5e3b378
View commit details
Copy full SHA for 5e3b378
Browse repository at this point
Commits on Dec 15, 2016
Use “MATCHES” instead of “STREQUAL” to avoid ambiguous comparison.
Show description for a2fe238
GabrielHare
committed
a2fe238
View commit details
Copy full SHA for a2fe238
Browse repository at this point
Revert "Increase CMake version to resolve developer warnings regarding implicit quoted dereference in STREQUAL comparison"
Show description for bb49539
GabrielHare
committed
bb49539
View commit details
Copy full SHA for bb49539
Browse repository at this point
Identify Clang compiler when used as an MSVC extension
GabrielHare
committed
c4ab9d3
View commit details
Copy full SHA for c4ab9d3
Browse repository at this point
Increase CMake version to resolve developer warnings regarding implicit quoted dereference in STREQUAL comparison
GabrielHare
committed
8f7a263
View commit details
Copy full SHA for 8f7a263
Browse repository at this point
Demonstrate that compiler is identified as MSVC when VS2014 Clang extension is used
GabrielHare
committed
9eba823
View commit details
Copy full SHA for 9eba823
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL