Commit Graph

  • 359542d53e FileStream: enable automatic flushing Tim Blechmann 2022-09-10 12:18:19 +0800
  • 7913602bfc FileStream: enable automatic flushing Tim Blechmann 2022-09-10 12:18:19 +0800
  • dea1a6abd9
    Fix typos in docs (#2514) tocic 2022-09-09 17:00:39 +0300
  • 44152582b7
    fixup! Fix typos in docs tocic 2022-09-09 12:57:58 +0300
  • 6b690a6d67
    add versioning to shared libs Jonathan Wright 2022-09-08 14:15:30 -0500
  • 32eae0ecce
    Add missing include for VxWorks build. (#2515) Riom 2022-09-08 10:21:36 +0200
  • ec98362261 Merge branch 'devel' of https://github.com/ryankert01/Catch2 into devel ryankert01 2022-09-08 06:31:45 +0800
  • 39b63afcb7 [add] ./docs-others ryankert01 2022-09-08 06:31:34 +0800
  • e558fddb42
    Update docs-deploy.yml Ryan 2022-09-08 06:23:52 +0800
  • 2ed3ad5c9f [add] discord link ryankert01 2022-09-08 06:22:22 +0800
  • 1139dcbf6c [fix] bad links ryankert01 2022-09-08 06:15:17 +0800
  • 883368efac [Fixed] gitignore add yarn-error.log ryankert01 2022-09-07 19:19:36 +0800
  • 9b6ccc9ddf [Fixed] Command Line docs redirection ryankert01 2022-09-07 19:15:28 +0800
  • 62acf218f7
    Update docs/matchers.md Ryan 2022-09-07 19:02:42 +0800
  • 158c2b38cb
    Merge pull request #1 from Rijom/VxWorks-missing-include Riom 2022-09-07 10:51:41 +0200
  • ea65485fee
    Add missing include for VxWorks build. Riom 2022-09-07 10:49:44 +0200
  • f99cb137ce
    Fix typos in docs tocic 2022-09-07 10:10:02 +0300
  • c90e9b4861 command-line link restore ryankert01 2022-09-07 10:03:56 +0800
  • 77c03421be command line user interface redirect ryankert01 2022-09-07 10:02:45 +0800
  • 09b48cc246 [Delete] junk file ryankert01 2022-09-07 09:52:00 +0800
  • 27fba2df40
    Merge branch 'devel' into devel Ryan 2022-09-07 07:09:53 +0800
  • 05a08a83ff
    Update .gitignore Ryan 2022-09-07 07:07:24 +0800
  • 4adf010549
    Mention dynamic library stuff in the FAQ Martin Hořeňovský 2022-09-03 22:31:25 +0200
  • 686468d185
    Explain TU as translation unit where appropriate Martin Hořeňovský 2022-09-03 22:22:10 +0200
  • 7b2e7d623b
    Disable Bazel's env checking on UWP Martin Hořeňovský 2022-09-02 07:11:24 +0200
  • 3ca5cf32e5
    Add CATCH_PLATFORM_WINDOWS_UWP detection macro Martin Hořeňovský 2022-09-02 07:09:28 +0200
  • 09c6bd4bac Report generator states for failed assertions Marcel Gotsch 2022-08-27 16:40:41 +0200
  • 02123776f2 fixes catchorg/Catch2#2401 Thomas Gamper 2022-08-21 17:44:03 +0200
  • 82058126b3 fixes catchorg/Catch2#2401 Thomas Gamper 2022-08-21 17:44:03 +0200
  • dc001fa935
    Allow easy retrieval of RNG seed by the users Martin Hořeňovský 2022-08-18 21:22:28 +0200
  • 33e70194d3
    Link to the randomized-shard-registration script from usage tips Martin Hořeňovský 2022-08-18 00:14:07 +0200
  • 9bb206fc61
    Remove obsoleted sections of ci-and-misc.md Martin Hořeňovský 2022-08-18 00:05:55 +0200
  • ab04e599e7
    Improve v2->v3 migration docs Martin Hořeňovský 2022-08-18 00:02:33 +0200
  • d5a71c4349 adding results of approve.py itsFrank11 2022-08-07 15:39:51 -0700
  • 70f2db6573 minor formatting fixes itsFrank11 2022-08-07 15:34:34 -0700
  • 5c57a618f2 quick and dirty attempt at making the empty tag match untagged tests itsFrank11 2022-08-07 15:14:53 -0700
  • 14bc25be00
    Explicitly specify __cdecl on main/wmain for MSVC (#2487) David Matson 2022-08-06 12:15:53 -0700
  • b12c7a88ac Rename macro per feedback. davidmatson 2022-08-06 09:29:25 -0700
  • c136a8ec5b Use #define for __cdecl on main to support non-MSVC compilers. davidmatson 2022-08-05 16:13:35 -0700
  • f87ff96b96 Don't sprinkle __cdecl on main in all docs (it won't work in all compliers). davidmatson 2022-08-05 16:06:04 -0700
  • 6305651ae4
    Undo changes to single_include/ Martin Hořeňovský 2022-08-05 23:43:43 +0200
  • 47d56f28a9 Fix compatibility with cmake 3.8 Damjan Jelas 2022-07-26 14:39:27 +0200
  • a118799631
    Switch MacOS image to macos-12 in Github Actions Martin Hořeňovský 2022-08-03 23:44:49 +0200
  • 84ca398383 Fix compatibility with cmake 3.8 Damjan Jelas 2022-07-26 14:39:27 +0200
  • e390b9b6b1 Specify __cdecl on main/wmain, as required by x86 (fixes #2486). davidmatson 2022-07-25 13:43:02 -0700
  • 997a7d4165 Fix running the tests with shared library on Windows. Dimitrij Mijoski 2022-07-18 11:28:04 +0200
  • 2b0fd854e2 Modify the install directories into convention. Haowei Hsu 2022-07-25 02:55:10 +0800
  • 7912f143d7
    Modify the install directories into convention. Haowei Hsu 2022-07-25 02:55:10 +0800
  • a7dc85dd49 Use DYLD_LIBRARY_PATH on apple platforms. mheimlich 2022-07-21 08:20:58 +0200
  • 4ab0bde65a
    Use DYLD_LIBRARY_PATH on apple platforms. mheimlich 2022-07-21 08:20:58 +0200
  • d7ff4ac937 Fix running the tests with shared library on Windows. Dimitrij Mijoski 2022-07-18 11:28:04 +0200
  • 97c48e0c34
    v3.1.0 v3.1.0 Martin Hořeňovský 2022-07-17 20:18:44 +0200
  • 9c9f35068e
    Normalize C++ namespace in JUnit's reporter classname field Martin Hořeňovský 2022-07-17 14:00:04 +0200
  • 1bd233866c Add AllTrue, AnyTrue, NoneTrue matchers Raphael Schaller 2021-11-14 17:05:31 +0100
  • f993b702c6 extend gitignore Raphael Schaller 2021-11-14 13:52:20 +0100
  • caf1264588 Fixes for matcher testing helpers when testing bools Martin Hořeňovský 2022-07-16 10:19:07 +0200
  • 96630f0cb0 Add AllTrue, AnyTrue, NoneTrue matchers Raphael Schaller 2021-11-14 17:05:31 +0100
  • 4d94839810 extend gitignore Raphael Schaller 2021-11-14 13:52:20 +0100
  • bb54327f71 Fixes for matcher testing helpers when testing bools Martin Hořeňovský 2022-07-16 10:19:07 +0200
  • a6d59b62b2
    Remove obsolete link to benchmarking tests Martin Hořeňovský 2022-07-15 19:49:21 +0200
  • cc0e91472a
    Different way of checking for support of local warning suppression Martin Hořeňovský 2022-07-12 00:05:56 +0200
  • 6c6cfe126a Backport fix for SIGSTKSZ Golubchikov Mihail 2022-07-14 13:10:27 +0300
  • 713e31cd53 Update per contributing docs. davidmatson 2022-07-12 12:41:51 -0700
  • 65646197f1 Backport fix for SIGSTKSZ Golubchikov Mihail 2022-07-14 13:10:27 +0300
  • 50b00e8628
    Update command-line.md Ryan 2022-07-12 16:07:25 +0800
  • 11bb254a53
    Update docs-deploy.yml Ryan 2022-07-12 15:59:38 +0800
  • 6c79aa2357 [add feature] deploy docs on website Ryan 2022-07-12 15:49:17 +0800
  • 3bd0c58878
    Fix Wunused-variable warning for MinGW Martin Hořeňovský 2022-07-11 22:28:15 +0200
  • a63ad74554
    Added new DL_PATHS option to catch_discover_tests() (#2467) mheimlich 2022-07-11 18:31:32 +0200
  • a3c04fd579
    Update extras/Catch.cmake Martin Hořeňovský 2022-07-11 18:31:07 +0200
  • 5f9109a8dc
    Fix nvcc compile error (#2477) Niels Kristian Kjærgård Madsen 2022-07-07 00:03:02 +0200
  • ac6ea10a0f Changes based on discussion Niels Kristian Kjærgård Madsen 2022-07-05 14:25:09 +0200
  • 1e489705f5 Fix nvcc compile error Niels Kristian Kjærgård Madsen 2022-07-04 12:33:24 +0200
  • ac345f86af Use anonymous pipes for stdout/stderr redirection. davidmatson 2022-06-29 17:42:15 -0700
  • 5a1ef7e4a6
    Redo visibility fallback Martin Hořeňovský 2022-06-27 13:10:22 +0200
  • 38281069cf prepend to PATH in order to override any previously set paths. Martin Heimlich 2022-06-27 09:19:04 +0200
  • bea58bf8bb
    Allow building Catch2 as dynamic library Martin Hořeňovský 2022-06-24 16:26:08 +0200
  • 34d9724058
    Add experimental CMake script for sharding tests in binaries Martin Hořeňovský 2022-06-24 14:12:55 +0200
  • 5d269045b2
    Add section on running tests in parallel to the FAQ Martin Hořeňovský 2022-06-22 00:14:26 +0200
  • 95a1206805
    Add doc page with best practices and other usage tips Martin Hořeňovský 2022-06-22 00:13:53 +0200
  • 4fadb4beb7 Added new DL_PATHS option to the catch_discover_tests() ctest integration. This enables setting the required PATH/LD_LIBRARY_PATH environment variables both when retrieving the list of text cases and when executing the tests. Martin Heimlich 2022-06-24 11:16:29 +0200
  • 6f9f1465c3
    Shorten lines in sharding docs Martin Hořeňovský 2022-06-22 00:11:02 +0200
  • 8730260457
    Split apart combined TUs Martin Hořeňovský 2022-06-21 16:19:50 +0200
  • bdfa920f93
    Use binary path in testBazelReporter reporter output path Martin Hořeňovský 2022-06-21 14:21:12 +0200
  • 0c5e33d517 CMake 3.20+: No globbing for installed headers FeRD (Frank Dana) 2022-06-17 19:50:01 -0400
  • a369267874
    test-fixtures.md: Line-wrap code examples (#2464) Frank Dana 2022-06-19 10:24:59 -0400
  • 6ebaa509bb
    relinebreak Martin Hořeňovský 2022-06-19 16:24:39 +0200
  • 1f381a1f62
    Update commercial-users.md (#2465) Nexus Web Development 2022-06-18 17:47:49 -0400
  • 6a5b48c9c4
    Fixed typo in PR. Nexus Web Development 2022-06-18 09:28:39 -0400
  • f60e1c762f
    Update commercial-users.md Nexus Web Development 2022-06-18 09:24:08 -0400
  • a710b25dba
    test-fixtures.md: Line-wrap code examples Frank Dana 2022-06-18 06:23:45 -0400
  • 165647abbc
    Change provideBazelReporterOutput to local linkage Martin Hořeňovský 2022-06-17 18:23:06 +0200
  • 7e4ec432d0 Change Bazel XML support to depend upon BAZEL_TEST Brandon Jones 2022-06-14 10:56:19 +0100
  • ceddb58957 Change Bazel XML support to depend upon BAZEL_TEST Brandon Jones 2022-06-14 10:56:19 +0100
  • 078201fcf4
    Remove HOMEPAGE_URL from project call Martin Hořeňovský 2022-06-16 22:16:31 +0200
  • 8110ee9206 Add lib/cmake/Catch2 to conan builddirs in package recipe so extras/*.cmake files are packaged Murray Johnson 2022-06-13 08:54:16 -0700
  • fa9416426a
    Refactor shared args in approvalTests.py Martin Hořeňovský 2022-06-14 23:42:00 +0200
  • 338e4ec1f8
    Force disable console colours for tests that regex check output Martin Hořeňovský 2022-06-14 23:23:59 +0200
  • 372b7575f6
    Remove deprecation notice for console colour CLI Martin Hořeňovský 2022-06-13 23:51:43 +0200
  • fb49a11291 Add lib/cmake/Catch2 to conan builddirs in package recipe so extras/*.cmake files are packaged Murray Johnson 2022-06-13 08:54:16 -0700