]> granicus.if.org Git - check/shortlog
check
2013-12-17 brarcherAdd comments on the meanings of the logging events
2013-12-17 brarcherAdd tests for tap logging
2013-12-17 brarcheradd support for logging in TAP format
2013-12-17 brarcherremove stray ;
2013-12-17 brarchercheck.h: only mark _ck_assert_failed as noreturn when...
2013-12-16 brarcherchange how assertions are called, to support source...
2013-12-16 brarcherweb: change link font size to be identical to left...
2013-12-16 brarcherdoc: make it clear that autotools is not necessary...
2013-12-16 brarcherweb: add banner for CloudBees, and link at bottom of...
2013-12-16 brarcherweb: add tab to tutorial
2013-12-16 brarchercheck.texi: add border around all source file examples
2013-12-16 brarcherweb: change layout of landing page
2013-12-16 brarchercheck_check_pack: remove unnecessary assignment
2013-12-07 brarcherMove Branden Archer to the maintainer's list
2013-12-07 brarcherfix ck_assert_ptr_* causing const compilation warnings
2013-11-05 brarcherrestore development header to NEWS
2013-11-05 brarcher* Update for release
2013-11-05 brarchertest*_output.sh: append SRCDIR to filenames
2013-11-05 brarcheradd check_stdint.h to DISTCLEANFILES
2013-11-05 brarchertest_vars: grab the srcdir variable
2013-11-05 brarcherAdd a .gitignore file
2013-11-05 brarcherupdate svn URL in release process
2013-10-30 brarcher* Update for release
2013-10-30 brarcherUpdate for release
2013-10-30 brarcherTODO: note Cygwin and MinGW support for v0.9.11
2013-10-24 brarcherNEWS: add info on support for MinGW/msys environment...
2013-10-24 brarcherchange check for valid clockid
2013-10-21 brarcherconfigure.ac: do not compile with -ansi for now
2013-10-21 brarcherconfigure.ac: also use pthread.h for time struct checks
2013-10-21 brarcherconfigure.ac: move pthread check earlier
2013-10-21 brarchercheck_check_exit.c: Include libcompat.h
2013-10-21 brarcherconfigure.ac: remove left over debug
2013-10-14 brarchersnprintf: disable 'long long', as is not supported...
2013-10-14 brarchersnprintf: remove missing default case warning
2013-10-14 brarchersnprintf: removing missing prototype warnings
2013-10-14 brarcherFix enable_fork check
2013-10-14 brarcherAdd configure option to force snprintf replacement
2013-10-06 brarcherSilence warning about missing exit() prototype
2013-10-06 brarcherPrevent setting a timeout with fork unavailable
2013-10-06 brarcherDo not compile set env functions without a working...
2013-10-06 brarcherSilence warning about no new line at end of file
2013-10-04 brarcherDo not compile unused tests
2013-10-04 brarchersilence warning about wrong type passed to localtime_r
2013-10-04 brarchersilence warning about invalid prototype
2013-10-04 brarchersilence warnings about unused parameters if fork is...
2013-10-04 brarchersilence warning about ck_do_nothing being able to return
2013-10-03 cpickett* allow silent rules (don't show compiler flags)
2013-10-03 brarcherChange %p to %#x for printing pointers
2013-10-03 brarcherDon't declare localtime_r when it's a macro
2013-10-03 brarcherRemove -Werror from automake
2013-10-02 brarcherUpdate NEWS with MinGW support.
2013-10-02 brarcherDefine 'struct timespec' if unavailable in time.h
2013-10-01 brarcherClarify NEWS about MinGW-w64 support - no fork used
2013-10-01 brarcherUpdate NEWS with information on Cygwin support for...
2013-10-01 brarcherIf clocks are not defined, set to (hopefully) invalid...
2013-10-01 brarcherDefine monotonic and realtime clock, even if librt...
2013-10-01 brarcherRemove warnings about combining initialization and...
2013-10-01 brarcherRemove warning about undeclared function ck_strdup_printf
2013-10-01 brarcherinitialize both elements in timespec
2013-09-28 brarcherif tmpfile() fails, remember the filename and delete...
2013-09-28 brarcherPrint an error if nothing is read from punpack()
2013-09-28 brarcherIf tmpfile() fails, try to make a unique file with...
2013-09-28 brarcherUpdate NEWS with information on MinGW-w64/wine support
2013-09-28 brarchertest_xml_output: removing stray ${3}
2013-09-28 brarchertest_log_output: Fixed typo in test
2013-09-28 brarcherFix how tests remove \r characters
2013-09-28 brarcherFix small text errors in test's help output.
2013-09-28 brarcherDo not make decision based on fork status for which...
2013-09-28 brarchercheck_check: do not run tests using setenv if unavailable
2013-09-27 brarchertest_check_nofork: removing assumption that HAVE_FORK...
2013-09-27 brarchertest_output: removing assumption that HAVE_FORK=0 impli...
2013-09-27 brarchertest_log_output: removing assumption that HAVE_FORK...
2013-09-27 brarchertest_xml_output: remove check for -1 in durations
2013-09-27 brarchertest_xml_output: removing assumption that HAVE_FORK...
2013-09-27 brarcherOnly use signals if fork is available
2013-09-27 brarcherallow disabling fork, to test for systems without fork
2013-09-26 brarcherdisable exit tests if fork is unavailable
2013-09-26 brarcherdisable checked signal tests if fork is unavailable
2013-09-26 brarcherDisable checked fixtures if fork is unavailable
2013-09-26 brarcherChanging the value passed to malloc to be size_t instea...
2013-09-23 brarcherThe number of elements in a list is now unsigned
2013-09-23 brarcherDisable warning from implicit cast of double to time_t...
2013-09-23 brarcherAdd noreturn attribute to select functions and added...
2013-09-23 brarcherAdding warning flags
2013-09-23 brarcherAdding a missing case in a switch statement
2013-09-23 brarcherThe mutex cleanup function is now declared as static
2013-09-23 brarcherDetermine at runtime which clockid_t to use for clock_g...
2013-09-23 brarcherUse clockid_t in prototype for clock_gettime
2013-09-23 brarcherDo not expect the duration for no-fork mode tests to...
2013-09-23 brarcherinitialize timespec's to {0}
2013-09-23 brarchermodify test_xml_output.sh to compare output based on...
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
next