Snaipe
|
8e8f03897b
|
Merge switch to codecov into bleeding
|
2015-09-16 01:39:50 +02:00 |
|
Snaipe
|
45045b3774
|
Removed coverage on appveyor builds
|
2015-09-16 01:21:20 +02:00 |
|
Snaipe
|
01ead0a87b
|
Switched readme coverage status to codecov
|
2015-09-16 01:19:49 +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
|
e704c07341
|
Removed dependencies from coverage report
|
2015-09-16 01:19:08 +02:00 |
|
Snaipe
|
3aaabf1c83
|
Restored appveyor support for coverage
|
2015-09-16 01:19:08 +02:00 |
|
Snaipe
|
41edcfc051
|
Trying out codecov.io
|
2015-09-16 01:16:07 +02:00 |
|
Snaipe
|
9690963bd5
|
Fixed coverage not being reported for all samples
|
2015-09-16 01:13:40 +02:00 |
|
Snaipe
|
ce16e84d59
|
Added missing <string> include in redirect unit test
|
2015-09-16 00:42:57 +02:00 |
|
Snaipe
|
8688a5df4b
|
Fixed MinGW header bug where off_t/off64_t is not defined
(See http://sourceforge.net/p/mingw/bugs/2024/)
|
2015-09-15 23:02:46 +02:00 |
|
Snaipe
|
697c165fbe
|
Changed the timeout type to double
|
2015-09-15 22:56:29 +02:00 |
|
Snaipe
|
af835bb95e
|
Added conditional GCC5 test for file mocking
|
2015-09-15 19:47:03 +02:00 |
|
Snaipe
|
d58fc1598a
|
Fixed documentation on report hook parameters
|
2015-09-15 19:02:52 +02:00 |
|
Snaipe
|
3a2fe96653
|
Added file mocking utility
|
2015-09-15 19:02:13 +02:00 |
|
Snaipe
|
a18934e37a
|
Removed unused includes in redirect.cc sample
|
2015-09-14 04:45:33 +02:00 |
|
Snaipe
|
53af4bdf3b
|
Updated readme download links to include msvc & mingw builds
|
2015-09-14 04:39:31 +02:00 |
|
Snaipe
|
d75eb4f038
|
[v2.0.0] Merge branch 'bleeding' (Version release)
|
2015-09-14 04:27:58 +02:00 |
|
Snaipe
|
5e275da558
|
Updated documentation on asserts
|
2015-09-14 04:16:03 +02:00 |
|
Snaipe
|
8986414138
|
Added default message to file asserts
|
2015-09-14 04:15:48 +02:00 |
|
Snaipe
|
b0869165af
|
Added more file assertions and file comparison function
|
2015-09-14 03:58:25 +02:00 |
|
Snaipe
|
9f850ef6fe
|
Fixed regression test for assert
|
2015-09-14 03:42:20 +02:00 |
|
Snaipe
|
779fbca56e
|
Added redirection assertion shortcuts for std{out,err}
|
2015-09-14 03:39:52 +02:00 |
|
Snaipe
|
0e2203df43
|
Renamed file assertion macros for consistency
|
2015-09-14 03:35:13 +02:00 |
|
Snaipe
|
5e8491af90
|
Added any_throw and none_throw assertions
|
2015-09-14 03:24:25 +02:00 |
|
Snaipe
|
d4271865bc
|
Added default message for throw assertions
|
2015-09-14 02:14:46 +02:00 |
|
Snaipe
|
28144765ba
|
Fixed comparison tests for failmessages
|
2015-09-14 01:47:00 +02:00 |
|
Snaipe
|
b893b9aba1
|
Fixed output directory of comparison tests
|
2015-09-14 01:39:47 +02:00 |
|
Snaipe
|
98eb5e45a6
|
Added elapsed time on time out
|
2015-09-13 15:02:13 +02:00 |
|
Snaipe
|
98a892d344
|
[Issue #33] Merge branch 'features/redirect' into bleeding
|
2015-09-13 14:03:55 +02:00 |
|
Snaipe
|
dd3f534404
|
Added regression tests for redirect.{c,cc}
|
2015-09-13 13:52:02 +02:00 |
|
Snaipe
|
20c93d86de
|
Fixed GCC-specific code being visible to MSVC
|
2015-09-13 13:45:10 +02:00 |
|
Snaipe
|
9882f987cf
|
Fixed memory leak on cr_assert()
|
2015-09-13 13:12:16 +02:00 |
|
Snaipe
|
8232862d59
|
Added french translation message for mismatching file contents
|
2015-09-13 13:11:41 +02:00 |
|
Snaipe
|
ac6415d465
|
Added C++ stream interface for redirection functions
|
2015-09-13 13:11:11 +02:00 |
|
Snaipe
|
2be4bfd241
|
Added C++ redirect sample
|
2015-09-12 10:24:00 -07:00 |
|
Snaipe
|
17a609ba88
|
Fixed windows redirect code not working for stderr
|
2015-09-12 10:22:14 -07:00 |
|
Snaipe
|
6c35c64456
|
Fixed windows redirection not replacing standard file pointers
|
2015-09-12 09:33:55 -07:00 |
|
Snaipe
|
30e71b42eb
|
Corrected the windows redirect code for pipe initialization
|
2015-09-12 08:52:03 -07:00 |
|
Snaipe
|
3b2c42eb1a
|
[Issue #1] Merge branch 'features/timer' into bleeding
|
2015-09-12 17:28:19 +02:00 |
|
Snaipe
|
7bc54daaad
|
Switched windows timer code to a thread-based implementation
|
2015-09-12 17:27:59 +02:00 |
|
Snaipe
|
e29d5a13cf
|
Added timeout code for tests
|
2015-09-12 17:27:59 +02:00 |
|
Snaipe
|
1d06689aa0
|
Enhanced redirect sample
|
2015-09-11 03:16:50 +02:00 |
|
Snaipe
|
d1861db6d0
|
Removed debug code
|
2015-09-11 02:50:17 +02:00 |
|
Snaipe
|
2642c420f4
|
Added missing header to posix-compat.c
|
2015-09-11 02:38:10 +02:00 |
|
Snaipe
|
73255382a3
|
Fixed stdout being macro-substitued in test name
|
2015-09-11 02:34:25 +02:00 |
|
Snaipe
|
9444d4f0a1
|
Fixed windows redirect pipe code
|
2015-09-11 02:27:08 +02:00 |
|
Snaipe
|
ec1095c966
|
Added redirect.c sample
|
2015-09-11 02:16:54 +02:00 |
|
Snaipe
|
3dc9d47c0b
|
Added file assertions for redirection
|
2015-09-11 02:15:45 +02:00 |
|
Snaipe
|
3744d67b0c
|
Fixed typo in cr_redirect in windows-specific code
|
2015-09-10 05:36:03 +02:00 |
|