Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
4286919d4869576459661ed3d9dd38a51a39003b
4286919
trying to get the operator<< stringification
by onqtam
· 8 years ago
5489e27
playing with the stringification
by onqtam
· 8 years ago
292d955
fixing clang builds
by onqtam
· 8 years ago
0419b30
- the name of the test is printed when necessary
by onqtam
· 8 years ago
7049f40
refactored a bit the assertion logging
by onqtam
· 8 years ago
3af136c
can print successful asserts in output too
by onqtam
· 8 years ago
7f41450
- listing of tests done - some rework on things regarding options
by onqtam
· 8 years ago
f8bc7f3
done with abort-after option
by onqtam
· 8 years ago
ad0d6d2
can skip exceptions-related asserts
by onqtam
· 8 years ago
76c1364
- fixed bug with int options - reworked options a bit - removed random_shuffle
by onqtam
· 8 years ago
88812ab
sorting done
by onqtam
· 8 years ago
f00052b
builds running again? hopefully
by onqtam
· 8 years ago
ea7bbe8
- tiny rework on string options - they ahve defaults now - fixed a bug
by onqtam
· 8 years ago
192b832
options reworked a bit
by onqtam
· 8 years ago
c385c3a
forcing build on travis
by onqtam
· 8 years ago
f76f0c2
fixed ostream forward declaration with libc++
by onqtam
· 8 years ago
70bd710
temp
by onqtam
· 8 years ago
24ccd0a
removed ccache - no benefit in a single header library
by onqtam
· 8 years ago
92e332f
fixing bug found by coverity
by onqtam
· 8 years ago
f732927
enabled appveyor builds again
by onqtam
· 8 years ago
7fb192e
- added WARN macros
by onqtam
· 8 years ago
dab38ba
minified 1
by onqtam
· 8 years ago
1da586c
the example in it's simplest form
by onqtam
· 8 years ago
9cccba7
toying around with SFINAE and operator<<
by onqtam
· 8 years ago
e2527e3
toying around with the travis config
by onqtam
· 8 years ago
e16659c
fixing errors
by onqtam
· 8 years ago
dff1ef9
hopefully fixed travis builds
by onqtam
· 8 years ago
e835b42
- trying to get ccache working
by onqtam
· 8 years ago
7584cf2
trying cache
by onqtam
· 8 years ago
ec75700
added _ in TESTCASE and TESTSUITE
by onqtam
· 8 years ago
413e76f
reduced some code
by onqtam
· 9 years ago
02df420
refactored a bit the assertion macros
by onqtam
· 9 years ago
b91b68e
- not calling exit() anymore - more colors
by onqtam
· 9 years ago
28a90ff
printing the help
by onqtam
· 9 years ago
438dbb4
refactored a bit the globals in the library
by onqtam
· 9 years ago
93b1f75
final touch!
by onqtam
· 9 years ago
e000c7e
fixed readme on landing page
by onqtam
· 9 years ago
f33da9f
docs updated
by onqtam
· 9 years ago
f2c18f1
more spaces
by onqtam
· 9 years ago
4c0d190
final touches on tutorial
by onqtam
· 9 years ago
e93235a
tutorial finished!
by onqtam
· 9 years ago
725da30
pretty markdown?
by onqtam
· 9 years ago
863a034
github md try
by onqtam
· 9 years ago
69c0176
trying code in html tables in markdown - come on github!!!
by onqtam
· 9 years ago
f336b9f
- started tutorial
by onqtam
· 9 years ago
53120c8
minor tweaks on the docs
by onqtam
· 9 years ago
c570ddf
finished the features page for now
by onqtam
· 9 years ago
6442cf4
little touches on the docs
by onqtam
· 9 years ago
6f16b6b
last touches on docs for today
by onqtam
· 9 years ago
c4b3a50
more work on the documentation
by onqtam
· 9 years ago
3c23973
anchors done!
by onqtam
· 9 years ago
45cf68e
last anchor try
by onqtam
· 9 years ago
04b60d9
trying anchors
by onqtam
· 9 years ago
44478ef
trying markdown anchors
by onqtam
· 9 years ago
f7e2a20
more work on the doc
by onqtam
· 9 years ago
50af667
temp commit - writing the features
by onqtam
· 9 years ago
0e96d9c
working on the docs
by onqtam
· 9 years ago
1b4144a
- started the documentation - disabled the CI while I iterate on the markdown
by onqtam
· 9 years ago
9522eb4
all builds passing? please?
by onqtam
· 9 years ago
4949274
- building with 5 studios on appveyor! - warnings as errors!
by onqtam
· 9 years ago
d321e9b
maybe fixed appveyor build?
by onqtam
· 9 years ago
43e7f0d
the windows build?
by onqtam
· 9 years ago
0ac9e4c
fixing builds
by onqtam
· 9 years ago
695fded
trying to get -Werror running everywhere
by onqtam
· 9 years ago
7346255
fixing builds
by onqtam
· 9 years ago
a6b92d3
testing appveyor different studio
by onqtam
· 9 years ago
7f15bac
silencing warnings
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
cae7312
moved stringify() out of detail namespace
by onqtam
· 9 years ago
2c6b10e
no gcc 6 yet...
by onqtam
· 9 years ago
6893bcf
trying gcc 6 on travis
by onqtam
· 9 years ago
7fbae44
version in a macro
by onqtam
· 9 years ago
98f43a3
VC++6 support!
by onqtam
· 9 years ago
e6d0d51
updated the release process added an example with alternative macros for the lib
by onqtam
· 9 years ago
80d1f18
added flags to command line parsing
by onqtam
· 9 years ago
862a3bb
fixed refactoring of options parsing
by onqtam
· 9 years ago
aba77b9
fixed build - tests were not getting ran because of pretty logical ops...
by onqtam
· 9 years ago
64bd322
fooling around with options - not working currently...
by onqtam
· 9 years ago
d55155d
fixing ansi colors build... damn that copy/paste!
by onqtam
· 9 years ago
0cea9bc
- added support for colors in output
by onqtam
· 9 years ago
6e23bef
debugger integration done stringification of types (+ pointers) done
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
aa22582
removed the ability to not use quotes for test/subcase/testsuite names
by onqtam
· 9 years ago
39b4e45
cleaning warnings
by onqtam
· 9 years ago
336f95e
fixing tests!
by onqtam
· 9 years ago
cf9812f
all assertion macros working!
by onqtam
· 9 years ago
1cda096
assertion macros WIP
by onqtam
· 9 years ago
3e9d044
[Travis] Add llvm-toolchain-precise-3.8 apt source (and also enable sanitizers for 64 bit for clang 3.4 to 3.6
by onqtam
· 9 years ago
ae38b7d
trying the non i386 package
by onqtam
· 9 years ago
f845c7f
trying out sanitizers for clang 3.5 after travis have added a package to the whitelist
by onqtam
· 9 years ago
c5a074d
no failures allowed!
by onqtam
· 9 years ago
ff2a780
renamed macros
by onqtam
· 9 years ago
4984dd7
merged implement and config_main defines and removed _CONFIG_ prefix
by onqtam
· 9 years ago
1c7321d
more playing with the warnings
by onqtam
· 9 years ago
da973ce
no inlining warnings
by onqtam
· 9 years ago
44cde12
better CI
by onqtam
· 9 years ago
fa11399
fixing the valgrind problem at last?
by onqtam
· 9 years ago
7c4dbed
debugging travis builds where some targets dont get linked to executables... BUT NO ERRORS OMFG WTF
by onqtam
· 9 years ago
Next »