- 05 Jul, 2019 1 commit
-
-
We use the `__LINE__` macro in several places throughout clar to allow easier traceability when e.g. a test fails. While `__LINE__` is of type `size_t`, the clar functions all accept an integer and thus may loose precision. While unlikely that any file in our codebase will exceed a linecount of `INT_MAX`, let's convert it anyway to silence any compiler warnings.
Patrick Steinhardt committed
-
- 06 Sep, 2018 2 commits
-
-
Etienne Samson committed
-
This makes it possible to keep track of every test status (even successful ones), and their errors, if any.
Etienne Samson committed
-
- 15 Jun, 2018 1 commit
-
-
Nika Layzell committed
-
- 27 Feb, 2015 1 commit
-
-
Edward Thomson committed
-
- 10 Dec, 2014 1 commit
-
-
Edward Thomson committed
-
- 02 Apr, 2014 1 commit
-
-
Vicent Marti committed
-
- 28 Mar, 2014 1 commit
-
-
Edward Thomson committed
-
- 07 Mar, 2014 2 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 17 Sep, 2013 1 commit
-
-
This updates clar to the version without cl_assert_equal_sz and then adds a new version of that macro the clar_libgit2.h. The new version works around a strange issue that seemed to be arising on release builds with VS 10 64-bit builds.
Russell Belfer committed
-
- 12 Sep, 2013 1 commit
-
-
nulltoken committed
-
- 04 Sep, 2013 1 commit
-
-
Russell Belfer committed
-
- 22 Mar, 2013 1 commit
-
-
Russell Belfer committed
-
- 21 Jan, 2013 1 commit
-
-
Russell Belfer committed
-
- 03 Jan, 2013 1 commit
-
-
Vicent Marti committed
-
- 28 Jan, 2012 1 commit
-
-
Those were re-added on the move. Ops!
Vicent Martí committed
-
- 25 Jan, 2012 1 commit
-
-
Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff!
Vicent Martí committed
-