catch2/tools/scripts
Martin Hořeňovský 0c75caf77b
Don't write ApprovalTests' temporary files into the source tree
This has two effects:
 1) This significantly improves the performance of ApprovalTests
    run in WSL, because running the massively multi-reporter
    test would cause lots of small and parallel writes across the
    WSL-Windows FS boundary, completely mudering performance.

 2) ApprovalTests can be run from multiple build dirs in parallel,
    as long as they do not fail. However, if they do fail,
    the multiple runs will still step on each other toes when
    writing the unapproved files for user.
2022-11-06 00:11:38 +01:00
..
approvalTests.py Don't write ApprovalTests' temporary files into the source tree 2022-11-06 00:11:38 +01:00
approve.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
buildAndTest.cmd Add tests for CMake configure toggles passing to Catch2 build 2022-02-20 19:32:30 +01:00
buildAndTest.sh Add tests for CMake configure toggles passing to Catch2 build 2022-02-20 19:32:30 +01:00
checkConvenienceHeaders.py Don't expose header windows.h in catch_all.hpp (#2526) 2022-10-03 15:36:37 +02:00
checkDuplicateFilenames.py Make scripts executable 2020-11-10 15:22:15 +01:00
checkLicense.py Fix references to license file 2022-10-28 11:30:15 +02:00
developBuild.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
extractFeaturesFromReleaseNotes.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
fixWhitespace.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
generateAmalgamatedFiles.py Fix references to license file 2022-10-28 11:30:15 +02:00
majorRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
minorRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
patchRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
releaseCommon.py meson cleanups with muon (#2539) 2022-10-03 17:23:38 +02:00
scriptCommon.py Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
updateDocumentSnippets.py Add infrastructure for embedding code samples in docs. 2020-10-28 11:38:06 +01:00
updateDocumentToC.py Make scripts/updateDocumentToC.py executable. 2020-07-22 21:43:16 +02:00