1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-14 18:01:13 -04:00

Commit Graph

  • 1cbefdacb0 Add Wold-style-cast to cmake flags Roman Proskuryakov 2020-12-18 23:52:15 +0300
  • ce54ec185f
    Add the HIP CPU Runtime as a Catch2 user () Alex Voicu 2020-12-18 14:23:17 +0200
  • 1629864842
    Add the HIP CPU Runtime as a Catch2 user Alex Voicu 2020-12-18 13:14:10 +0200
  • 2375a7f5b7 Fix Catch.cmake helper by setting variable globally Reinhold Gschweicher 2020-12-17 10:28:05 +0100
  • 34f4c6ba21 Fix Catch.cmake helper by setting variable globally Reinhold Gschweicher 2020-12-17 10:28:05 +0100
  • c787b1edc9
    Make Linux builds print stdout on ctest test failure Martin Hořeňovský 2020-12-15 09:58:19 +0100
  • a091853f4a
    Rename file catch_matchers_floating -> catch_matchers_floating_point Martin Hořeňovský 2020-12-13 15:41:12 +0100
  • be813faaa0 Fix typo Norbert Wenzel 2020-12-11 19:24:14 +0100
  • 895e3f0d38 Fix typo Norbert Wenzel 2020-12-11 19:24:14 +0100
  • 5c9a26ba4f
    Update cmake-integration.md Florian Berchtold 2020-12-09 17:17:45 +0100
  • 4b51d0dd3b
    Remove rest of std::shared_ptr usage in Trackers Martin Hořeňovský 2020-12-04 22:57:34 +0100
  • 6350851f9a
    Return plain ptr from ITracker::findChild instead of shared_ptr Martin Hořeňovský 2020-12-04 21:37:19 +0100
  • 21c97f2fad
    Use snprintf instead of sprintf () cat_mint 2020-12-01 09:59:27 -0800
  • c56b072c1f
    Update catch_amalgamated.cpp cat_mint 2020-11-30 19:24:04 -0800
  • 5b1a6ae00a
    Merge pull request from Emil-Jarosz/patch-1 Martin Hořeňovský 2020-11-30 21:18:25 +0100
  • b9fe8a208f
    Update cmake-integration.md Emil Jarosz 2020-11-30 13:10:26 +0000
  • c19b8ec5d7
    Remove TravisCI builds subsumed by GitHub Actions builds Martin Hořeňovský 2020-11-29 23:18:57 +0100
  • 230f23e6ee
    Add more Clang builds to github actions Martin Hořeňovský 2020-11-28 23:20:05 +0100
  • b1fd6d5078
    Update catch_amalgamated.cpp cat_mint 2020-11-28 20:24:51 -0800
  • 1e09913641
    Update catch_reporter_combined_tu.cpp cat_mint 2020-11-28 20:20:22 -0800
  • 88504e5332
    Use Ubuntu-20.04 runner for running header guard validation Martin Hořeňovský 2020-11-28 21:36:47 +0100
  • 4da0c18526
    C++17 Mac builds Martin Hořeňovský 2020-11-28 21:13:00 +0100
  • 1d746a15ac
    Move Examples and ExtraTests Mac builds to Github Actions Martin Hořeňovský 2020-11-28 19:14:21 +0100
  • 19cbdebb0e
    Lenghten timing threshold in --min-duration integration test Martin Hořeňovský 2020-11-28 19:53:05 +0100
  • f30a9e3feb
    Move some Mac builds from Travis to GitHub Actions Martin Hořeňovský 2020-11-28 14:34:34 +0100
  • e7740316e3
    Split TestFailureException into its own header Martin Hořeňovský 2020-11-27 18:08:37 +0100
  • 72525a3053
    Rename catch_common.hpp -> catch_source_line_info.hpp Martin Hořeňovský 2020-11-27 11:08:26 +0100
  • 1982c0d5ee
    Split out the StreamEndStop helper into its own header Martin Hořeňovský 2020-11-27 10:43:07 +0100
  • 0442229dc9
    Start using GitHub actions for Linux builds Martin Hořeňovský 2020-11-27 21:10:34 +0100
  • 130bf835b5
    Simple Doxygen file Martin Hořeňovský 2020-11-26 18:43:31 +0100
  • c3e8ae642f
    Remove pointless virtual in WildcardPattern Martin Hořeňovský 2020-11-26 18:35:20 +0100
  • 3bd5fd6bc5
    Mention GENERATE decaying inputs in release notes docs Martin Hořeňovský 2020-11-26 18:35:02 +0100
  • f36e059453
    Remove superfluous <memory> include from catch_reporter_cumulative_base.hpp Martin Hořeňovský 2020-11-26 18:06:21 +0100
  • fac517d571
    Fix conan package build Martin Hořeňovský 2020-11-24 23:18:58 +0100
  • 677adf8ade
    Replace shared_ptrs with unique_ptrs in CumulativeReporterBase nodes Martin Hořeňovský 2020-11-26 14:45:27 +0100
  • bfe5553416
    CumulativeReporterBase doesn't use shared_ptrs for sectionStack Martin Hořeňovský 2020-11-26 10:21:12 +0100
  • c673db7a4e
    Add explanatory comment to CumulativeReporterBase Martin Hořeňovský 2020-11-26 09:43:52 +0100
  • b10a19545b
    CumulativeReporterBase stores TestRunNodes directly Martin Hořeňovský 2020-11-26 09:43:23 +0100
  • e5ccb79bf8
    Remove pointless virtual on StreamingReporterBase::Node destructor Martin Hořeňovský 2020-11-25 21:57:30 +0100
  • 578f8b8006
    Add bazel support Florian Berchtold 2020-09-21 12:51:54 +0200
  • 92f8b01dfa
    Add the static library Catch2WithMain Deniz Evrenci 2019-07-26 16:34:14 +0900
  • dc7e705672
    Small cleanups for the reworked test case order hashing Martin Hořeňovský 2020-11-17 21:08:33 +0100
  • 3610eb81b1
    Explicitly inline trivial function in CumulativeReporterBase impl Martin Hořeňovský 2020-11-17 21:02:11 +0100
  • bd1e76cc3a
    Untypedef some types for clarity when refactoring Martin Hořeňovský 2020-11-17 21:01:35 +0100
  • 3ba745552b Modified hash to make it more independent of the choice of test names. Sergio Losilla 2020-11-17 11:16:36 +0200
  • d654b2c955 Modified hash to make it more independent of the choice of test names. Sergio Losilla 2020-11-17 11:16:36 +0200
  • 166c520598
    Remove another unused member variable from CumulativeReporterBase Martin Hořeňovský 2020-11-14 15:36:49 +0100
  • a29deeb129
    Remove unused member in StreamingReporterBase Martin Hořeňovský 2020-11-11 21:39:47 +0100
  • 1cef51b69b
    Default StreamingReporterBase::Node destructor Martin Hořeňovský 2020-11-11 21:39:22 +0100
  • 79c1bf9301
    Use plain pointer to point to deepest section in CumulativeReporterBase Martin Hořeňovský 2020-11-11 21:25:16 +0100
  • 4f14922aa3
    Don't use shared_ptr to store test run info in CumulativeReporterBase Martin Hořeňovský 2020-11-11 20:59:28 +0100
  • 0fa133a0c5
    Run checking scripts directly Martin Hořeňovský 2020-11-10 15:25:52 +0100
  • 447b39cae0
    Better names for misc-checks workflow steps Martin Hořeňovský 2020-11-10 15:25:24 +0100
  • 851a0e907e
    Make scripts executable Martin Hořeňovský 2020-11-10 15:22:15 +0100
  • 93312b369e
    Merge pull request from innerout/check-license Martin Hořeňovský 2020-11-10 11:10:03 +0100
  • d913837a5d
    Adds license check in CI George Xanthakis 2020-11-07 22:55:47 +0200
  • 400923cdfa
    Apply suggestions from code review Florian Berchtold 2020-11-08 20:02:37 +0000
  • a9941d4231
    Merge pull request from innerout/check-duplicates Martin Hořeňovský 2020-11-07 20:59:37 +0100
  • 39e13bf530
    Adds duplication check for source files in CI George Xanthakis 2020-11-07 00:00:37 +0200
  • fefa001bb6
    Fixup approvals Martin Hořeňovský 2020-11-07 20:16:53 +0100
  • 135103bacf
    Arg::parse accepts plain Args as argument Martin Hořeňovský 2020-11-07 17:51:50 +0100
  • 2baa472bcc
    Add GitHub action to check that include guards use standard pattern Martin Hořeňovský 2020-11-06 15:36:26 +0100
  • f97436a1f7
    Normalize include guard in catch_config_ucnaught_exceptions.hpp Martin Hořeňovský 2020-11-06 18:01:27 +0100
  • cc1d27122d
    Setup Python environment [skip ci] George Xanthakis 2020-11-04 00:20:56 +0200
  • f9931c69a5
    Add Github Actions on push and on PRs [skip ci] George Xanthakis 2020-11-04 00:10:11 +0200
  • 063638e97c
    Add checkguard Github Action [skip ci] George Xanthakis 2020-11-04 00:06:10 +0200
  • dd5652933a Silence -Wuseless-cast warning with GCC10 Morwenn 2020-10-29 15:04:26 +0100
  • 3a15433d52 Add support for Components Alexandr Timofeev 2020-10-31 21:53:25 +0300
  • 67a9561fb5 Fix slashes for Windows builds Alexandr Timofeev 2020-10-31 21:24:23 +0300
  • 2f31f9037d Inject conan_basic_setup to properly set MD/MT flags Alexandr Timofeev 2020-10-31 20:58:57 +0300
  • 33bcdc6bf5
    Picked release notes for v2.13.3 Martin Hořeňovský 2020-11-02 14:41:43 +0100
  • 74b397e6b8
    Consider CMP0110 add_test() policy Reinhold Gschweicher 2020-10-20 09:11:22 +0200
  • 730ec39a74
    Fix indentation in ParseAndAddCatchTests Reinhold Gschweicher 2020-10-20 11:24:00 +0200
  • 71328bae90
    Fix CMake regex to add tests Reinhold Gschweicher 2020-10-19 17:57:00 +0200
  • ed9ef85a34
    Add AppMesh to Open Source projects using Catch laoshanxi 2020-10-10 09:58:12 +0800
  • e4474021ff
    Merge pull request from AugustasV/patch-1 Martin Hořeňovský 2020-11-01 15:12:58 +0100
  • 79a5cd795c
    Merge pull request from AMS21/patch-1 Martin Hořeňovský 2020-11-01 15:11:17 +0100
  • b8ae2878b4
    Enable IPO for CMake versions that support it AMS21 2020-11-01 09:36:42 +0000
  • dc3c22f9ec
    update from Hudson to Jenkins Augustas 2020-10-31 21:48:28 +0200
  • b7aa40ce49 Add support for Components Alexandr Timofeev 2020-10-31 21:53:25 +0300
  • 5ca38c3feb Fix slashes for Windows builds Alexandr Timofeev 2020-10-31 21:24:23 +0300
  • 5ba9a054e4 Inject conan_basic_setup to properly set MD/MT flags Alexandr Timofeev 2020-10-31 20:58:57 +0300
  • ff349a50bf
    v2.13.3 v2.13.3 Martin Hořeňovský 2020-10-31 18:21:23 +0100
  • aca2472d40
    Stop uploading new releases to wandbox Martin Hořeňovský 2020-10-31 18:18:48 +0100
  • 765ac08f08
    Fix potential infinite loops in generators combined with section filter Martin Hořeňovský 2020-10-22 14:20:47 +0200
  • 735f46ed6d
    Link to the migration docs from main readme and docs/readme Martin Hořeňovský 2020-10-31 09:08:58 +0100
  • 39aabede62
    Add a short documentation for migrating from v2 to v3 Martin Hořeňovský 2020-10-31 08:14:34 +0100
  • d7ced69db2
    Update README.md to point to v2 branch Martin Hořeňovský 2020-10-30 15:31:41 +0100
  • 608862f61f
    Silence -Wuseless-cast warning with GCC10 Morwenn 2020-10-29 15:04:26 +0100
  • f797ae7a8f Bump OpenCppCoverage to 0.9.9.0 Hannes Kaeufler 2020-10-25 19:57:51 +0100
  • df936e8e74 Bump OpenCppCoverage to 0.9.9.0 Hannes Kaeufler 2020-10-25 19:57:51 +0100
  • 0cc07174b5 fix sign conversion error in template product dkavolis 2020-10-28 15:13:48 +0000
  • 40b9df567f Add missing cmake option to fix buildAndTest.sh Clare Macrae 2020-10-23 19:50:49 +0100
  • c6352c3e1f Embed the script buildAndTest.sh inside the docs Clare Macrae 2020-10-23 19:47:05 +0100
  • 4035beb988 Add a script - buildAndTest.sh Clare Macrae 2020-10-23 19:40:42 +0100
  • 8c3970465d Add infrastructure for embedding code samples in docs. Clare Macrae 2020-10-23 17:36:30 +0100
  • f57689f888 Fix minor typo in docs. Clare Macrae 2020-10-23 19:33:49 +0100
  • 97d8a3e380 Add missing cmake option to fix buildAndTest.sh Clare Macrae 2020-10-23 19:50:49 +0100
  • 11f6e8f04b Embed the script buildAndTest.sh inside the docs Clare Macrae 2020-10-23 19:47:05 +0100
  • bf0fd362b4 Add a script - buildAndTest.sh Clare Macrae 2020-10-23 19:40:42 +0100