Commit graph

  • 8973952bbe Merge pull request #106 from jasonhorsburgh/master Patrick Johnmeyer 2016-04-19 22:08:55 -05:00
  • 032e495bba Merge branch 'master' of https://github.com/jasonhorsburgh/unittest-cpp into jasonhorsburgh-master Patrick Johnmeyer 2016-04-19 22:08:24 -05:00
  • 843d17398f Merge pull request #110 from stubb/patch-1 Patrick Johnmeyer 2016-04-19 21:51:48 -05:00
  • 791c37a9f1 Enabling silent build rules for automake bittwiddler1 2016-04-16 19:12:21 -04:00
  • 451ba1e2bc Fix spelling of UTPP_USE_PLUS_SIGN option comment. Kilian Köppchen 2016-04-14 15:23:10 +02:00
  • 2a806451b1 Comment changes bittwiddler1 2016-04-07 15:03:34 -04:00
  • 80d6bf7568 Better native OS detection using AC_CANONICAL_HOST. More information here: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Canonicalizing.html Saul Beniquez 2016-04-07 14:56:31 -04:00
  • 8544b5b6be Fix for #105 - Automake improvements: fixing pkgincludedir. Saul Beniquez 2016-04-07 14:55:53 -04:00
  • e88121f69e Add support for CMake find_package() Jason Horsburgh 2016-03-15 12:14:19 +00:00
  • b69b63ac2b Update docs, versions for 1.6.0. v1.6.0 Patrick Johnmeyer 2016-02-29 22:32:58 -06:00
  • 13687226ed Merge pull request #101 from pjohnmeyer/add_more_vs_appveyor_configs Patrick Johnmeyer 2016-02-24 00:20:38 -06:00
  • 6ce4bbe8d9 Use build_script instead of build for appveyor Patrick Johnmeyer 2016-02-23 23:59:31 -06:00
  • 8080a0c798 Fix CMAKE_GENERATOR values Patrick Johnmeyer 2016-02-23 23:54:50 -06:00
  • 5908e00efb Add forgotten quotes around CMAKE_GENERATOR Patrick Johnmeyer 2016-02-23 23:49:15 -06:00
  • 6c78c6ea2b Add more compilers to appveyor config Patrick Johnmeyer 2016-02-23 23:45:52 -06:00
  • 5ad8cd86c9 Add new tests to Makefile.am Patrick Johnmeyer 2016-02-23 23:12:40 -06:00
  • 240bf00f49 Merge branch 'paxos1977-paxos1977-pjohnmeyer-RequiredMacro' Patrick Johnmeyer 2016-02-23 23:10:35 -06:00
  • 898f18d799 Enable C++11 support in autoconf Patrick Johnmeyer 2016-02-23 21:44:25 -06:00
  • 962387ce5d Update autotools for new source files. Patrick Johnmeyer 2016-02-23 21:11:19 -06:00
  • 0a99a9a5c9 Correcting RequiredCheckArrayCloseDoesNotHaveSideEffectsWhenPassing to exercise the passing case (per the UT name). Austin Gilbert 2016-02-08 21:54:58 -06:00
  • 9fd7b2202e Merge pull request #98 from paxos1977/dev/FixingIncorrectUnitTest Patrick Johnmeyer 2016-02-23 22:45:42 -06:00
  • 983a990484 Merge pull request #95 from pjohnmeyer/paxos1977-pjohnmeyer-RequiredMacro Patrick Johnmeyer 2016-02-23 22:44:31 -06:00
  • 073a1ea0e1 Enable C++11 support in autoconf Patrick Johnmeyer 2016-02-23 21:44:25 -06:00
  • adebd8376a Update autotools for new source files. Patrick Johnmeyer 2016-02-23 21:11:19 -06:00
  • 1c30bcd16b Correcting RequiredCheckArrayCloseDoesNotHaveSideEffectsWhenPassing to exercise the passing case (per the UT name). Austin Gilbert 2016-02-08 21:54:58 -06:00
  • de385090d9 Merge branch 'dev/RequireMacroUsingLongjmp' into paxos1977-pjohnmeyer-RequiredMacro Austin Gilbert 2016-02-08 21:45:35 -06:00
  • 2e53a17d7e With code proposed in Pull Request #95, when UNITTEST_NO_EXCEPTIONS is defined, the definition for REQUIRE macro is empty. Austin Gilbert 2016-02-08 21:38:56 -06:00
  • 4b0ac3f34a UT_RETHROW needed to take an argument when UNITTEST_NO_EXCEPTIONS=1. Austin Gilbert 2016-02-08 21:36:05 -06:00
  • 7a68264b0f Renaming tests/TestRequireMacros.cpp -> tests/TestRequireMacrosWithExceptionsOn.cpp, testing REQUIRE with exceptions turned off will require a significantly different approach. Austin Gilbert 2016-02-08 19:11:05 -06:00
  • cd34fffa40 Merge remote-tracking branch 'pj/paxos1977-pjohnmeyer-RequiredMacro' into paxos1977-pjohnmeyer-RequiredMacro Austin Gilbert 2016-02-08 18:09:11 -06:00
  • 6bb9541ae2 Fix warnings, errors, 2x error reporting in MSVC Patrick Johnmeyer 2016-02-06 22:04:52 -06:00
  • 3f5095ba13 Eliminate some single-line if statements. Patrick Johnmeyer 2016-02-04 23:14:42 -06:00
  • 5eec0a255f Simplify required check reporter interactions Patrick Johnmeyer 2016-02-04 23:00:52 -06:00
  • 57fc32c114 Change camelCase methods to PascalCase Patrick Johnmeyer 2016-02-04 22:45:36 -06:00
  • 40b8f0b17b Use new RequiredCheckException for REQUIRE Patrick Johnmeyer 2016-02-04 22:33:37 -06:00
  • 74ca0c301f Merge and uncrustify. Patrick Johnmeyer 2016-02-04 21:16:45 -06:00
  • 89ff2596ee Eliminating 'unused exception variable' warnings. Austin Gilbert 2015-05-17 21:21:10 -05:00
  • a9161c1ba6 This commit addresses two issues: Austin Gilbert 2014-12-06 22:59:28 -06:00
  • 06308ee802 Use for loop to achieve REQUIRE with no parens Patrick Johnmeyer 2014-11-04 23:41:05 -06:00
  • e7b56d4e3c Introducing additional functionality to allow client code to stop a unit test when an assert fails. Austin Gilbert 2014-10-17 17:12:55 -05:00
  • 5b34768df0 Prepare v1.5.1 tag v1.5.1 Patrick Johnmeyer 2016-01-29 23:24:21 -06:00
  • 353d3989d3 Delete straggling .vcproj files. Patrick Johnmeyer 2016-01-29 23:10:38 -06:00
  • 6bfab53a64 Merge pull request #93 from unittest-cpp/uncrustify Patrick Johnmeyer 2016-01-29 23:09:26 -06:00
  • bb7555c718 Tweak preprocessor blocks. Patrick Johnmeyer 2016-01-29 22:48:36 -06:00
  • f82c403768 Change preprocessor indent rules. Patrick Johnmeyer 2016-01-29 22:22:37 -06:00
  • b47b4f7e85 Add uncrustify config and run first pass. Patrick Johnmeyer 2016-01-29 22:15:10 -06:00
  • 6e1d0f48ab Fix comment in TestTestRunner.cpp Patrick Johnmeyer 2016-01-29 20:05:53 -06:00
  • 7186084dd8 Merge pull request #92 from unittest-cpp/issue90 Patrick Johnmeyer 2016-01-29 20:03:48 -06:00
  • 44aa33b02b Reduce possible timing test failures Patrick Johnmeyer 2016-01-29 19:50:23 -06:00
  • 2fc284af64 Merge pull request #87 from rmpowell77/fix-sign-conversion Patrick Johnmeyer 2016-01-29 19:32:41 -06:00
  • 014d6e48f8 adding an explicit cast for the conversion from int to useconds_t in TimeHelpers::SleepMS. Richard Powell 2015-12-16 06:53:06 -08:00
  • a468815522 Merge e991bec563 into 540f6615fb elfstrom 2015-11-25 09:25:54 +00:00
  • 4475db3c81 Merge f5a778b5f9 into 540f6615fb Austin Gilbert 2015-11-25 09:22:50 +00:00
  • 540f6615fb Merge pull request #85 from grahamreeds/master Patrick Johnmeyer 2015-11-17 00:11:30 -06:00
  • 4fccb76875 Removed conditional compile around FixtureDtorThrows structure. Added a preprocessor block for _MSC_VER noexcept support. grahamreeds 2015-11-12 12:01:07 +00:00
  • 24061e420c Merge pull request #71 from LocutusOfBorg/add-pkgconfig Patrick Johnmeyer 2015-11-04 20:18:44 -06:00
  • c5a3903bf9 Prepare v1.5.0 tag. v1.5.0 Patrick Johnmeyer 2015-11-04 12:04:13 -06:00
  • dc6b908380 Merge pull request #78 from Microsoft/vs2015Support Patrick Johnmeyer 2015-10-15 22:20:22 -05:00
  • 0a14abb0a5 Added support for VS2015 Anna Gringauze 2015-08-19 12:20:43 -07:00
  • 5e52ae70dc
    Add pkg config file (with help from Vicente Adolfo Bolea Sánchez) Gianfranco Costamagna 2015-09-22 08:31:26 +02:00
  • dab64862c4 Merge pull request #77 from paxos1977/Issue76 Patrick Johnmeyer 2015-09-21 22:54:39 -05:00
  • 8741891f85 Merge pull request #69 from bittwiddler1/master Patrick Johnmeyer 2015-09-21 22:19:05 -05:00
  • c4e36176d9 Disable tests in TestTestMacros.cpp which throw exceptions from user defined destructors. Austin Gilbert 2015-09-17 17:28:44 -05:00
  • e991bec563 fixup! Implement CHECK_ARRAY2D_CLOSE_DESCRIBED macro Erik Elfström 2015-08-21 17:37:45 +02:00
  • 041a5480b5 fixup! Add missing example tests for CHECK_ARRAY_EQUALS and CHECK_ARRAY2D_CLOSE Erik Elfström 2015-08-21 17:37:05 +02:00
  • f959c604a0 Move non public check macro implementations to their own file Erik Elfström 2015-08-21 09:33:54 +02:00
  • 5bf7a1529c Implement CHECK_ASSERT_DESCRIBED macro Erik Elfström 2015-08-21 08:02:21 +02:00
  • 622963563f Implement CHECK_THROW_DESCRIBED macro Erik Elfström 2015-08-20 19:16:19 +02:00
  • e29a066ae3 Implement CHECK_ARRAY2D_CLOSE_DESCRIBED macro Erik Elfström 2015-08-20 19:10:03 +02:00
  • 9d0e5fc35d Implement CHECK_ARRAY_CLOSE_DESCRIBED macro Erik Elfström 2015-08-20 17:08:29 +02:00
  • 9f0233266b Implement CHECK_ARRAY_EQUAL_DESCRIBED macro Erik Elfström 2015-08-20 15:56:03 +02:00
  • 24c1b8b30b Implement CHECK_CLOSE_DESCRIBED macro Erik Elfström 2015-08-20 15:20:55 +02:00
  • f8376fc8b5 Implement CHECK_EQUAL_DESCRIBED macro Erik Elfström 2015-08-20 15:20:23 +02:00
  • 96bf0b8b74 Implement CHECK_DESCRIBED macro Erik Elfström 2015-08-20 15:04:27 +02:00
  • 09b2381ec5 Extract check macros with test action as a parameter Erik Elfström 2015-08-20 10:51:31 +02:00
  • dbb24b225c Extract separate condition functions for all checks Erik Elfström 2015-08-20 10:10:11 +02:00
  • f0b4338b48 Add missing example tests for CHECK_ARRAY_EQUALS and CHECK_ARRAY2D_CLOSE Erik Elfström 2015-08-21 08:45:10 +02:00
  • a6cbdfcd69 Refactor CHECK_ARRAY_EQUAL details test to look more like the other details tests Erik Elfström 2015-08-20 15:45:00 +02:00
  • c2a9d855b5 Add missing side effect tests for CHECK_ARRAY_EQUAL Erik Elfström 2015-08-20 15:43:13 +02:00
  • e3c037168c Group CHECK_ARRAY_CLOSE tests together Erik Elfström 2015-08-20 15:40:34 +02:00
  • c0a8d524b8 Add missing tests for CHECK_ASSERT macro Erik Elfström 2015-08-20 18:29:22 +02:00
  • fdb1701ca8 Add missing tests for CHECK_TROW macro Erik Elfström 2015-08-20 17:09:18 +02:00
  • 42a34e9566 Add missing side effect test for CHECK macro Erik Elfström 2015-08-20 11:23:39 +02:00
  • b0603e5025 Normalize whitespace in TestUnitTestPP.cpp Erik Elfström 2015-08-21 08:08:15 +02:00
  • ddf2a225f0 Normalize whitespace in TestCheckMacros.cpp Erik Elfström 2015-08-19 14:52:10 +02:00
  • 3d8a071393 Normalize whitespace in CheckMacros.h Erik Elfström 2015-08-18 19:54:31 +02:00
  • 34eb2ec0b1 Normalize whitespace in Checks.h and Checks.cpp Erik Elfström 2015-08-18 19:27:26 +02:00
  • ad96736e2f Merge c7ddbb04aa into ae24d94242 Vicente Adolfo Bolea Sánchez 2015-07-17 15:31:45 +00:00
  • ae24d94242 Add travis and appveyor badges to README.md Patrick Johnmeyer 2015-07-14 20:58:37 -05:00
  • 67013d4b88 Add tiny comment change to trigger Travis. Patrick Johnmeyer 2015-07-14 20:49:26 -05:00
  • ab716658dc Merge pull request #70 from hymerman/continuous-integration Patrick Johnmeyer 2015-07-14 20:43:29 -05:00
  • c7ddbb04aa Corrected configure.ac commented lines Vicente Adolfo Bolea Sanchez 2015-06-04 21:45:22 +09:00
  • 3e007b4cb7 Added pkg-config support Vicente Adolfo Bolea Sanchez 2015-06-04 21:39:34 +09:00
  • f5a778b5f9 Merge branch 'develop' into RequiredMacroAsForLoop - resolve pull request merge conflicts. Austin Gilbert 2015-05-28 16:09:04 -05:00
  • 4f90f7ca31 Merge branch 'upstream' into develop Austin Gilbert 2015-05-28 15:54:41 -05:00
  • cf5c33f02d Merge with upstream master. Austin Gilbert 2015-05-28 15:53:25 -05:00
  • e75f66b9df Eliminating 'unused exception variable' warnings. Austin Gilbert 2015-05-17 21:21:10 -05:00
  • 76e9982dd4 Add Travis CI configuration file, .travis.yml Ben Hymers 2015-04-27 09:09:35 +01:00
  • 4b8d3a7418 Add AppVeyor configuration file, appveyor.yml Ben Hymers 2015-04-27 08:52:29 +01:00
  • edf1e370ef Updating docs submodule reference. Patrick Johnmeyer 2015-04-25 02:30:22 -05:00