1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-17 11:11:12 -04:00

Commit Graph

  • 505d2f8977
    Merge pull request from coombez/contrib Phil Nash 2017-11-17 23:32:04 +0000
  • f18366150e performance improvement - getCurrentContext Neal Coombes 2017-11-17 14:55:30 -0600
  • fe725648a7 performance improvement - StringRef::operator= Neal Coombes 2017-11-17 14:15:26 -0600
  • b0c379f621 Inlined StringRef ctors/ dtor and size() and empty() Phil Nash 2017-11-17 18:33:34 +0000
  • c443afcca0
    Merge pull request from coombez/contrib Phil Nash 2017-11-17 18:38:30 +0000
  • 502da4b38d Added files for multiply inclusions of test cases Phil Nash 2017-11-15 07:53:19 +0000
  • 8da845810d Rebased due to whitespace changes Phil Nash 2017-11-15 07:48:43 +0000
  • 61e838edf2 Reorganised (some) usage tests so they can be included multiple times Phil Nash 2017-11-15 07:48:21 +0000
  • 516dbc83bc Add inja to open source users () lbersch 2017-11-17 11:49:39 +0100
  • e962af480e
    Fix url lbersch 2017-11-16 14:26:33 +0100
  • 35798f9c81
    Capitalize first letter in user description lbersch 2017-11-16 14:26:07 +0100
  • 371704b342
    Add Inja to open-source users lbersch 2017-11-16 14:24:02 +0100
  • b9339333df Performance improvement Neal Coombes 2017-11-15 14:43:43 -0600
  • 61e29b5630 Fix AssertionPrinter name conflict in console and compact reporters Neal Coombes 2017-11-15 09:58:59 -0600
  • 54fb6f2d23 Provide WandBox link for online testing Martin Hořeňovský 2017-11-15 20:21:41 +0100
  • a077ebae4c Use svg build status icon for AppVeyor Martin Hořeňovský 2017-11-15 18:51:17 +0100
  • 177f27bbb9 Fix AssertionPrinter name conflict in console and compact reporters Neal Coombes 2017-11-15 09:58:59 -0600
  • 2bbba4f544 Refer to example code from the Tutorial Martin Moene 2017-11-15 08:37:55 +0100
  • 29cdd6c526 Add link to event listener example to documentation Martin Moene 2017-10-17 19:19:20 +0200
  • dfb7217613 Add list of examples to documentation Martin Moene 2017-10-14 10:59:14 +0200
  • f6ae45122b Add matrix element for examples to AppVeyor Martin Moene 2017-11-05 10:05:57 +0100
  • d5d2bee4c5 Add matrix element for examples to Travis configuration Martin Moene 2017-11-05 23:27:11 +0100
  • 85de0727d4 Add examples subdirectory to CMake build; included if BUILD_EXAMPLES is true Martin Moene 2017-11-05 09:15:22 +0100
  • 4ecb2e112e Add examples folder with initial examples Martin Moene 2017-10-13 09:43:50 +0200
  • 07305b117a Refer to example code from the Tutorial Martin Moene 2017-11-15 08:37:55 +0100
  • c21a3f7478 Add link to event listener example to documentation Martin Moene 2017-10-17 19:19:20 +0200
  • 8a36863ed6 Add list of examples to documentation Martin Moene 2017-10-14 10:59:14 +0200
  • 7a74a7bd1d Add matrix element for examples to AppVeyor Martin Moene 2017-11-05 10:05:57 +0100
  • db987feb73 Add matrix element for examples to Travis configuration Martin Moene 2017-11-05 23:27:11 +0100
  • 1129852518 Add examples subdirectory to CMake build; included if BUILD_EXAMPLES is true Martin Moene 2017-11-05 09:15:22 +0100
  • 006cba9ba7 Add examples folder with initial examples Martin Moene 2017-10-13 09:43:50 +0200
  • 97a8640cbf Update 3rd party bugs documentation Martin Hořeňovský 2017-11-14 22:04:51 +0100
  • 033e078320 Fix typo in build system docs Martin Hořeňovský 2017-11-14 21:42:28 +0100
  • 9796a77a37 Initial prototype of PCH support Martin Hořeňovský 2017-11-14 21:04:36 +0100
  • 98d4c49d1c Provide ConsoleReporter declaration with EXTERNAL_INTERFACES Martin Hořeňovský 2017-11-14 20:42:58 +0100
  • a096e4b3f2 Provide XmlReporter declaration with EXTERNAL_INTERFACES Martin Hořeňovský 2017-11-14 17:56:27 +0100
  • 4b3730de8a Provide JunitReporter declaration with EXTERNAL_INTERFACES Martin Hořeňovský 2017-11-14 17:12:51 +0100
  • 6acdacfde0 Provide CompactReporter declaration with EXTERNAL_INTERFACES Martin Hořeňovský 2017-11-14 16:04:11 +0100
  • a3cba7a0d5 Conditionally compile problematic tests under old libstdc++ Martin Hořeňovský 2017-11-13 21:23:52 +0100
  • 9796846ad0 Workaround libstdc++-4.8 regex issue in approval tests Martin Hořeňovský 2017-11-13 18:19:40 +0100
  • 74d3dfd4cc All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level Phil Nash 2017-11-13 16:03:27 +0000
  • e34754e433 Split SelfTest test files into Usage and Introspective varieties Phil Nash 2017-11-13 15:38:52 +0000
  • 55b71bebf1 Add tests for case insensitive string matching Martin Hořeňovský 2017-11-13 15:46:33 +0100
  • b0857e846f Provide a regex matcher against std::string Martin Hořeňovský 2017-11-13 15:35:31 +0100
  • a06b6dc3ea Remove pointless StringRef -> std::string conversions Martin Hořeňovský 2017-11-13 13:08:59 +0100
  • 0adb04807a Change how non-nullness is enforce in StringRef constructor Martin Hořeňovský 2017-11-13 12:57:55 +0100
  • f80f28e09a Fix pointless type mismatch between StringRef and std::string Martin Hořeňovský 2017-11-13 12:49:13 +0100
  • 484eee973c Move StringRef's impl details to anonymous namespace Martin Hořeňovský 2017-11-13 12:41:04 +0100
  • d09fe4459d Stop recounting constant string's length on each passed assertion Martin Hořeňovský 2017-11-13 12:27:02 +0100
  • e484236825 Don't invoke UB when nullptr is passed to StringRef constructor Martin Hořeňovský 2017-11-13 12:09:19 +0100
  • e7c23b73da Don't call strlen in StringRef when the length was already passed Martin Hořeňovský 2017-11-13 12:03:45 +0100
  • 3537b7858f Removed vestigal ComparatorT template arg to MatcherBase Phil Nash 2017-11-13 10:06:26 +0000
  • b74d4ca96d Add compilation test for Martin Hořeňovský 2017-11-13 10:07:06 +0100
  • 8dbaac61ff Final set of fixes for floating matchers approvals Martin Hořeňovský 2017-11-10 21:43:23 +0100
  • a0dbc62955 Fix OS X compilation error Martin Hořeňovský 2017-11-10 19:56:39 +0100
  • cecee3459a Add another MSVC NAN macro Martin Hořeňovský 2017-11-10 19:52:43 +0100
  • 030321e3e0 Add NAN test for Approx Martin Hořeňovský 2017-11-10 18:48:45 +0100
  • 5f961af70e Remove leftover commented out lines Martin Hořeňovský 2017-11-10 18:37:58 +0100
  • 0b1f1b1003 Add ULP and margin matcher Martin Hořeňovský 2017-11-10 18:14:42 +0100
  • 24e6d5fa33 Fixed release notes mention of *_THROWS_MATCHES Phil Nash 2017-11-09 11:09:17 +0100
  • 13370bddf2 Revert "Move <ctime> include out of line" Martin Hořeňovský 2017-11-08 08:31:48 +0100
  • 36f02d76d6 Move <ctime> include out of line Martin Hořeňovský 2017-11-07 21:59:52 +0100
  • 07ac9b92e4 Updated badges (again) for Catch2 Phil Nash 2017-11-07 18:50:55 +0000
  • 0d3fc59f6d Added missing <memory> include Phil Nash 2017-11-07 18:48:57 +0000
  • 56e1075613 Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path Phil Nash 2017-11-07 18:01:10 +0000
  • 868e125d49 Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd Phil Nash 2017-11-07 15:55:09 +0000
  • c9cdb9a48f Tweaked logo Phil Nash 2017-11-07 11:41:49 +0000
  • 5fd1d7174c Added link to Catch2 blog post Phil Nash 2017-11-07 11:27:01 +0000
  • 3a4c765030 Refreshed artwork for Catch2 Phil Nash 2017-11-07 11:25:03 +0000
  • a20b286999 Improve travis.yml Martin Hořeňovský 2017-11-05 12:46:04 +0100
  • e28763ad05 Fix platform detection for iOS Daniel Doubleday 2017-11-05 17:34:08 +0100
  • fc21009b5e Fix platform detection for iOS Daniel Doubleday 2017-11-05 17:34:08 +0100
  • b2dd48f0c0 Cleanup travis.yml: remove duplicate compilers, remove unused flag Martin Hořeňovský 2017-11-05 12:46:04 +0100
  • 7a562d39b2 Cleanup CMakelists.txt Martin Hořeňovský 2017-11-05 13:11:00 +0100
  • fa9c4207f1 Replace include_directories() with target_include_directories() Martin Moene 2017-11-04 19:19:48 +0100
  • d3b97264e1 Replace include_directories() with target_include_directories() Martin Moene 2017-11-04 19:19:48 +0100
  • 4f9123dc20 Remove self-include in header Martin Hořeňovský 2017-11-03 22:34:49 +0100
  • 19ab2117c5 Remove spurious test following merge v2.0.1 Phil Nash 2017-11-03 18:09:55 +0000
  • 4acf112c19 Removed zombie files Phil Nash 2017-11-03 16:56:11 +0000
  • 53f6d3fc8e Locked release notes reference to v2.0.1 release Phil Nash 2017-11-03 13:31:59 +0000
  • cf76a795cc Added note about Catch2 to readme Phil Nash 2017-11-03 13:18:26 +0000
  • 811f4d13d7 Updated links in readme Phil Nash 2017-11-03 13:15:22 +0000
  • 7423a481eb Updated some Catch references to Catch2 Phil Nash 2017-11-03 13:05:09 +0000
  • 46c7c9d3a0 Merge branch 'catch2' Phil Nash 2017-11-03 12:05:38 +0000
  • b119ebdde1 v2.0.1 release Phil Nash 2017-11-03 12:01:52 +0000
  • cb455d4c9b Merge 026eea788c into 2d91035404 Anton Perepelytsia 2017-11-02 21:29:15 +0000
  • 1c43fb64c1 Added docs for extending command line with Clara Phil Nash 2017-11-02 17:14:32 +0000
  • 8b40c26434 Removed handling of start-up exceptions from custom main docs Phil Nash 2017-11-02 18:01:09 +0000
  • fe05062f9e Print any start-up exceptions in Session's constructor, so custom main's don't need to worry about them Phil Nash 2017-11-02 17:57:52 +0000
  • f129866f09 Merge 0524a81887 into 2d91035404 Ben Chociej 2017-11-02 15:44:18 +0000
  • 31cc62e6b7 Updated release notes with Approx changes Martin Hořeňovský 2017-11-01 22:25:17 +0100
  • b345a5c09e Merge 0b993d7436 into 2d91035404 Tiago 2017-11-01 13:35:53 +0000
  • a49e6fdc27 Update Approx documentation Martin Hořeňovský 2017-11-01 13:45:21 +0100
  • 2d91035404 Update assertions.md Pfiffikus 2017-10-26 09:48:44 +0200
  • accf9859b4 Add OSX specific INFINITE macro parsing in approval tests Martin Hořeňovský 2017-11-01 08:46:49 +0100
  • 22ac9d2184 Approx cleanup: More tests, INFINITY handling, etc Martin Hořeňovský 2017-11-01 07:30:11 +0100
  • 00af677577 Approx rework: default scale == 0, epsilon applies to Approx::value Pfiffikus 2017-10-26 09:19:57 +0200
  • 15b1e5b643 Merge 957b98a32a into 2a3606f8e3 Pfiffikus 2017-10-31 14:24:49 +0000
  • ae21020640 dev build 6 V2.0.0-develop.6 Martin Hořeňovský 2017-10-31 15:17:21 +0100
  • 11f716f28d Make Approx::margin inclusive Martin Hořeňovský 2017-10-30 15:25:48 +0100