2013-09-23 |
brarcher | modify test_log_output.sh to compare output based on... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
brarcher | modify test_check_nofork.sh to compare output based... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | modify test_output.sh to compare output based on HAVE_FORK |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Do not run test_exit if fork is unavailable |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | export HAVE_FORK to testing shell scripts |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Remove explicit set of CK_NOFORK when fork is unavailable |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Add test for setting CK_FORK mode |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Post an error if a fork mode is set and fork is unavailable |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Set default fork mode to CK_NOFORK if fork is unavailable |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | check_check: do setup regardless of availability of... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Update NEWS file with information on MinGW-w64 builds |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | If fork unavailable, run tests with CK_NOFORK |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | skip tests requiring setenv if none is available |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | skip test_setup without fork |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Do not run test_early_exit without fork |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Do not run signal tests without fork() |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Do not run test_mark_lno without fork() |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Only run timeout tests if fork is available on system |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Run fork tests if fork() is defined on system |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Add comments at end of #endif |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Move stdint include to libcompat |
commit | commitdiff | tree | snapshot |
2013-09-22 |
brarcher | Replace _POSIX_VERSION with more specific checks |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | If CLOCK_MONOTONIC is not supported, try CLOCK_REALTIME |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | Use setitimer in timer_* fallbacks |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | Update NEWS to mention Check compiles for Windows using... |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | Update AUTHORS |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | Always try alternative to tmpfile() if necessary |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | Use EXEEXT in unit test running scripts |
commit | commitdiff | tree | snapshot |
2013-09-21 |
brarcher | add EXEEXT to test_vars |
commit | commitdiff | tree | snapshot |
2013-09-12 |
cpickett | * update index.html from 3.2 to 4.01 |
commit | commitdiff | tree | snapshot |
2013-09-12 |
cpickett | * don't clean check_stdint.h which is generated by... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
brarcher | Adding alarm.c to libcompat |
commit | commitdiff | tree | snapshot |
2013-07-21 |
brarcher | Add alarm() to libcompat for platforms that do not... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
brarcher | Do a forward declaration of "struct sigevent" |
commit | commitdiff | tree | snapshot |
2013-07-21 |
brarcher | Add a missing comment at the end of a #ifdef block |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | Clean check_stdint.h |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2013-04-18 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2013-02-25 |
cpickett | * ignore a bunch of generated files |
commit | commitdiff | tree | snapshot |
2013-02-25 |
cpickett | * rename m4_ax_create_stdint_h.m4 to ax_create_stdint_h.m4 |
commit | commitdiff | tree | snapshot |
2013-02-16 |
brarcher | Add to NEWS file |
commit | commitdiff | tree | snapshot |
2013-02-16 |
brarcher | Use AC_CREATE_STDINT_H instead of AC_CHECK_HEADERS |
commit | commitdiff | tree | snapshot |
2013-02-12 |
cpickett | * clarify a couple things |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * clean up AUTHORS, and split lists into maintainers... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * flip conditionals around in setup_pipe so that it... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * fix dead link on web index.html, closing bug 3592019 |
commit | commitdiff | tree | snapshot |
2013-02-09 |
cpickett | * use AC_SUBST in configure.ac to replace @HAVE_STDINT_... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * undo the last change |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * take out use of HAVE_CONFIG_H and HAVE_STDINT_H from... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * added note about Automake 1.11.3 on OS X |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Add equivalent uint variants for __ck_assert_int... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Support 64bit int for __ck_assert_int. Patch from... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Autoconf support for uint32_t. Patch from bug #3600421 |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Fix compatibility with automake older than 1.12 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
cpickett | * fix up description of how ck_assert_msg behaves |
commit | commitdiff | tree | snapshot |
2013-02-06 |
cpickett | * replace ck_assert with ck_assert_msg |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Only add -lm if the floor function is in the math lib. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Add comment explaining snprintf checks |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Add C99 compliant snprintf to libcompat |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | Fix typo in header file |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | renaming list API to start with check_ |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | Clean up compiler warnings |
commit | commitdiff | tree | snapshot |
2013-01-29 |
cpickett | * use AM_PROG_AR for systems without it |
commit | commitdiff | tree | snapshot |
2013-01-29 |
brarcher | Fix typo in documentation |
commit | commitdiff | tree | snapshot |
2012-12-07 |
hugo303 | * Use leading x to test $GCC for gcov enabling instead... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
brarcher | Adding files that were missed in the previous commit |
commit | commitdiff | tree | snapshot |
2012-11-21 |
brarcher | Allow unit test timeouts to be specified using nanoseco... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Updating documentation to remove using fail* API in... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Updating examples to use alternatives to the fail* API |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Examples in documentation now are diffs showing entire... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
hugo303 | * Calculation of duration for test runs now use clock_g... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
hugo303 | * Added note on 'make doc/check_html' when releasing... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
hugo303 | * Fix numeric typo |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | If the test_check_ntests_run test fails, print the... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | Moving the creation of the suite, to remove a compiler... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | Remove unneeded variable |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | If there is a mismatch on the number of tests to run... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
brarcher | add new ck_assert_ptr_(eq|ne) functions for pointer... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
brarcher | replace unnecessary mention of deprecated fail_unless... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | free created srunner |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | no check for pointer!=NULL before dereferencing it |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix memory leaks |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | replace strcpy with alternative |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix memory leak |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | if fork fails, do not send invalid pid to setpgid |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix compiler warning: subunit header file not found |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | Fixing subunit checking condition in configure.ac |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | removing variable that is written but never read |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | remove tabs, replace with spaces |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | fix printing configure warning message when tex not... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | update NEWS with information on recent checkins |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail_if(expr, msg) with ck_assert_msg... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail_unless() with ck_assert_msg() |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail() with ck_abort_msg() |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | update check.h.in with new check API, and remove refere... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | silence warning regarding ignoring pipe's return value |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | silence warnings when assigning constant string to... |
commit | commitdiff | tree | snapshot |
next |