Commit Graph

  • 625fc832ee Small naming correction Phil Nash 2012-09-03 08:18:32 +0100
  • deb3ced619 Ptr op= takes const ref (fixes: #115) Phil Nash 2012-08-31 18:50:46 +0100
  • 62b7039a7b Fixed #114 (no exit code on failure) Phil Nash 2012-08-31 18:46:13 +0100
  • 74d1d31997 Added CATCH_ version of SUCCEED macro Phil Nash 2012-08-31 18:37:47 +0100
  • a70fbe3c1a Completed NoAssertions warning implementation Phil Nash 2012-08-31 08:10:36 +0100
  • 55764c8d47 Added warnings - first one: no assertions Phil Nash 2012-08-28 08:20:18 +0100
  • 78c92e68aa Got rid of some warnings Phil Nash 2012-08-27 21:48:15 +0100
  • ecf934b045 Option objects now enforce min/ max args generically Phil Nash 2012-08-27 21:42:55 +0100
  • e7db40034c Generate help from options objects Phil Nash 2012-08-27 12:19:07 +0100
  • eb775aa7af Refactored command line parsers into polymorphic classes Phil Nash 2012-08-25 21:26:05 +0100
  • 95ae50ad3d Test for ~ and removed debug print Phil Nash 2012-08-24 19:01:35 +0100
  • f82861fb0a Changed shorthand for exclude: to ~ Phil Nash 2012-08-24 18:57:49 +0100
  • e571e6f4a0 Can specify tests without -t. ex: is shorthand for exclude: Phil Nash 2012-08-24 18:54:56 +0100
  • 4c97fc5619 WIldcards at both ends Phil Nash 2012-08-24 08:23:50 +0100
  • 56d5c42912 First cut of new filtering mechanism Phil Nash 2012-08-23 20:08:50 +0100
  • b354da9ab9 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-08-23 19:54:08 +0100
  • d2ec849984 Regenerated single include Phil Nash 2012-08-23 19:48:57 +0100
  • c2675b5d49 Added copy actor and operator = back to TestCaseInfo Phil Nash 2012-08-23 08:38:27 +0100
  • a760772f77 Moved ofstream back out to Main - to address #112 Phil Nash 2012-08-20 19:11:14 +0100
  • d5fbe2ec5d conditionally compile GCC pragmas Phil Nash 2012-08-16 20:35:52 +0100
  • 5bc030ddd7 Regenerated single include Phil Nash 2012-08-16 18:48:50 +0100
  • d178df06ee First cut of filters implementation Phil Nash 2012-08-16 18:48:32 +0100
  • cda21492a8 Conditionally compile clang pragmas Phil Nash 2012-08-16 18:47:41 +0100
  • c1dbc9c22b Separated getting test cases to run from running them Phil Nash 2012-08-15 19:12:51 +0100
  • d0a5461add Moved TestSpec into its own file Phil Nash 2012-08-14 19:35:30 +0100
  • ddfe963623 Split imll from TestCaseInfo Phil Nash 2012-08-14 19:30:30 +0100
  • 9c6ce97f01 Made ITestCase a shared object Phil Nash 2012-08-14 08:38:22 +0100
  • a67d833091 More things using ConfigData Phil Nash 2012-08-13 19:27:03 +0100
  • a695eb9006 Builds almost completely cleanly with -WEverything in LLVM Phil Nash 2012-08-13 07:46:10 +0100
  • cdc64a138b Added dummy file to empty dir Phil Nash 2012-08-09 19:18:22 +0100
  • 6360ff6d4a Removed empty dir Phil Nash 2012-08-09 19:11:50 +0100
  • 3b02d5384f Moved single include self test project Phil Nash 2012-08-09 08:00:22 +0100
  • 3b80af7a06 Recreated the single include test project and got it working after impl refactorings Phil Nash 2012-08-09 07:47:30 +0100
  • c436a4dac1 Separated resultinfo_builder from impl Phil Nash 2012-08-08 08:58:28 +0100
  • ffe986d4ee Split result info from impl Phil Nash 2012-08-08 08:50:38 +0100
  • fb386f458d Moved context object entirely into impl file Phil Nash 2012-08-08 08:33:54 +0100
  • 0477465f8d Refactored Impls Phil Nash 2012-08-07 08:18:48 +0100
  • 58a26da31e Refactored impls Phil Nash 2012-08-07 08:18:33 +0100
  • da0ae952fc Renamed static registries -> registry hub Phil Nash 2012-08-07 07:58:34 +0100
  • 6b3ee4a61e Fixes for iTchRunner Phil Nash 2012-08-06 20:17:23 +0100
  • 1091ca81e6 First cut of StaticRegistries - separate from Context Phil Nash 2012-08-06 20:16:53 +0100
  • 5234b15ff4 Fixed quote balancing issue in reporter error Phil Nash 2012-08-06 08:33:15 +0100
  • 0dc9e43c02 Fixed toString for NSString* in Xcode 4.4 Phil Nash 2012-08-01 08:17:07 +0100
  • 61756974d0 Catches incorrect reporter name as per #107 Phil Nash 2012-07-28 20:37:07 +0100
  • b084562b3b Improved error handling for --abort as per #108 Phil Nash 2012-07-28 20:22:40 +0100
  • f0061e3952 On MSVC 2010 /Wall the CATCH_INTERNAL_LINEINFO macro was emitting the following warning: Ian Bond 2012-07-26 00:08:17 -0400
  • 7f0a2560ae Fixed MsvcReporter in reponse to the rename of IReporterConfig to ReporterConfig. Ian Bond 2012-07-25 23:27:02 -0400
  • 0f29980c47 Regenerated single_include/catch.hpp to include changes made in previous 3 commits. Ian Bond 2012-07-25 23:13:45 -0400
  • 00ab4fdfc6 Replaced tabs that were added in the past 2 commits with 4 spaces. Ian Bond 2012-07-14 19:14:58 -0400
  • 51019b3f66 Added 'TextColour::None' to mapConsoleColour to prevent a warning when compiling with MSVC 2010 when compiling with /Wall. Ian Bond 2012-07-14 19:11:48 -0400
  • 57f1a39c5c Added a Microsoft Visual Studio test reporter. Ian Bond 2012-07-14 16:19:51 -0400
  • f18577a82e adding instructions and stripping to minimal dependencies at build and runtime Patrick Martin 2012-07-23 22:42:18 +0100
  • 6f220863cf Removed stray + Phil Nash 2012-07-23 08:24:52 +0100
  • df6ea25417 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-07-22 10:41:58 +0100
  • a0c496fefc Revert "Fixed issue #101, missing space in end of section message" Martin Moene 2012-07-22 09:14:19 +0200
  • 14f1c094f4 Revert "Removed stray '+'" Martin Moene 2012-07-22 09:13:19 +0200
  • 79a6ae2977 Removed stray '+' Martin Moene 2012-07-22 09:03:37 +0200
  • 1ad971ea2b Fixed issue #101, missing space in end of section message Martin Moene 2012-07-22 08:59:48 +0200
  • d2553cdc64 Made ReportConfig a value type Phil Nash 2012-07-20 19:07:42 +0100
  • f606517376 Fixed pluralization bug from GitHub issue #101 Phil Nash 2012-07-20 18:47:45 +0100
  • 46bcd4b2b7 Added ability to specify if macros should be prefixed with CATCH_ Phil Nash 2012-07-20 18:43:48 +0100
  • 500246d547 Merge 203fd68187 into 02006d85d7 Patrick Martin 2012-07-19 15:39:49 -0700
  • 203fd68187 initial draft of changes to support Borland c++ Builder 5 / free compiler 5.5 Patrick Martin 2012-07-19 23:03:51 +0100
  • b981632f7c adding environment batch file to support building under the free compiler 5.5 Patrick Martin 2012-07-19 23:01:06 +0100
  • 41cfce878a adding initial revision of Tutorial sample code Patrick Martin 2012-07-19 22:59:03 +0100
  • 5d73c5a008 Resolve reporter outside of Config Phil Nash 2012-07-17 08:04:19 +0100
  • 8fbd8e0f9e Moved use of reporter into runner (our of Main, directly) Phil Nash 2012-07-16 08:58:28 +0100
  • 02006d85d7 Disabled use of __FUNCTION__ for now Phil Nash 2012-07-05 23:12:22 +0100
  • abf271672f Added NotImplementedException Phil Nash 2012-07-05 18:37:58 +0100
  • 4c73aa5a0e Factored ConfigData out of data Phil Nash 2012-06-08 08:22:56 +0100
  • 78372d09d4 Added toString overload for chars Phil Nash 2012-06-06 08:06:40 +0100
  • e463687725 Regen single include Phil Nash 2012-06-05 20:51:05 +0100
  • 46a3476731 Added nothrow command line option Phil Nash 2012-06-05 20:50:47 +0100
  • e20b252b5a Regen single include Phil Nash 2012-06-05 20:16:58 +0100
  • 5824b56a5e Cleaned up some GCC/LLVM warnings Phil Nash 2012-06-05 10:38:18 +0100
  • f3dd0938ff Changed a remaining Hub to Context Phil Nash 2012-06-05 10:13:52 +0100
  • 535edcb73b changed remaining cmd line checks to cmd.raiseError Phil Nash 2012-06-03 19:03:17 +0100
  • 8d02b9306d Changed --cutoff to --abort Phil Nash 2012-06-02 23:26:32 +0100
  • 0f9c551d4d Moved catch_interfaces_runner.hpp out of conditionally compiled section Phil Nash 2012-06-02 23:12:42 +0100
  • 6d1c11381e Fixed some signed/ unsigned warnings Phil Nash 2012-06-02 23:08:07 +0100
  • e9e68591a2 qualified #includes Phil Nash 2012-06-02 12:31:55 +0100
  • 19b2aa6187 Added cutoff option to command line Phil Nash 2012-06-01 19:40:27 +0100
  • 163088a11f Refactored command line parser to be more cohesive Phil Nash 2012-05-31 19:40:26 +0100
  • 06e959be3e Fixed used of cleaned-up context by runner's destructor Phil Nash 2012-05-25 08:52:05 +0100
  • eb22e212c0 Merge pull request #88 from klmr/master Phil Nash 2012-05-25 00:47:22 -0700
  • 4ad55b7ee9 Merge 84434be949 into 2ffb372290 GitHub Merge Button 2012-05-25 00:27:27 -0700
  • 2ffb372290 Added evaluator overloads for case when comparing pointers against NULLs that decay to ints Phil Nash 2012-05-24 18:41:14 +0100
  • a8570dfdfe Regenerated single include Phil Nash 2012-05-24 08:29:41 +0100
  • 7035b55832 Matchers macro uses Catch::Matchers namespace internally - so it doesn't have to be declared with "using" first Phil Nash 2012-05-24 08:29:03 +0100
  • 1c98fc98ef Added Equals matcher for strings Phil Nash 2012-05-24 08:27:50 +0100
  • be838671ab Removed special handling for pointer comparisons Phil Nash 2012-05-24 08:27:09 +0100
  • 73e1bc20bc Fixed some warnings Phil Nash 2012-05-24 08:23:55 +0100
  • 4f19705e09 Fixed GitHub Issue #90 Phil Nash 2012-05-23 23:59:42 +0100
  • c81bf7b7a2 Updated gitignore Phil Nash 2012-05-23 23:55:32 +0100
  • a86eac86d0 Added VS2010 Phil Nash 2012-05-23 23:55:14 +0100
  • 12c3e8619f Renamed VisualStudio to VS2008 Phil Nash 2012-05-23 23:47:30 +0100
  • 84434be949 Silence "unused parameter" warning. Konrad Rudolph 2012-05-23 11:22:49 +0100
  • 4df051bcf4 single header now includes date-time of generation in comment header Phil Nash 2012-05-22 22:22:22 +0100
  • 1787da54a7 Reinstated #include that broke single include Phil Nash 2012-05-22 22:21:17 +0100
  • 7004f4a234 Regenerated single include Phil Nash 2012-05-22 08:56:59 +0100