Commit Graph

  • 736ae58b77 Update to have correct download URLs Ramon Buckland 2016-03-19 21:30:38 +1100
  • c984fc3ecd v1.4.0 - use __COUNTER__ for unique IDS instead of __LINE__ (where possible) + bug fixes v1.4.0 Phil Nash 2016-03-15 07:24:26 +0000
  • 447f53e9e3 Fixed !shouldfail Phil Nash 2016-03-14 19:13:34 +0000
  • 13a887ad24 Use __COUNTER__ when generating unique names instead of __LINE__, if available. Based on PR #351 Phil Nash 2015-12-15 07:50:51 +0000
  • 02af70ed0b build v1.3.6 (include's David Grayson's fix for the gcc pragma) Phil Nash 2016-03-11 18:31:52 +0000
  • c362894565 Merge branch 'DavidEGrayson-pr_gcc_pragma_typo' Phil Nash 2016-03-11 07:59:20 +0000
  • 921ad290bd Support closure in REGISTER_TEST_CASE macros. Anton Rapetov 2016-03-09 15:52:37 +0300
  • 658185888f Change type of members in Catch::NameAndDesc to std::string to make possible genereate TEST_CASE name on the fly. Anton Rapetov 2016-03-09 15:52:07 +0300
  • 97e335437e Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. David Grayson 2016-03-04 19:24:07 -0800
  • ae5ee2cf63 v1.3.5 v1.3.5 Phil Nash 2016-02-29 08:17:18 +0000
  • f895e0d95f Rebased approvals following colour changes Phil Nash 2016-02-29 08:13:27 +0000
  • 458f37ed57 Merge branch 'explicit-bool-conversion' of git://github.com/seanmiddleditch/Catch into seanmiddleditch-explicit-bool-conversion Phil Nash 2016-02-29 08:05:46 +0000
  • 91bfe68a75 Suppress parentheses warnings on clang and gcc - should address #593, #528, #521, #496 (and possibly others) Phil Nash 2016-02-29 08:01:06 +0000
  • 8ccb18daa9 Added --use-colour option to give finer control over colourisation. --force-colour is still present but deprecated (will remove in v2) Phil Nash 2016-02-24 18:51:01 +0000
  • e0e375773c Merge 784f2ef98f into dce2154474 blackhearted 2016-02-27 17:28:15 +0000
  • dce2154474 Merge pull request #598 from luxe/patch-1 Phil Nash 2016-02-27 17:06:57 +0000
  • e52ad48fb7 removes link to missing readme file Trevor Hickey 2016-02-26 10:29:23 -0500
  • 776247af81 Support explicit operator bool Sean Middleditch 2016-02-25 00:34:09 -0800
  • 33d8d9c5ee Avoid zero width in Tbc::Text Mickey Rose 2016-02-21 15:09:28 +0100
  • 1501339438 SelfTest checks for out_of_range exception coming from Tbc::Text Mickey Rose 2016-02-21 15:04:06 +0100
  • 3b4edd7a48 Build for v1.3.4 v1.3.4 Phil Nash 2016-02-10 19:24:48 +0000
  • 880a2046d9 Use Clara v0.0.1.1 Phil Nash 2016-02-10 19:21:09 +0000
  • ffad3a0a39 Fix as suggested in #574 Cast expression to bool to prevent custom && from defeating short-circuiting Phil Nash 2016-02-10 05:49:56 +0000
  • 5300004f50 - Rename isValidChar() -> isValidByte() - Minor adjustments to mimic styling of surrounding code P.S.: a .clang-format file would be nice ;-) Ludger Sprenker 2016-02-06 16:38:25 +0100
  • 0837427e00 Minor changes suggested by nabijaczleweli Ludger Sprenker 2016-02-06 16:08:48 +0100
  • f37c95088c Produce valid xml and preserve utf8 characters in attributes Ludger Sprenker 2016-02-06 14:31:24 +0100
  • 24d50f40c1 Use inline assembly with gcc under Linux for CATCH_TRAP Vadim Zeitlin 2016-02-05 15:09:16 +0100
  • 3e657a8cf8 Refactor CATCH_BREAK_INTO_DEBUGGER() to avoid repetition Vadim Zeitlin 2016-02-05 15:08:16 +0100
  • 105956fecc Add support for breaking into debugger for Linux Vadim Zeitlin 2016-02-05 14:56:20 +0100
  • f08e5ff915 Move templates around to avoid linkage errors when CATCH_CONFIG_MAIN isn't defined Ryan Gonzalez 2016-01-22 12:49:42 -0600
  • 3bd20bf2cd Removed reference to pre 1.0 release from README v1.3.3 Phil Nash 2016-01-22 07:57:45 +0000
  • c7243562b0 v1.3.3 Phil Nash 2016-01-22 07:52:07 +0000
  • b84e08ad6f Fix EndsWith Matcher (and refactored EndsWith and StartsWith in terms of endsWith and startsWith) (see Issue #573) Phil Nash 2016-01-22 07:50:59 +0000
  • aca16a0f99 Fixed CATCH_REGISTER_TEST_CASE too Phil Nash 2016-01-22 07:50:10 +0000
  • 784f2ef98f change: single_include: WinCE compatibility. Vladimir Stepanov 2016-01-08 13:00:46 +0100
  • f294c98472 Fixed REGISTER_TEST_CASE for VS2013 (hopefully) - see #549 Phil Nash 2016-01-05 08:19:16 +0000
  • 7424b23bfb v1.3.1 Phil Nash 2015-12-28 15:07:32 +0000
  • dbd3a84d92 Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) Phil Nash 2015-12-28 15:06:04 +0000
  • 2beec11153 Fix REQUIRE with const char strings Ryan Gonzalez 2015-12-24 11:57:40 -0600
  • ebf172be0b Lazily stringify expressions (closes #556) Ryan Gonzalez 2015-12-24 11:37:28 -0600
  • 2820354814 Moved thanks comment to appropriate location. Kirk MacTavish 2015-12-16 17:11:48 -0500
  • b6f04c8772 adds ApproxContainer for stl container comparison. Kirk MacTavish 2015-12-16 15:52:33 -0500
  • f4ba8aaf19 dev build 2 v2.0.0-develop-2 Phil Nash 2015-12-15 07:54:49 +0000
  • 25899ea20e Use __COUNTER__ when generating unique names instead of __LINE__, if available. Based on PR #351 Phil Nash 2015-12-15 07:50:51 +0000
  • 725d83e37d Fixed code analysis warning C28251. Tommy Nguyen 2015-07-04 20:13:18 +0200
  • 5262e61e9d Approvals for Matcher change (added comma) Phil Nash 2015-12-10 18:43:29 +0000
  • 36cee598cf Approvals for Matcher change (added comma) Phil Nash 2015-12-10 18:16:30 +0000
  • 506b915f7f Add missing comma when in captured expression for matchers Simon Warta 2015-08-08 00:15:58 +0200
  • 5cab3cc1b8 Fixed non-variadic version of REGISTER_TEST_CASE Phil Nash 2015-12-09 18:24:29 +0000
  • a5fba672e1 Add missing comma when in captured expression for matchers Simon Warta 2015-08-08 00:15:58 +0200
  • 2106d82881 Fixed non-variadic version of REGISTER_TEST_CASE Phil Nash 2015-12-09 18:24:29 +0000
  • 981347b6e4 patch build to include last two fixes v1.3.1 Phil Nash 2015-12-09 18:11:48 +0000
  • d2642325ae main takes args by non-const char* - see #548 Phil Nash 2015-12-09 06:21:28 +0000
  • 8fa41d96c7 Initialise m_currentSortOrder - as reported in #545 Phil Nash 2015-12-09 06:15:52 +0000
  • 9e341231ba main takes args by non-const char* - see #548 Phil Nash 2015-12-09 06:21:28 +0000
  • 2b688e1cef Initialise m_currentSortOrder - as reported in #545 Phil Nash 2015-12-09 06:15:52 +0000
  • cfe60bfa78 add working appveyor.yml targetting {MSVS2013,MSVS2015*Win32,x64*Debug,Release} Ross Bencina 2015-12-09 04:15:47 +1100
  • 3dc850312a Merge 6cf8f3af1c into 84d1c080d6 Max 2015-12-07 08:30:17 +0000
  • 6cf8f3af1c Make buildable with default main() function for Qt5 under Windows maxvodo 2015-12-07 11:06:30 +0300
  • 6f4098d519 Fix uninitialized member in TestRegistry David Wagner 2015-12-04 17:47:29 +0100
  • 84d1c080d6 Keep Xcode 7.1 happy Phil Nash 2015-11-24 18:16:21 +0000
  • 722315a1f5 Removed some trailing whitespace Phil Nash 2015-12-04 10:20:33 +0000
  • fdc42d0af4 Merged from develop branch - now v1.3.0 v1.3.0 Phil Nash 2015-12-04 10:19:08 +0000
  • 998e801a5b Fixed std::tolower overload ambiguity Craig Hutchinson 2015-12-03 15:52:43 +0000
  • bcab4455c2 Fixed std::tolower ambiguity Craig Hutchinson 2015-12-03 15:52:14 +0000
  • 8c80abe2db Added <cctype> and std::tolower Craig Hutchinson 2015-12-03 15:30:12 +0000
  • 8472c109a7 Added <cctype> and std::tolower Craig Hutchinson 2015-12-03 15:29:10 +0000
  • 7ae2f08fa5 Reverted std::tolower to ::tolower Craig Hutchinson 2015-12-03 15:10:34 +0000
  • a84ca2e2f7 Reverted std::tolower to ::tolower Craig Hutchinson 2015-12-03 14:56:30 +0000
  • 5860fdff8d Fixed std::memset Craig Hutchinson 2015-12-03 14:41:34 +0000
  • 20799cc44a Fixed std::isalnum() Craig Hutchinson 2015-12-03 14:38:25 +0000
  • 4d5f7a8826 Update catch_common.hpp Craig Hutchinson 2015-12-03 14:37:14 +0000
  • f31dc1253e Added std:: namespace for fabs() Craig Hutchinson 2015-12-03 14:35:43 +0000
  • d999f0c03a Fixed std::lower() Craig Hutchinson 2015-12-03 14:34:13 +0000
  • 693355cc75 Regenerated single header Phil Nash 2015-11-23 10:29:29 +0000
  • 5e0db60443 Use CATCH_AUTO_PTR in DebugOutStream Phil Nash 2015-11-23 10:28:13 +0000
  • ce547c1799 Moved branch on to v2 Phil Nash 2015-11-23 10:09:09 +0000
  • 28aece6a7a Added noexcept to CustomStdException destructor Phil Nash 2015-11-20 17:09:48 +0000
  • d274fc571c Added noexcept to CustomStdException destructor Phil Nash 2015-11-20 17:09:48 +0000
  • 7e15d9b20b dev build 4 v1.3.0-develop.4 Phil Nash 2015-11-20 16:59:14 +0000
  • 0e64973f55 Added support for manually registering test functions. As discussed in #421 Phil Nash 2015-11-20 16:54:07 +0000
  • bd8688cded Added support for manually registering test functions. As discussed in #421 Phil Nash 2015-11-20 16:54:07 +0000
  • c70170e904 Reduce number of places getCurrentRunContext() is called Phil Nash 2015-11-20 08:31:17 +0000
  • 6789dfa2ba catch_capture.hpp doesn't need to depend on catch_interfaces_capture.h Phil Nash 2015-11-19 18:37:39 +0000
  • fdc8a2b2df Fully removed Context class - responsibilities subsumed by RunContext Phil Nash 2015-11-19 18:30:03 +0000
  • eea9357284 Removed IRunner (rolled into IRunContext) Phil Nash 2015-11-19 17:53:21 +0000
  • 73968f29a5 ResultCapture -> RunContext Phil Nash 2015-11-19 17:45:56 +0000
  • b77b45a390 Some RunContext clean-up Phil Nash 2015-11-19 07:35:35 +0000
  • 2ebe11660c Approvals for generator test removal Phil Nash 2015-11-18 19:28:29 +0000
  • e55273db19 Removed old generators implementation (and tests) Phil Nash 2015-11-18 19:19:17 +0000
  • a594179dbf Fixed Catch download URL _tnull 2015-11-18 12:15:36 +0100
  • e4fa62a14e dev build 3 v1.3.0-develop.3 Phil Nash 2015-11-18 08:39:54 +0000
  • a49f088032 exception translators considered even for types deriving from std::exception, now - also added docs for exception translators - updated approvals Phil Nash 2015-11-18 08:39:21 +0000
  • ed6e9128a4 Session's argv now taken by char const* const* - see #427 Phil Nash 2015-05-29 06:16:24 +0100
  • c5879b0bb5 Merge a0f6c9965d into d758428fe2 Espen Halsaa Albrektsen 2015-11-17 09:09:13 +0000
  • 3523c39f44 Changed 'auto' into 'bool' for C++98 compatibility CNugteren 2015-11-12 15:31:42 +0100
  • 2585d280d1 Added an optional absolute margin to the approximation checks cnugteren 2015-11-12 15:07:20 +0100
  • 30e5affa2e Merge 1b4383185c into 92356769f1 Stefan Näwe 2015-11-06 18:08:04 +0000
  • 92356769f1 dev build 2 v1.3.0-develop.2 Phil Nash 2015-11-06 18:06:56 +0000
  • d10b73f9f1 changed Not struct to a class. - it was forward declared as a class, which caused warnings on some compilers. It should really have been a class anyway. - this addresses the same issue as PR #534, albeit from the other angle. Phil Nash 2015-11-06 18:05:35 +0000