Commit graph

1210 commits

Author SHA1 Message Date
Snaipe
c5d9172c3d Fixed cross-compiling of cmake subprojects 2016-02-19 21:10:15 +01:00
Franklin Mathieu
c5148d74a2 Merge pull request #104 from a1lu/bleeding
Added missing licenses on stdio_filebuf.hxx and stream.hxx
2016-02-18 12:26:08 +01:00
ailu
70a5b88763 added licenses 2016-02-18 07:31:57 +01:00
Snaipe
e53f3892d5 Merge branch 'features/new-logging' into bleeding 2016-02-18 00:25:45 +01:00
Snaipe
4b093d2a3e Added documentation on logging functions 2016-02-18 00:05:15 +01:00
Snaipe
99b10d443c Added message splitting on line feed 2016-02-18 00:05:15 +01:00
Snaipe
9bc0da9e83 Added C++ stream interface for logging 2016-02-18 00:05:15 +01:00
Snaipe
4241b4e517 Added cram test for log.c 2016-02-18 00:05:15 +01:00
Snaipe
9e0a746a2e Fixed typo in deprecation macro 2016-02-18 00:05:15 +01:00
Snaipe
8ab938d06d Added deprecation for old criterion logging macros 2016-02-18 00:05:15 +01:00
Snaipe
b8bfa34c22 Added simple message logging from a test worker 2016-02-18 00:05:14 +01:00
Snaipe
41bfaa189d Fixed pot files being updated when only the timestamp changed 2016-02-17 18:00:57 +01:00
Snaipe
ec5c8958cb Fixed naming convention conflicts for internal variables used by the implementation of cr_assert 2016-02-16 17:47:02 +01:00
Snaipe
1f674d3ffb Fixed empty format string warning with GCC 4.8 2016-02-16 17:35:14 +01:00
Snaipe
1d944471d3 Removed google analytics beacon from README 2016-02-14 23:12:19 +01:00
Snaipe
28007ab67e Added missing array include for asserts.cc 2016-02-13 15:09:31 +01:00
Snaipe
24f90ea817 Fixed array comparison assert samples 2016-02-13 13:20:10 +01:00
Snaipe
d5518956cb Updated po file line numbers 2016-02-13 13:05:41 +01:00
Snaipe
9f11303552 Merge remote-tracking branch 'ailu1/translation/german' into bleeding 2016-02-13 12:55:46 +01:00
ailu
dabee4470f added german translation 2016-02-13 11:15:06 +01:00
commit
f442488f19 Visibility change:
The numbers next to Failing and Crashing in the text synthesis will not be printed red, if they are zero.
2016-02-11 14:31:35 +01:00
Snaipe
8c1c9c05ee Fixed file-to-file comparison assert message being corrupted 2016-02-10 23:27:51 +01:00
Snaipe
f0541e86fa Reformatted chat rooms into a table in README & changed logo accreditation [ci skip] 2016-02-07 03:43:55 +01:00
Snaipe
d539c12b5d Fixed Error NTSTATUS-es not being reported as crashes 2016-02-07 02:50:07 +01:00
Snaipe
4636358398 Manually added cram shell path for appveyor builds 2016-02-06 23:06:53 +01:00
Snaipe
7a847952b6 Fixed Cram module environment expansion and python binary for cram tests on appveyor 2016-02-06 22:41:08 +01:00
Snaipe
80bd1fe829 Fixed linkage issues with nanomsg 2016-02-06 22:15:44 +01:00
Snaipe
ba195d3c9f Updated nanomsg patch for Windows API setting 2016-02-06 19:30:55 +01:00
Snaipe
91b2fdb180 Updated nanomsg patch for fixed WIN32 checks for fork strategies 2016-02-06 19:01:39 +01:00
Snaipe
a1d9ff5a00 Updated nanomsg patch for correct cmake behaviour 2016-02-06 18:47:28 +01:00
Snaipe
e949ec107b Downgraded minimum cmake version of patched nanomsg to 2.8.7 2016-02-06 18:08:24 +01:00
Snaipe
5e2d8fe57b Removed unused include 2016-02-06 17:38:35 +01:00
Snaipe
1980319d0d Switched nanomsg patch to cmake build system 2016-02-06 17:37:11 +01:00
Snaipe
570c232622 Fixed version badge timing out [ci skip] 2016-02-06 15:17:39 +01:00
Snaipe
73d8ecd61e Fixed '0: bad file descriptor' at configure time for nanomsg on appveyor builds 2016-02-06 14:39:55 +01:00
Snaipe
d028534312 Compile nanomsg with autotools if using MinGW 2016-02-06 04:25:41 +01:00
Snaipe
744eb31101 Added proper platform checks for strtok_r 2016-02-06 04:02:17 +01:00
Snaipe
0d3d986c7b Fixed MinGW-w64 pointer size conversion warnings 2016-02-06 03:20:10 +01:00
Snaipe
2c0db0853c Fixed wrong cmake installation on appveyor builds 2016-02-06 03:05:04 +01:00
Snaipe
f64b2aba2a Changed appveyor config to use MSYS2 + MinGW-w64 instead of MinGW/MSYS 2016-02-06 02:37:10 +01:00
Snaipe
f4cccfec3f Fixed windows runner exiting before the death of all wait threads 2016-02-06 01:13:57 +01:00
Snaipe
1d2a5c2376 Bump Windows API requirement to Vista and later 2016-02-06 01:12:35 +01:00
Snaipe
223af17ddc Updated nanomsg patch to latest 2016-01-30 18:40:29 +01:00
Snaipe
04042ab71a Revert "Switched from nanomsg to zeromq temporarily until the fork patch works"
This reverts commit 4af745bf88.
2016-01-28 23:43:23 +01:00
Franklin Mathieu
98fbab0afd Merge pull request #100 from MrAnno/fix-docs-assert_arr-params
Fixed doc/assert: missing size parameter
2016-01-28 13:07:41 +01:00
László Várady
9285ea6e96 Fixed doc/assert: missing size parameter
Size parameter was missing from cr_assert_arr_eq and cr_assert_arr_neq.
2016-01-28 12:59:00 +01:00
Snaipe
4af745bf88 Switched from nanomsg to zeromq temporarily until the fork patch works 2016-01-27 21:08:33 +01:00
Snaipe
5b4f724ccf Fixed external suite stats memory leak 2016-01-26 20:55:00 +01:00
Snaipe
2b1b823db0 Fixed use after frees & deadlocks in the child pump 2016-01-23 12:26:30 +01:00
Snaipe
83e96cbded Removed OS X from the allowed travis build failures 2016-01-23 10:56:37 +01:00