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