Snaipe
|
a7d5ecf69c
|
Refactored redirections and hooks
|
2015-11-18 16:31:31 +01:00 |
|
Snaipe
|
221df82a12
|
Changed DIRECTORY to PATH in get_filename_component for cmake <2.8.12 compatibility
|
2015-11-18 14:00:17 +01:00 |
|
Snaipe
|
eb36959023
|
Fixed cmake header file installation flattening include subdirectories
|
2015-11-18 13:20:03 +01:00 |
|
Snaipe
|
f656fb4279
|
Added missing header files in cmake install files
|
2015-11-18 13:12:51 +01:00 |
|
Snaipe
|
9b993abb93
|
Refactored tests and assertions implementation to internal/
|
2015-11-17 17:33:44 +01:00 |
|
Snaipe
|
7fa0b6580b
|
Refactored internal headers into its own subdirectory
|
2015-11-17 16:30:00 +01:00 |
|
Snaipe
|
0722fd4c99
|
Merge branch 'features/multiple-languages' into bleeding
|
2015-11-16 20:01:17 +01:00 |
|
Snaipe
|
62b4f2171b
|
Fixed failing Appveyor MinGW builds due to '_hypot' not being defined.
This is caused by a MinGW bug in math.h. See http://ehc.ac/p/mingw/bugs/2250/
for more information.
|
2015-11-16 19:25:56 +01:00 |
|
Snaipe
|
d59b810a56
|
Added Foundation framework to link flags on OS X + Clang
|
2015-11-16 16:06:25 +01:00 |
|
Snaipe
|
44d9e436fe
|
Removed pedantic warnings and used GNU C 99 standard
|
2015-11-16 14:47:56 +01:00 |
|
Snaipe
|
10e933d758
|
Fixed pedantic warnings for C99 + POSIX 2008 compatibility
|
2015-11-16 00:21:30 +01:00 |
|
Snaipe
|
e7faf8aaed
|
Removed ansi checks for off_t definition, and added option to define it if needed.
|
2015-11-15 22:52:25 +01:00 |
|
Snaipe
|
f940632c3a
|
Added json output provider
|
2015-11-11 13:13:51 +01:00 |
|
Snaipe
|
8624880183
|
[Issue #68] Merge branch 'features/new-reporting' into bleeding
Changelog:
~ Overhauls the output reporting system
+ Adds registration of user defined output reporters
+ Adds --output CLI switch
+ Adds --quiet CLI switch
- Removes CRITERION_ENABLE_{TAP,XML} environment variables
|
2015-11-11 12:51:53 +01:00 |
|
Snaipe
|
554f25608f
|
Refactored output_provider -> logger, and moved actual output providers to io/
|
2015-11-11 11:04:28 +01:00 |
|
Snaipe
|
a3477d689a
|
Added i18n cmake option
|
2015-11-11 00:41:38 +01:00 |
|
Snaipe
|
1928e161f7
|
Added klib cmake dependency
|
2015-11-10 22:05:19 +01:00 |
|
Snaipe
|
400e989125
|
Fixed native exceptions gnustep compilation error
|
2015-11-07 11:57:25 +01:00 |
|
Snaipe
|
7f8c2052ac
|
Fixed typo in GNUStep include path
|
2015-11-07 11:46:48 +01:00 |
|
Snaipe
|
6f1a472114
|
Added GNUStep include path to cmake include directories
|
2015-11-07 11:41:04 +01:00 |
|
Snaipe
|
0ee9649446
|
Fixed ObjectiveC cmake language to use the C compiler by default
|
2015-10-07 17:42:12 +02:00 |
|
Snaipe
|
a838e7786f
|
Added XML logging
|
2015-10-05 16:22:55 +02:00 |
|
Snaipe
|
5a1049ce2c
|
Added Objective-C language support
|
2015-10-04 23:20:41 +02:00 |
|
Adeel
|
786e70dd1b
|
config: Check strtok_s capability.
Also cleans up redundancies and adds pragma in `UNUSED` macro.
|
2015-10-03 12:23:16 +03:00 |
|
Snaipe
|
2da6588eab
|
Added better integration for multiple native languages tests
|
2015-10-03 02:43:24 +02:00 |
|
Snaipe
|
0d17ecc0f5
|
Added missing header exports in CMake config
|
2015-10-02 14:45:28 +02:00 |
|
Snaipe
|
4dcde5259c
|
Added C/C++ language isolation wrappers
|
2015-10-01 15:05:22 +02:00 |
|
Snaipe
|
218cd9ecfa
|
Added /usr/local/include as a system include directory
|
2015-09-28 12:26:40 +02:00 |
|
Snaipe
|
c546bcef5c
|
Added valgrind error suppression for the runner process
|
2015-09-26 17:02:28 +02:00 |
|
Snaipe
|
2b9f14041c
|
Added sane option defaults when running valgrind
|
2015-09-26 00:22:21 +02:00 |
|
Snaipe
|
b347b70bdb
|
Refactored runner coroutine into its own file
|
2015-09-24 16:08:58 +02:00 |
|
Snaipe
|
40dbcc3408
|
Added --jobs CLI switch and CRITERION_JOBS environment variable
|
2015-09-22 23:21:51 +02:00 |
|
Snaipe
|
984ecc5a74
|
Added missing include directory addition for libintl dependency
|
2015-09-22 01:12:32 +02:00 |
|
Snaipe
|
d05d71bbd5
|
Renamed TESTS cmake option to CTESTS
|
2015-09-22 00:16:45 +02:00 |
|
Snaipe
|
86a1707b75
|
Added cmake option to turn on/off tests (off by default)
|
2015-09-21 23:26:47 +02:00 |
|
Snaipe
|
3148348c37
|
[v2.1.0] Merge branch 'bleeding' (Version release)
|
2015-09-21 22:35:34 +02:00 |
|
Snaipe
|
5f9f617ee7
|
Added inheritable heap to fork process
|
2015-09-20 20:28:31 +02:00 |
|
Snaipe
|
b655e3b1f2
|
Merge branch 'patch' into bleeding (Fixes #50)
|
2015-09-20 12:49:49 +02:00 |
|
Snaipe
|
d93f0c9faf
|
[v2.0.2] Merge branch 'patch' (Fixes #50)
|
2015-09-20 12:45:35 +02:00 |
|
Adeel
|
09602eb47a
|
Build: Improves preprocessor directives for BSD.
* Also adds a search path `/usr/local/include` to top-level CMakeLists.
Fixes #48.
|
2015-09-19 16:28:57 +03:00 |
|
Snaipe
|
981e63f63b
|
Merge branch 'patch' into bleeding (Fixes critical issue)
|
2015-09-19 14:55:20 +02:00 |
|
Snaipe
|
9f8d297f05
|
[v2.0.1] Merge branch 'patch' (Fixes critical issue)
|
2015-09-19 14:49:05 +02:00 |
|
Snaipe
|
9b083a14b2
|
Refactored most of the sources
|
2015-09-16 21:18:58 +02:00 |
|
Snaipe
|
a1d28f84e7
|
Refactored posix-compat.c
|
2015-09-16 21:00:15 +02:00 |
|
Snaipe
|
6faf505089
|
Specified correct gcov params for codecov script
|
2015-09-16 01:19:08 +02:00 |
|
Snaipe
|
d4d29f6023
|
Added manual gcov target
|
2015-09-16 01:19:08 +02:00 |
|
Snaipe
|
d75eb4f038
|
[v2.0.0] Merge branch 'bleeding' (Version release)
|
2015-09-14 04:27:58 +02:00 |
|
Snaipe
|
b0869165af
|
Added more file assertions and file comparison function
|
2015-09-14 03:58:25 +02:00 |
|
Snaipe
|
343678a020
|
Removed samples building from 'all' target
|
2015-09-09 19:19:58 +02:00 |
|
Snaipe
|
151824d96e
|
Added missing headers in install rule
|
2015-09-09 03:36:41 +02:00 |
|