Commit graph

121 commits

Author SHA1 Message Date
Snaipe
5608711a00 Fixed output on windows 2015-08-04 15:02:04 +02:00
Snaipe
ea5a074ff4 Merge branch 'features/windows-compat' into bleeding 2015-08-04 13:34:59 +02:00
Snaipe
b0200e8e41 Fixed some typos 2015-08-04 04:29:11 -07:00
Snaipe
0b74a5a279 Switched context copy to shared memory since the library's memory space is not initialized on a newly created process 2015-08-04 11:07:43 +02:00
Snaipe
567e4731a7 Fixed section iteration crashing on padding entries & typos 2015-08-03 15:39:57 +02:00
Snaipe
86762f8ff7 Fixed windows code for section retrieving and changed section names to fit under 8 bytes. 2015-08-03 15:15:48 +02:00
Snaipe
9aa9be0a41 Added tentative to retrieve the sections from the PE header 2015-08-03 14:25:53 +02:00
Snaipe
7dd294a438 Moved logging out of report hooks since report hooks are overriden in the test executable 2015-08-03 14:15:28 +02:00
Snaipe
2fcb89c7ef Fixed typo & added pointer cast for explicit comparison in section entry iterations 2015-08-01 13:54:46 +02:00
Snaipe
0d7033cfd5 Made windows dynamically resolve the section limits at runtime 2015-08-01 13:44:58 +02:00
Snaipe
59e5836046 Fixed extmatch functionality always being ignored 2015-07-31 11:54:10 +02:00
Snaipe
9f26b192ec Added fallback to strtok on windows since strtok_s is not available on all windows platforms 2015-07-31 08:30:43 +02:00
Snaipe
86e059b403 Fixed GetProcessId include compatibility for windows server 2012 & windows 8 2015-07-31 07:30:25 +02:00
Snaipe
bd00c80ea8 Aliased strtok_s to strtok_r for windows builds 2015-07-31 03:42:45 +02:00
Snaipe
4553a50f46 Fixed missing initializer warning 2015-07-30 23:17:03 +02:00
Snaipe
8acb2f5dc2 Provided non-positional format strings when gettext is not available (hint: windows) 2015-07-29 13:32:49 +02:00
Snaipe
1bc6bf59fe Integrated gettext into the build system 2015-07-28 22:44:28 +02:00
Snaipe
e0d93f53c7 Added basic config.h.in 2015-07-28 19:11:28 +02:00
Snaipe
dd5e4eea23 [Issue #28] Added test name in the setup/teardown crash message 2015-06-30 14:18:21 +02:00
Snaipe
f24da39204 Patch the stack explosion on assertion stats cleanup 2015-05-26 20:59:58 +02:00
Snaipe
55e29dfe5b [Issue #26] Fixed the stack explosion when cleaning up too many assertion stats 2015-05-26 20:12:47 +02:00
Snaipe
0020f1aa27 Added autoconf conditional for PCRE 2015-05-04 00:05:52 +02:00
Snaipe
b881d85b19 [Issue #24] Merge branch 'features/extglob' into bleeding 2015-05-03 23:26:23 +02:00
Snaipe
e8443cd071 Fixed wrong step in max_length proof 2015-05-03 16:30:06 +02:00
Snaipe
1dcba90eb3 Added optimal max pattern length and proof, added better error handling 2015-05-03 16:02:26 +02:00
Snaipe
bff5081611 [Issue #24] Implemented extended shell pattern using a PCRE translator 2015-05-03 00:41:58 +02:00
offa
4472085c7d Possible leak fixed. 2015-04-27 18:41:50 +02:00
Snaipe
c583e7e742 [Issue #17] Fixed nested failed asserts not aborting the test 2015-04-14 18:39:40 +02:00
Snaipe
f9d3d318f1 Fixed rare crash where the output provider does not get defined 2015-04-14 17:22:55 +02:00
Snaipe
223fe6b79b [Issue #16] sources with no tests can now compile 2015-04-14 17:15:23 +02:00
Snaipe
795f2d28da Fixed skipped tests not being reported 2015-04-12 16:48:54 +02:00
Snaipe
14aa37594d [Issue #15] Fixed incorrect reporting on setup/teardown crash 2015-04-10 23:21:03 +02:00
Snaipe
8a29e3e792 [Issue #15] Fixed inaccurate statistics on disabled tests 2015-04-10 22:50:30 +02:00
Snaipe
260b88c5d7 Boyscouting 2015-04-10 01:03:58 +02:00
Snaipe
fe65034ecd Preemptively cast size_t's to unsigned long for compatibility issues on localized format strings 2015-04-10 00:33:57 +02:00
Snaipe
e255e5dead Switched to ENABLE_NLS macro instead of rolling our own 2015-04-10 00:30:34 +02:00
Snaipe
55bef02069 Restored full cygwin compatibility (win32 should only be used for timing functions with the cygwin layer) 2015-04-09 22:51:15 +02:00
Snaipe
0782f9a89d [Issue #11] Fixed coverage not being made for forked children 2015-04-09 22:28:24 +02:00
Snaipe
ef2ea42c1a [Issue #12] Merge branch 'features/i18n' into bleeding 2015-04-06 19:28:25 +02:00
Snaipe
633e4c63df Added french translation 2015-04-03 20:45:02 +02:00
Snaipe
24a20253c5 Added i18n initialization 2015-04-01 20:42:21 +02:00
Snaipe
beb9b64eb1 Refactored most of the output for i18n support 2015-03-31 22:13:09 +02:00
Snaipe
09fc65eae3 Default to ascii charset when on a dumb terminal (or cmd.exe) 2015-03-27 19:50:53 +01:00
Snaipe
9374693b66 Added conditional usage display for --pattern 2015-03-27 16:21:03 +01:00
Snaipe
07a5d9a600 Made the pipe handles inheritable 2015-03-27 07:39:33 -07:00
Snaipe
243ed3a8b8 Trying a safer approach for a fork() alternative 2015-03-26 22:18:43 +01:00
Snaipe
f652d174fe Also copy the heap 2015-03-26 14:49:09 +01:00
Snaipe
419d80639f Added missing jmp_buf type 2015-03-25 20:24:41 +01:00
Snaipe
bbb107e8da Fixed some issues on windows 2015-03-25 20:23:06 +01:00
Snaipe
e9f0dfb572 Added fnmatch conditional for Windows portability 2015-03-25 19:58:51 +01:00