Sebastian Pipping
|
df42f935bf
|
Increase precision in existing MIT headers based on Git history
|
2021-05-02 19:53:29 +02:00 |
|
clang-format
|
d248bbd940
|
Mass-apply clang-format 9 using ./apply-clang-format.sh
|
2019-08-03 21:31:44 +02:00 |
|
Sebastian Pipping
|
a704c940a4
|
Inline copyright headers with C/C++ code where missing (#116)
|
2017-08-12 21:02:41 +02:00 |
|
Sebastian Pipping
|
5f51145401
|
Move to C99 (#73) and fix ULL integer literals (#69)
|
2017-07-12 18:47:37 +02:00 |
|
Sebastian Pipping
|
7c715a9d3c
|
Fix __func__ for -std=c89 with GCC 5.4.0 (fixes #12)
GCC 5.4.0 does not define __STDC_VERSION__ when -std=c89 is passed.
|
2017-03-08 22:25:37 +01:00 |
|
Sebastian Pipping
|
f00e1d752a
|
Handle lack of __func__ with ISO C90
Bug reported by László Böszörményi
|
2016-06-04 22:17:03 +02:00 |
|
Sebastian Pipping
|
934bcb0ac6
|
Address warnings on const correctness
|
2016-03-28 21:18:29 +02:00 |
|
Karl Waclawek
|
cd7f0cdc29
|
Added Windows project files (same VC++ 6.0 format as the others) and
modified minicheck.h to build under Windows.
|
2012-02-21 03:49:47 +00:00 |
|
Fred L. Drake, Jr.
|
3e3b98df8a
|
- suppress compiler warning when the tests are built with C++
- remove non-implemented forking API from minicheck; it is not used, and
we always use minicheck instead of check
|
2006-07-01 02:34:50 +00:00 |
|
Karl Waclawek
|
65fb6b9167
|
Applied patch #1437840. Fix for bugs #1414066 and #1033965 .
|
2006-03-06 14:24:36 +00:00 |
|
Fred L. Drake, Jr.
|
99682bfd28
|
implement verbose mode in minicheck to make it easier to determine which
tests failed
|
2005-01-28 06:32:31 +00:00 |
|
Fred L. Drake, Jr.
|
467731ab14
|
make the headers for support code more C++ friendly
|
2004-09-30 04:58:09 +00:00 |
|
Fred L. Drake, Jr.
|
1044e5b3e1
|
- avoid using the "check" library's suite_free() function; it is not
available in all versions of the library, and srunner_free() is
sufficient
(closes SF bug #985192)
- avoid some compiler warnings
|
2004-07-15 22:54:19 +00:00 |
|
Fred L. Drake, Jr.
|
d1df594ca2
|
If the check library is not available, use an abbreviated implementation of
the check API. This allows the unit and regression tests to be run on any
system without requiring an external package.
|
2004-04-30 03:18:11 +00:00 |
|