Commit graph

104 commits

Author SHA1 Message Date
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
Snaipe
5247808140 Renamed asprintf to cr_asprintf for compatibility 2015-09-08 22:12:22 +02:00
Snaipe
4d114fdd38 Changed the assert interface to accept a format string 2015-09-08 18:49:24 +02:00
Snaipe
aca092b9d6 Refactored CLI parameter handling in its own function for reusability 2015-09-07 15:27:15 +02:00
Snaipe
416b034fe1 Made the interface C++11-compatible 2015-09-07 01:15:31 +02:00
Snaipe
7577cf8940 Fixed all criterion-related warnings with MSVC 2015-09-06 07:23:21 -07:00
Snaipe
9499590ad4 Don't set gcc-specific flags on VC 2015-09-05 15:47:47 -07:00
Snaipe
690c88e0c3 Removed .def file generation 2015-09-06 00:45:20 +02:00
Snaipe
b4b6b611ea Restored NLS back 2015-09-06 00:44:45 +02:00
Snaipe
734dad4390 Temporarily removing uninstall goal to support IDEs cmake targets 2015-09-06 00:44:10 +02:00
Snaipe
45fc694639 Marked with dllexport/import API functions 2015-09-06 00:37:30 +02:00
Snaipe
da4e9ccdfc Disabled Safe SEH for MSVC builds 2015-09-06 00:37:30 +02:00
Snaipe
4bad96df64 Added linking to wingetopt 2015-09-06 00:37:30 +02:00
Snaipe
f67bed8dba Added wingetopt to dependencies 2015-09-06 00:37:30 +02:00
Snaipe
6b3ba2f1bb Fixed .def output path 2015-09-05 08:58:46 -07:00
Snaipe
09661568d7 Added .def file generation on windows 2015-09-05 17:48:11 +02:00
Snaipe
90711d4ae1 Fixed coveralls output to report only criterion 2015-09-04 03:32:19 +02:00
Snaipe
164f334ea1 Included submodule update in cmake module 2015-09-04 03:03:40 +02:00
Snaipe
16aae06e79 Made the build system also build the dependencies 2015-09-04 02:47:06 +02:00
Snaipe
d8668e3ed8 Added cmake dyncall dependency search 2015-09-03 18:26:32 +02:00
Snaipe
c9501805b6 Added support for theories 2015-09-03 06:38:44 +02:00
Snaipe
2e94e558c1 Added tests on ordered-set 2015-08-21 06:30:20 +02:00
Snaipe
883088e2a5 Added conditional pattern test activation 2015-08-21 00:26:51 +02:00
Snaipe
de0a0857c7 Fixed gettext translations not being registered & updated french translation 2015-08-06 00:23:22 +02:00
Snaipe
74467b7be8 Made -no-undefined windows only (fixes OSX compilation) 2015-08-05 09:45:54 +02:00
Snaipe
3869b864d3 Bump version: 1.3.0 → 1.3.1 2015-08-05 07:13:56 +02:00
Snaipe
4e36f68ff3 [v1.3.0] Merge branch 'bleeding' (Version release)
Changelog:
criterion: version 1.3.0
* Turned the library into a shared library.
* Added extended globbing for --pattern (requires PCRE)
* Switched to a CMake build system
* Fixed windows builds & output
* Added basic windows SEH-to-signal translator
2015-08-05 06:56:27 +02:00
Snaipe
6ba2497b54 Added runtime destination for windows cmake install rule 2015-08-04 17:07:29 +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
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
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
2b2bdcde14 Bump version: 1.2.2 → 1.2.3 2015-07-30 14:00:29 +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