An open API service providing commit metadata for open source projects.

GitHub / Unity-Technologies/unittest-cpp / commits

SHA Message Author Date Stats
c331bb0d merge Merge pull request #146 from iblis17/fbsd-cmake Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
85bade33 cmake: fix pkgconfig dir path on FreeBSD Iblis Lin <i****s@h****w> over 9 years ago
d0980fe7 merge Merge pull request #143 from unittest-cpp/v2-prep Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
615b6cdd Add note re: autotools to INSTALL file Patrick Johnmeyer <p****r@g****m> over 9 years ago
8e5968bb Roll version number to 2.0.0 Patrick Johnmeyer <p****r@g****m> over 9 years ago
8d70dff0 Delete unused ChangeLog file Patrick Johnmeyer <p****r@g****m> over 9 years ago
5e3b3782 merge Merge pull request #139 from edanaher/pkgconfig-with-cmake Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
478b6545 merge Merge pull request #135 from jumonatr/master Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
40f90dc6 Build pkgconfig file with CMake, not just with autoconf. Evan Danaher <g****b@e****t> over 9 years ago
0d77b1ae Update docs reference to avoid bad path names on windows Julien Monat Rodier <j****r@e****m> almost 10 years ago
d8e27e18 merge Merge pull request #127 from pjohnmeyer/up_gcc_clang_warning_levels Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
1d0e157c merge Merge pull request #126 from pjohnmeyer/up_msvc_warning_levels Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
c431be9f merge Merge pull request #128 from killoctal/useSize_t Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
eca03930 Used size_t for CHECK macros Gabriel Schlozer <g****r@g****m> almost 10 years ago
7d7ba0ab Re-enable ignored-qualifiers warning and fix Patrick Johnmeyer <p****r@g****m> about 10 years ago
e161d440 Use CMake SET instead of string CONCAT Patrick Johnmeyer <p****r@g****m> about 10 years ago
2e2475fa Fix unused variable warnings Patrick Johnmeyer <p****r@g****m> about 10 years ago
f0044e91 Up warning level to -Wall/extra/error for non-MSVC Patrick Johnmeyer <p****r@g****m> about 10 years ago
7e4fff3b Fix "assignment operator could not be generated" warning Patrick Johnmeyer <p****r@g****m> about 10 years ago
7c159427 Up warning level to /W4 /WX for MSVC-like compilers Patrick Johnmeyer <p****r@g****m> about 10 years ago
83dbcc07 merge Merge pull request #115 from unittest-cpp/add_cmake_option_to_disable_running... Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
097c71e6 merge Merge pull request #114 from unittest-cpp/long_and_short_macros Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
77ae15ab merge Merge pull request #120 from pjohnmeyer/check_by_reference Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
6b69ed78 Skip test build with same option as run Patrick Johnmeyer <p****r@g****m> about 10 years ago
de915185 Remove unused variable from test copy constructor Patrick Johnmeyer <p****r@g****m> about 10 years ago
bec6ba56 Attempted fix for Travis build. Patrick Johnmeyer <p****r@g****m> about 10 years ago
21589e56 Take UnitTest::Check parameter by const reference Patrick Johnmeyer <p****r@g****m> about 10 years ago
510903c8 merge Merge pull request #117 from korli/master Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
c7a9e7fd merge Merge pull request #116 from JonChesterfield/master Patrick Johnmeyer <p****r@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
053bcfc9 Add support for Haiku. Jerome Duval <j****l@g****m>
Committed by: Jérôme Duval <j****l@g****m>
about 10 years ago
27317ec0 Prefix local variable message in CHECK macros with UnitTest_ to reduce the ri... JonChesterfield <j****d@g****m> over 10 years ago
14f317c4 Eliminate double-negative in option name / value Patrick Johnmeyer <p****r@g****m> over 10 years ago
fa971526 Add UTPP_SKIP_TESTS_AS_BUILD_STEP CMake option Patrick Johnmeyer <p****r@g****m> over 10 years ago
910381fa Change UNITTEST_ENABLE_SHORT_MACROS to DISABLE Patrick Johnmeyer <p****r@g****m> over 10 years ago
df386f18 Add UNITTEST_ prefixes to remaining macros Patrick Johnmeyer <p****r@g****m> over 10 years ago
c96bf526 Replace UT_ macro prefix with UNITTEST_IMPL_ Patrick Johnmeyer <p****r@g****m> over 10 years ago
185b3d50 Add UNITTEST_ versions of all CHECK macros Patrick Johnmeyer <p****r@g****m> over 10 years ago
d220612e merge Merge pull request #111 from unittest-cpp/v1.6.1-prep Patrick Johnmeyer <p****r@g****m> over 10 years ago
782e620f Update versions to 1.6.1 Patrick Johnmeyer <p****r@g****m> over 10 years ago
1a62540b Determine autoconf package version from git tags Patrick Johnmeyer <p****r@g****m> over 10 years ago
b7e0d70a Fix failures in `make distcheck` Patrick Johnmeyer <p****r@g****m> over 10 years ago
90357e21 merge Merge pull request #109 from bittwiddler1/master Patrick Johnmeyer <p****r@g****m> over 10 years ago
8973952b merge Merge pull request #106 from jasonhorsburgh/master Patrick Johnmeyer <p****r@g****m> over 10 years ago
032e495b merge Merge branch 'master' of https://github.com/jasonhorsburgh/unittest-cpp into ... Patrick Johnmeyer <p****r@g****m> over 10 years ago
843d1739 merge Merge pull request #110 from stubb/patch-1 Patrick Johnmeyer <p****r@g****m> over 10 years ago
791c37a9 Enabling silent build rules for automake bittwiddler1 <b****d@o****m> over 10 years ago
451ba1e2 Fix spelling of UTPP_USE_PLUS_SIGN option comment. Kilian Köppchen <k****n@g****m> over 10 years ago
2a806451 Comment changes bittwiddler1 <b****d@o****m> over 10 years ago
80d6bf75 Better native OS detection using AC_CANONICAL_HOST. More information here: ht... Saul Beniquez <b****d@o****m> over 10 years ago
8544b5b6 Fix for #105 - Automake improvements: fixing pkgincludedir. Saul Beniquez <b****d@o****m> over 10 years ago
e88121f6 Add support for CMake find_package() Jason Horsburgh <j****h@g****m> over 10 years ago
b69b63ac Update docs, versions for 1.6.0. Patrick Johnmeyer <p****r@g****m> over 10 years ago
13687226 merge Merge pull request #101 from pjohnmeyer/add_more_vs_appveyor_configs Patrick Johnmeyer <p****r@g****m> over 10 years ago
6ce4bbe8 Use build_script instead of build for appveyor Patrick Johnmeyer <p****r@g****m> over 10 years ago
8080a0c7 Fix CMAKE_GENERATOR values Patrick Johnmeyer <p****r@g****m> over 10 years ago
5908e00e Add forgotten quotes around CMAKE_GENERATOR Patrick Johnmeyer <p****r@g****m> over 10 years ago
6c78c6ea Add more compilers to appveyor config Patrick Johnmeyer <p****r@g****m> over 10 years ago
5ad8cd86 Add new tests to Makefile.am Patrick Johnmeyer <p****r@g****m> over 10 years ago
240bf00f merge Merge branch 'paxos1977-paxos1977-pjohnmeyer-RequiredMacro' Patrick Johnmeyer <p****r@g****m> over 10 years ago
9fd7b220 merge Merge pull request #98 from paxos1977/dev/FixingIncorrectUnitTest Patrick Johnmeyer <p****r@g****m> over 10 years ago
983a9904 merge Merge pull request #95 from pjohnmeyer/paxos1977-pjohnmeyer-RequiredMacro Patrick Johnmeyer <p****r@g****m> over 10 years ago
898f18d7 Enable C++11 support in autoconf Patrick Johnmeyer <p****r@g****m> over 10 years ago
073a1ea0 Enable C++11 support in autoconf Patrick Johnmeyer <p****r@g****m> over 10 years ago
962387ce Update autotools for new source files. Patrick Johnmeyer <p****r@g****m> over 10 years ago
adebd837 Update autotools for new source files. Patrick Johnmeyer <p****r@g****m> over 10 years ago
1c30bcd1 Correcting RequiredCheckArrayCloseDoesNotHaveSideEffectsWhenPassing to exerci... Austin Gilbert <c****s@g****m> over 10 years ago
0a99a9a5 Correcting RequiredCheckArrayCloseDoesNotHaveSideEffectsWhenPassing to exerci... Austin Gilbert <c****s@g****m>
Committed by: Patrick Johnmeyer <p****r@g****m>
over 10 years ago
de385090 merge Merge branch 'dev/RequireMacroUsingLongjmp' into paxos1977-pjohnmeyer-Require... Austin Gilbert <c****s@g****m> over 10 years ago
2e53a17d With code proposed in Pull Request #95, when UNITTEST_NO_EXCEPTIONS is define... Austin Gilbert <c****s@g****m> over 10 years ago
4b0ac3f3 UT_RETHROW needed to take an argument when UNITTEST_NO_EXCEPTIONS=1. Austin Gilbert <c****s@g****m> over 10 years ago
7a68264b Renaming tests/TestRequireMacros.cpp -> tests/TestRequireMacrosWithExceptions... Austin Gilbert <c****s@g****m> over 10 years ago
cd34fffa merge Merge remote-tracking branch 'pj/paxos1977-pjohnmeyer-RequiredMacro' into pax... Austin Gilbert <c****s@g****m> over 10 years ago
6bb9541a Fix warnings, errors, 2x error reporting in MSVC Patrick Johnmeyer <p****r@g****m> over 10 years ago
3f5095ba Eliminate some single-line if statements. Patrick Johnmeyer <p****r@g****m> over 10 years ago
5eec0a25 Simplify required check reporter interactions Patrick Johnmeyer <p****r@g****m> over 10 years ago
57fc32c1 Change camelCase methods to PascalCase Patrick Johnmeyer <p****r@g****m> over 10 years ago
40b8f0b1 Use new RequiredCheckException for REQUIRE Patrick Johnmeyer <p****r@g****m> over 10 years ago
74ca0c30 Merge and uncrustify. Patrick Johnmeyer <p****r@g****m> over 10 years ago
5b34768d Prepare v1.5.1 tag Patrick Johnmeyer <p****r@g****m> over 10 years ago
353d3989 Delete straggling .vcproj files. Patrick Johnmeyer <p****r@g****m> over 10 years ago
6bfab53a merge Merge pull request #93 from unittest-cpp/uncrustify Patrick Johnmeyer <p****r@g****m> over 10 years ago
bb7555c7 Tweak preprocessor blocks. Patrick Johnmeyer <p****r@g****m> over 10 years ago
f82c4037 Change preprocessor indent rules. Patrick Johnmeyer <p****r@g****m> over 10 years ago
b47b4f7e Add uncrustify config and run first pass. Patrick Johnmeyer <p****r@g****m> over 10 years ago
6e1d0f48 Fix comment in TestTestRunner.cpp Patrick Johnmeyer <p****r@g****m> over 10 years ago
7186084d merge Merge pull request #92 from unittest-cpp/issue90 Patrick Johnmeyer <p****r@g****m> over 10 years ago
44aa33b0 Reduce possible timing test failures Patrick Johnmeyer <p****r@g****m> over 10 years ago
2fc284af merge Merge pull request #87 from rmpowell77/fix-sign-conversion Patrick Johnmeyer <p****r@g****m> over 10 years ago
014d6e48 adding an explicit cast for the conversion from int to useconds_t in TimeHelp... Richard Powell <r****7@m****m> over 10 years ago
540f6615 merge Merge pull request #85 from grahamreeds/master Patrick Johnmeyer <p****r@g****m> almost 11 years ago
4fccb768 Removed conditional compile around FixtureDtorThrows structure. Added a prepr... grahamreeds <g****s@g****m> almost 11 years ago
24061e42 merge Merge pull request #71 from LocutusOfBorg/add-pkgconfig Patrick Johnmeyer <p****r@g****m> almost 11 years ago
c5a3903b Prepare v1.5.0 tag. Patrick Johnmeyer <p****r@p****l> almost 11 years ago
dc6b9083 merge Merge pull request #78 from Microsoft/vs2015Support Patrick Johnmeyer <p****r@g****m> almost 11 years ago
5e52ae70 Add pkg config file (with help from Vicente Adolfo Bolea Sánchez) Gianfranco Costamagna <c****o@y****t> almost 11 years ago
dab64862 merge Merge pull request #77 from paxos1977/Issue76 Patrick Johnmeyer <p****r@g****m> almost 11 years ago
8741891f merge Merge pull request #69 from bittwiddler1/master Patrick Johnmeyer <p****r@g****m> almost 11 years ago
c4e36176 Disable tests in TestTestMacros.cpp which throw exceptions from user Austin Gilbert <c****s@g****m> almost 11 years ago
0a14abb0 Added support for VS2015 Anna Gringauze <a****n@m****m> about 11 years ago
ae24d942 Add travis and appveyor badges to README.md Patrick Johnmeyer <p****r@g****m> about 11 years ago

← Back to repository