Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-06fixed #230onqtam
2018-12-05moved the benchmarking scripts to the new assert typesonqtam
2018-08-23benchmarks under windows redone for doctest/catchonqtam
2018-08-23bench scripts work for python 3.x - TODO: make it download catch header if no...onqtam
2017-09-11updated benchmark script so it can work for catch under linuxonqtam
2017-09-11added disabled benchmarking for catch as well (using CATCH_CONFIG_DISABLE)onqtam
2017-09-11about to re-do the benchmarks against an early version of Catch 2onqtam
2017-05-16updated benchmark results after the last compile time optimization commit - r...onqtam
2017-05-16- updated compile time benchmarksonqtam
2017-05-16script seems done! takes the average of N times (currently 5) for each benchm...onqtam
2017-05-16new compile time benchmarks!onqtam
2017-05-16added execute flag of the python scriptonqtam
2017-05-16initial version of the run_all.py scriptonqtam
2017-05-16work in progress on an automated way to run all benchmarks - based on tests.jsononqtam
2017-05-16added ability to toggle between gcc/clang for the benchmarksonqtam
2017-05-16printing the options used for the benchmark + added info optiononqtam
2017-05-16updated the benchmark script - now uses the command lineonqtam
2017-05-16removed catch as a submodule - will fetch it some other wayonqtam
2016-09-21all compile time benchmarks done!onqtam
2016-09-21more stuff benchmarkedonqtam
2016-09-21fixing clang builds - added new line at end of main.cpp for `removing_doctest...onqtam
2016-09-21fixing bench.py script to be executable under linuxonqtam
2016-09-21updated benchmarks (results of doctest vs catch (header inclusion cost) are t...onqtam
2016-09-21- added an image instead of code for the main readmeonqtam
2016-09-21added DOCTEST_CONFIG_SUPER_FAST_ASSERTS which makes the fast asserts insanely...onqtam
2016-09-21simplified the new unary/binary assertion macros - reusing stuff from the mai...onqtam
2016-09-21refactor - assertion macros use integers and flags instead of strings and sub...onqtam
2016-09-21updated Catch submoduleonqtam
2016-09-21- removed the _fast header and put its contents into the main doctest headeronqtam
2016-09-21extending the bench script to make bigger test casesonqtam
2016-05-22doconqtam
2016-05-22doconqtam
2016-05-22doconqtam
2016-05-22doconqtam
2016-05-22doconqtam
2016-05-22benchmarking script doneonqtam
2016-03-05squashing git history for the last timehardly