Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
7505ba19404095a7f7012fccde83760ba3f18f1f
/
scripts
a0e2846
Using a CMake function called "doctest_force_link_static_lib_in_target" located in "doctest_force_link_static_lib_in_target.cmake" users of CMake can force the linking of every object file from a static library to an executable/shared target. Not intrusive - using generated dummy headers in the build folder of the target, CMake target properties and compiler flags for including the headers to the appropriate sources.
by onqtam
· 8 years ago
f516977
travis builds should pass now
by onqtam
· 8 years ago
dc68304
fixed #31 - dropped support for VC++6
by onqtam
· 8 years ago
87002fa
up the verbosity for sanitizer outout
by onqtam
· 8 years ago
106ed9a
added sanitizer options
by onqtam
· 8 years ago
8edeaaf
added /std:c++latest for MSVC
by onqtam
· 8 years ago
c30ab66
[tiny commit] removed old stuff from travis config file
by onqtam
· 8 years ago
56c1071
updated roadmap and todo for 1.1 release
by onqtam
· 8 years ago
fe740c2
moved code coverage sources outside of examples
by onqtam
· 8 years ago
4e68e66
trying to fix CI builds after code coverage example...
by onqtam
· 8 years ago
529c92c
enabling all builds again
by onqtam
· 8 years ago
5a51f44
back to c++98...
by onqtam
· 8 years ago
c223b69
done with coverage?
by onqtam
· 8 years ago
30c5e4b
more coverage
by onqtam
· 8 years ago
cc9e865
working on code coverage
by onqtam
· 8 years ago
9f934f8
all builds should be working now!!!
by onqtam
· 8 years ago
c64b948
appveyor mingw debugging...
by onqtam
· 8 years ago
c33624d
appveyor mingw debugging
by onqtam
· 8 years ago
17b2ba1
mingw appveyor debugging
by onqtam
· 8 years ago
8b766c5
mingw on appveyor..
by onqtam
· 8 years ago
01adc5a
trying to get the appveyor mingw build going
by onqtam
· 8 years ago
63447e2
trying to get a mingw build on appveyor
by onqtam
· 8 years ago
b382bd3
trying to get all travis builds working
by onqtam
· 8 years ago
d1737e4
fixed #27
by onqtam
· 8 years ago
901a333
fixed #28
by onqtam
· 8 years ago
e0c0360
switching back to clangs from the llvm apt...
by onqtam
· 8 years ago
d19d6da
hopefully fixed all clang versions under linux for travis
by onqtam
· 8 years ago
959458c
trying to switch to gold linker under linux
by onqtam
· 8 years ago
2dd5528
fixed #24
by onqtam
· 8 years ago
773570a
fixed names of assertions
by onqtam
· 8 years ago
8def6b0
removed custom implementations of vector and hashtable and now using std::vector and std::set
by onqtam
· 8 years ago
8deb092
- removed the _fast header and put its contents into the main doctest header
by onqtam
· 8 years ago
a6bcda2
related to #14 - added a header with a specialized macro for equality
by onqtam
· 8 years ago
3ffb887
travis builds should be fixed
by onqtam
· 8 years ago
eae70c7
extending the bench script to make bigger test cases
by onqtam
· 8 years ago
f2ea97b
reworked the expression decomposition macros (and the rest) for faster compile times and less code bloat (not benchmarked yet) - relates #14
by onqtam
· 8 years ago
e8bdda4
updated the release process
by onqtam
· 8 years ago
f720d43
reworked the single header generation - now using a separate script - this way I can do anything with cmake functions instead on relying on system commands like cat and echo
by onqtam
· 8 years ago
29e6260
fixing parallel builds (and maybe not just parallel?) (everything depends on the header assembly target)
by onqtam
· 8 years ago
7ffa84e
from now on the library should be developed using the 2 headers in doctest/parts/ and doctest/doctest.h gets generated from them!
by onqtam
· 8 years ago
8126b56
fixed python scripts for wandbox link update and html doc generation
by onqtam
· 8 years ago
4a65563
normalizing eof for everything
by onqtam
· 8 years ago
fe80dc9
disabled the test of the "subcases_and_bdd" example for GCC 4.4 under osx - for some reason after an exception is thrown the program quits even though it should be caught
by onqtam
· 8 years ago
90d95de
version 1.0.0 release!
by onqtam
· 8 years ago
cef6149
doc
by onqtam
· 8 years ago
67c8b3e
doc
by onqtam
· 8 years ago
c285f99
doc
by onqtam
· 8 years ago
d4669c1
doc
by onqtam
· 8 years ago
9497821
doc
by onqtam
· 8 years ago
70ffbce
doc
by onqtam
· 8 years ago
1586ea2
enabled compare mode for tests!
by onqtam
· 8 years ago
cbab26a
moving examples around
by onqtam
· 8 years ago
e4c75fc
fixed the range based example better examples
by onqtam
· 8 years ago
ad89a13
doc
by onqtam
· 8 years ago
5456545
benchmarking script done
by onqtam
· 8 years ago
e2527e3
toying around with the travis config
by onqtam
· 8 years ago
dff1ef9
hopefully fixed travis builds
by onqtam
· 8 years ago
50af667
temp commit - writing the features
by onqtam
· 9 years ago
1b4144a
- started the documentation - disabled the CI while I iterate on the markdown
by onqtam
· 9 years ago
fe5482f
silencing warnings
by onqtam
· 9 years ago
f3a680f
made stringify() use ADL so people can use templates for vector<T> and whatever...
by onqtam
· 9 years ago
e6d0d51
updated the release process added an example with alternative macros for the lib
by onqtam
· 9 years ago
aa605c1
fixing output for tests - no more file paths!
by onqtam
· 9 years ago
8ccce3b
exiting done properly!
by onqtam
· 9 years ago
336f95e
fixing tests!
by onqtam
· 9 years ago
1cda096
assertion macros WIP
by onqtam
· 9 years ago
1c7321d
more playing with the warnings
by onqtam
· 9 years ago
fa11399
fixing the valgrind problem at last?
by onqtam
· 9 years ago
99e3bd0
- silencing more warnings - fixing bug with case sensitive comparison of yes/no
by onqtam
· 9 years ago
6b7eb05
hopefully this fixes the valgrind issue... (and some warnings)
by onqtam
· 9 years ago
f921d3f
- fixed what can get disabled globally in the library
by onqtam
· 9 years ago
4cdf5d8
fixing testing macro
by onqtam
· 9 years ago
222ecad
reorganized cmake stuff
by onqtam
· 9 years ago
b1e7e14
squashing git history for the last time
by hardly
· 10 years ago