Commit graph

300 commits

Author SHA1 Message Date
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
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
e093954b56 Fixed typo in cmake tests & reordered configuration file generation to execute after option handling 2015-07-31 12:01:02 +02:00
Snaipe
59e5836046 Fixed extmatch functionality always being ignored 2015-07-31 11:54:10 +02:00
Snaipe
4901e8b029 Display after-failure test logs on CI scripts 2015-07-31 11:47:35 +02:00
Snaipe
9fa44c1b1c Fixed libintl not being found in libc & made the test scripts call sh on
windows
2015-07-31 09:06:48 +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
0e879aa34b Added libintl checks & linking for ENABLE_NLS 2015-07-31 08:02:09 +02:00
Snaipe
f8bb64ace7 Added conditional extmatch.{c,h} compilation if PCRE is here or not 2015-07-31 07:44:32 +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
90bacdd603 Fixed libcsptr not being detected in the CI cmake script 2015-07-31 02:46:54 +02:00
Snaipe
a58dd92c84 Fixed appveyor build & libcsptr installation 2015-07-31 01:54:42 +02:00
Snaipe
4553a50f46 Fixed missing initializer warning 2015-07-30 23:17:03 +02:00
Snaipe
a8bec0a0f6 Updated libcsptr to use gcc 4.6 2015-07-30 23:14:09 +02:00
Snaipe
f7b32fcecf Switched to gcc 4.8 2015-07-30 22:40:00 +02:00
Snaipe
c22af6bb37 (Hopefully) fixed appveyor & windows builds 2015-07-30 22:02:34 +02:00
Snaipe
b8577506cd Added git details to coveralls upload 2015-07-30 17:00:50 +02:00
Snaipe
0fde580e06 Fixed Coveralls cmake module 2015-07-30 16:23:22 +02:00
Snaipe
2b2bdcde14 Bump version: 1.2.2 → 1.2.3 2015-07-30 14:00:29 +02:00
Snaipe
5cf91b1310 Fixed bumpversion 2015-07-30 14:00:08 +02:00
Snaipe
5b8a03dfdf Manually added coveralls repo token 2015-07-30 13:49:24 +02:00
Snaipe
94eb430dd0 switched coveralls upload job to a cmake solution 2015-07-30 13:11:54 +02:00
Snaipe
d435c34d36 Fixed coverage on travis builds 2015-07-30 12:22:31 +02:00
Snaipe
2965f85b4a Updated travis build to use GCC5 2015-07-30 12:10:08 +02:00
Snaipe
d4b960fe61 Made the build system cmake 2.8 compliant 2015-07-29 17:56:24 +02:00
Snaipe
1a86d27ccd Fixed cmake version & switched travis config to use containers 2015-07-29 17:22:59 +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
f4e15161f3 Switched build system to cmake for easier windows builds 2015-07-29 13:31:28 +02:00
Snaipe
b66afed4cc Fixed travis build 2015-07-29 12:26:13 +02:00
Snaipe
b20c42059b Added tests again in the build system 2015-07-29 11:58:51 +02:00
Snaipe
30515e5bcc Excluded out-of-source build folder from gitignore 2015-07-28 22:45:18 +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
5f3842c822 Removed m4 folder 2015-07-28 19:05:38 +02:00
Snaipe
e48bd7c037 Switched build system to cmake 2015-07-28 19:03:46 +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
1b635dccdc Made criterion a shared library 2015-05-03 23:24:29 +02:00
Snaipe
6ba229cae3 Temporarly dropped support for windows 2015-05-03 23:10:14 +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
Franklin Mathieu
74291d98a1 Merge pull request #23 from offa/leakfix
Possible leak fixed
2015-04-27 18:56:03 +02:00
offa
4472085c7d Possible leak fixed. 2015-04-27 18:41:50 +02:00