]> granicus.if.org Git - check/shortlog
check
2014-01-02 brarchercmake: add checks for remaining printf functions
2014-01-02 brarchercmake: enable unit test test_check_nofork.sh
2014-01-02 brarchercmake: extract check version from configure.ac
2014-01-02 brarchercmake: remove unnecessary check for strerror()
2014-01-02 brarchercheck_check_sub: sleep during test_eternal
2014-01-02 brarcherlibcompat: remove replacement for sleep()
2014-01-02 brarcherlibcompat: remove unsetenv replacement
2014-01-02 brarcherlibcompat: remove putenv replacement
2014-01-02 brarchercmake: remove unnecessary check for getenv()
2014-01-02 brarcherlibcompat: do not offer to replace setenv
2014-01-02 brarcherreplace how setenv availability is detected
2013-12-31 brarchertest_xml_output: do not use -n with echo
2013-12-31 brarcherautotools: include pthread.h when checking for clockid_...
2013-12-27 brarcherconsolidate all output tests into ex_output.c
2013-12-27 brarcherautotools: do not make ex_*_output tests
2013-12-27 brarchercmake: do not make the ex_*_output tests
2013-12-25 brarchercmake: always set a value for ENABLE_SUBUNIT
2013-12-25 brarchercmake: remove fake subunit check
2013-12-25 brarchercmake: fix subunit lib check
2013-12-25 brarchercmake: create a check_stdint.h file
2013-12-25 brarcherremove stray ` in file
2013-12-25 brarcherlibcompat: add CK_DLL_EXP to all functions
2013-12-25 brarcherAdd CK_DLL_EXP for all functions in libcheck
2013-12-25 brarchercmake: Add definitions for snprintf if replacement...
2013-12-25 brarchercmake: remove unnecessary checks
2013-12-25 brarcherlibcompat: remove fileno() replacement
2013-12-25 brarcherlibcompat: remove read() and write() checks
2013-12-25 brarcherlibcompat: remove pipe() replacement
2013-12-25 brarchersnprintf: fix some compile time checks for MSVC
2013-12-25 brarcheruse only FILE* API for file reading/writing
2013-12-25 brarchercheck_msg.c: make open_tmp_file not static
2013-12-25 brarchercheck_check_exit: remove unnecessary unistd.h include
2013-12-25 brarcherlibcompat: if _snprintf is available instead, us it
2013-12-25 brarchercmake: use libcompat's snprintf if not available on...
2013-12-25 brarchercmake: add check for struct itimerspec for MSVC
2013-12-25 brarcherclock_gettime: remove some header includes, they are...
2013-12-25 brarchercmake: add checks for librt functions
2013-12-25 brarchermodify how HAVE_FORK is determined in code
2013-12-25 brarcherAdd paren around if block
2013-12-25 brarcherFix fileno(get_pipe()) for MSVC
2013-12-25 brarchercmake: only replace libcompat if all possibilities...
2013-12-25 brarchercmake: add check for struct timespec for windows
2013-12-25 brarchercmake: add content to endifs
2013-12-25 brarchercmake: add check for clockid_t
2013-12-25 brarchercmake: use set() to set HAVE_FORK variable
2013-12-25 brarchercmake: set HAVE_FORK=0 if fork is unavailable
2013-12-25 brarchercmake: enable remaining tests
2013-12-25 brarchercmake: set srcdir env var for shell script test runners
2013-12-25 brarchercmake: detect floor in math lib, as that is what is...
2013-12-25 brarchercmake: enable unit testing with check_check
2013-12-25 brarchercmake: generate test_vars file for sh script tests
2013-12-25 brarchercmake: add check for subunit
2013-12-25 brarcherlibcompat.h: Correct HAVE_SETENV
2013-12-25 brarchercmake: always compile in memory leaking tests
2013-12-25 brarchercmake: define HAVE_FORK if fork is detected
2013-12-25 brarchercmake: remove TIMEOUT_TESTS_ENABLE=0
2013-12-25 brarcheradd clock_t & timer_t to configure.ac and CMakeLists...
2013-12-25 brarcherIf CK_FORK_GETENV is set, only set CK_FORK if HAVE_FORK
2013-12-25 brarcherlibcompat.h: include sys/time.h only if it is available
2013-12-25 brarcherlibcompat: add alternative for gettimeofday
2013-12-25 brarcherlibcompat.h: rename several functions if the _ variant...
2013-12-25 brarcherlibcompat.h: Include additional headers if MSVC
2013-12-25 brarchersleep.c: use Sleep() if MSVC
2013-12-25 brarcherlocaltime_r.c: provide additional alternatives
2013-12-25 brarcherspacing
2013-12-25 brarcherInitial commit of cmake support, based on mloskot patch
2013-12-23 brarchertest_xml_output: add tests for valid duration for tests
2013-12-23 brarchermove clock_gettime calls outside of setjmp context...
2013-12-22 brarcherweb: remove mention that unit tests fail on GNU/Hurd
2013-12-22 brarchercheckmk: change POSIX bracket expressions to be compati...
2013-12-21 brarcherHACKING: Add information on updating just the website
2013-12-21 brarcherweb: Mention Install page in Supported Platforms section
2013-12-21 brarcherweb: mention GNU/Hurd and BSD in Supported Platforms...
2013-12-21 brarcherweb: set style for lists
2013-12-21 brarcherweb: add install page, describing how to install Check
2013-12-21 brarcherlibrt_timers.m4: use prev behavior when cross compiling
2013-12-21 brarcherindex.html: Add link for browsing current Check source
2013-12-19 brarcherDo not include memory leaking tests in check_mem_leaks
2013-12-19 brarcherMark the test_null unit test as leaking memory
2013-12-19 brarcherAdd #define for disabling unit tests that intentionally...
2013-12-19 brarcherremove check_mem_leaks from "make check"
2013-12-19 brarchertry to add check_mem_leaks back into "make check"
2013-12-19 brarchertest_mem_leaks.sh: use libtool to invoke check_mem_leaks
2013-12-19 brarchercheck_mem_leaks: trim down to only use libcheck
2013-12-19 brarcherRemove check_mem_leaks from "make check"
2013-12-19 brarcherAdd check_mem_leaks.sh to EXTRA_DIST
2013-12-19 brarcherNEWS: add lines near the top that happen to mention...
2013-12-18 brarcherNEWS: update with recent additions
2013-12-18 brarcherindex.html: mention OpenBSD support.
2013-12-18 brarcherconfigure.ac: use the librt_timer.m4 checks
2013-12-18 brarcherlibrt_timers.m4: check if timer_create() is usable
2013-12-18 brarchertest_mem_leak.sh: add convenience script for running...
2013-12-18 brarchercheck_mem_leaks: add new unit test for use against...
2013-12-18 brarcherconfigure.ac: add option to force Check's replacement...
2013-12-18 brarcher.gitignore: remove checkmk, but add CMakeLists.txt
2013-12-18 brarchercheckmk: tcase_add_loop_test support in checkmk
2013-12-17 brarchercheck_run: add parenthesis
2013-12-17 brarchercheck_check_fixture: free suite runners when finished
2013-12-17 brarchercheck_check_msg: use proper free for TestResult
2013-12-17 brarchercreate function for freeing a TestResult
next