Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
3716600a547740761698e034df4eccc51cfda46f
/
scripts
/
cmake
04f741c
Set variable to 0 if not set (#490)
by Shiv Upadhyay
· 3 years, 7 months ago
e38428f
fixing gcc 4.8 & 4.9 builds after merging #471
by Viktor Kirilov
· 3 years, 8 months ago
680d044
Automatically add TEST_SUITE labels to discovered tests which map to the test suites of the test cases (#464)
by Shiv Upadhyay
· 3 years, 9 months ago
428b697
feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417)
by Dennis
· 4 years, 2 months ago
1fb630b
a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs!
by onqtam
· 4 years, 5 months ago
f55bdc7
Update links (#331) - http => https
by Antoine Cœur
· 4 years, 9 months ago
f972602
WIP: Add Github Actions CI (#285)
by Daan De Meyer
· 5 years ago
7ac22cc
removing -Winline - something I should have done 3 years ago (or should have never introduced) - this has caused me to waste many hours fixing unimportant CI build failures and serves absolutely no purpose.
by onqtam
· 5 years ago
33cc7f9
Fix typos and misspellings found by codespell. (#292)
by warmsocks
· 5 years ago
3c6834b
Add support for compiling with clang-cl. (#286)
by Daan De Meyer
· 5 years ago
8f510f9
#266 #243 #231
by Viktor Kirilov
· 5 years ago
10101a1
fixed #266 fixed #243 relates #231
by Viktor Kirilov
· 5 years ago
6f1241c
Fixes to the documentation + forcing C++11 for AppleClang - to rework later.
by Claus Klein
· 5 years ago
35b339f
Add doctest_discover_tests() (#236)
by Cristian Morales Vega
· 5 years ago
c30dcc2
hopefully the last...
by onqtam
· 6 years ago
3433fba
...
by onqtam
· 6 years ago
b4b95d2
making the warning gods happy again...
by onqtam
· 6 years ago
e4d0448
why was I even trying to not set unrecognized options.... so much pain with 0 gain
by onqtam
· 6 years ago
a726e9e
a bit of playing around with warnings
by onqtam
· 6 years ago
d25f18e
show git diff when output is different - instead of the entire 2 files
by onqtam
· 6 years ago
2377a0c
xml switch flipped for the tests!
by onqtam
· 6 years ago
366c368
doctest tests can now be ran in parallel through ctest! fixed #202
by onqtam
· 6 years ago
c6cc9ff
extended the cmake testing infrastructure to invoke the xml reporter as well - for N tests now we will have 2xN tests - N with the console reporter and the same N with the xml reporter (currently commented out)
by onqtam
· 6 years ago
36e3745
"fixes" after merging #187
by onqtam
· 6 years ago
2870d77
renamed the file - correct english matters!
by onqtam
· 6 years ago
df8b6d4
added badge for https://lgtm.com and cleaned up warnings
by onqtam
· 6 years ago
0dbbd4f
Move single header to a separate folder (#187)
by Dimitrij Mijoski
· 6 years ago
447b155
Rename doctest_impl.h to doctest.cpp for less confusion. (#185)
by Dimitrij Mijoski
· 6 years ago
7b7d161
should link properly on linux/osx
by onqtam
· 6 years ago
4d87d56
moved to nullptr, removed c++98-compat warning suppressions for clang (also long-long and 0 as null for gcc/clang)
by onqtam
· 6 years ago
7907692
fixed #123 - changed the output style in the console - gcc/clang output with :n: around line numbers and other compilers output with (n) - there is also a documented option for this. Also changed lots of code - thank god I moved to streams!
by onqtam
· 6 years ago
6b2c99f
added... the only new warning option for GCC 8 that is not in Wall/Wextra
by onqtam
· 6 years ago
72d4793
/Zc:twoPhase- no longer needed since Microsoft have fixed their compiler/headers in the latest VS 2017
by onqtam
· 7 years ago
50cbb80
updated travis build matrix with supported osx images
by onqtam
· 7 years ago
5ed699b
old versions of visual studio should no longer complain about unrecognized warning numbers
by onqtam
· 7 years ago
abf39d2
Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95
by onqtam
· 7 years ago
ffb7530
adding 2 more warnings for GCC 7
by onqtam
· 7 years ago
b759fb4
fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77
by onqtam
· 7 years ago
d8a7edc
Prefer if(MSVC) (#84)
by Martin Moene
· 7 years ago
8cd8b3b
fixing cmake - builds should pass now - all cmake projects can be used by themselves and all depend on the assemble_single_header target (as they should - previous commit had changed that)
by onqtam
· 7 years ago
89da654
more work on test coverage
by onqtam
· 8 years ago
39afa2e
adding /permissive- to msvc flags
by onqtam
· 8 years ago
d320ac2
- templated test cases example is done - simplified a bit the cmake
by onqtam
· 8 years ago
119cfb6
- added an undocumented flag to omit the "skipped" part in the output summary - for convenience for the all_features example
by onqtam
· 8 years ago
a985f5a
added playground project and made (again) the common.cmake behave when included multiple times
by onqtam
· 8 years ago
56d9170
- added prefix for the TEST_MODE option - removed the cpp11 option
by onqtam
· 8 years ago
26c2008
examples can no longer be built using cmake separately - they require cmake invocation from the root of the repository (and now use the modern way of handling include dependencies)
by onqtam
· 8 years ago
61954c3
reworked cmake a bit
by onqtam
· 8 years ago
08cf7dc
moved all cmake-related stuff to scripts/cmake
by onqtam
· 8 years ago