catch2/scripts
Martin Hořeňovský e640c3837a
Move the async-using parts of benchmarking into a .cpp file
This keeps it out of the main include path when benchmarking is
enabled, somewhat reducing the compilation-time penalty.

Also moved some other functions into the .cpp file, especially
helpers that could be given internal linkage, and concretized some
iterator-templated code that only ever used
`std::vector<double>::iterator`.
2019-06-15 11:43:25 +02:00
..
approvalTests.py Improve path normalization for approvalTests.py 2018-10-19 12:46:06 +02:00
approve.py Minor fixes to python scripts by pycodestyle 2018-04-27 18:57:18 +02:00
benchmarkCompile.py Fix-up compilation benchmark script 2017-08-30 18:11:52 +02:00
benchmarkRunner.py Scripts intended to be run should now have x bit set. 2017-02-01 21:34:45 +01:00
developBuild.py Change developBuild to work same as *Release 2017-08-30 12:16:10 +02:00
embed.py Minor fixes to python scripts by pycodestyle 2018-04-27 18:57:18 +02:00
embedClara.py Make embedClara.py executable 2018-02-09 16:49:21 +01:00
fixWhitespace.py Minor fixes to python scripts by pycodestyle 2018-04-27 18:57:18 +02:00
generateSingleHeader.py Move the async-using parts of benchmarking into a .cpp file 2019-06-15 11:43:25 +02:00
majorRelease.py Refactor release scripts, automatically update Wandbox on release 2017-08-24 22:50:25 +02:00
minorRelease.py Refactor release scripts, automatically update Wandbox on release 2017-08-24 22:50:25 +02:00
patchRelease.py Refactor release scripts, automatically update Wandbox on release 2017-08-24 22:50:25 +02:00
releaseCommon.py Remove remains of the old conan things from release script 2018-11-26 20:47:40 +01:00
releaseNotes.py Minor fixes to python scripts by pycodestyle 2018-04-27 18:57:18 +02:00
scriptCommon.py Script helper getBuildExecutable now works properly on Windows 2019-02-23 14:44:40 +01:00
updateDocumentToC.py Fixup TOC script sluggification and documentation 2018-09-09 17:09:57 +02:00
updateWandbox.py Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00