Criterion/include/criterion
2015-09-24 00:15:32 +02:00
..
abort.h Made criterion_continue_test static 2015-09-08 20:48:30 +02:00
alloc.h [Issue #54] Added custom allocator for cr_malloc/cr_free 2015-09-23 19:48:11 +02:00
asprintf-compat.h Renamed asprintf to cr_asprintf for compatibility 2015-09-08 22:12:22 +02:00
assert.h Removed deprecated 1.x unprefixed assertion macros 2015-09-24 00:15:32 +02:00
common.h Changed the assert interface to accept a format string 2015-09-08 18:49:24 +02:00
criterion.h Added missing alloc.h header inclusion 2015-09-21 17:11:20 +02:00
designated-initializer-compat.h Removed capture level from designated initializer compat lambda to fix clang warnings 2015-09-20 19:44:07 +02:00
event.h Moved the pipe definition out of the API, and use the system asprintf declaration when available 2015-09-08 20:36:23 +02:00
hooks.h Fixed VC++ not registering any sections and internal crashes due to test data not being zero-filled 2015-09-07 07:26:53 +02:00
logging.h Added timeout code for tests 2015-09-12 17:27:59 +02:00
options.h Added --jobs CLI switch and CRITERION_JOBS environment variable 2015-09-22 23:21:51 +02:00
ordered-set.h Made the interface C++11-compatible 2015-09-07 01:15:31 +02:00
parameterized.h Added criterion::parameters for simpler C++ parameter generation 2015-09-23 20:10:00 +02:00
preprocess.h Added file assertions for redirection 2015-09-11 02:15:45 +02:00
redirect.h [Issue #53] Removed ext/stdio_sync_filebuf.h 2015-09-23 14:12:09 +02:00
stats.h Added timeout code for tests 2015-09-12 17:27:59 +02:00
theories.h Renamed assume macros for consistency 2015-09-22 12:12:54 +02:00
types.h Added array-to-criterion_test_param conversion constructor 2015-09-23 21:35:05 +02:00