]> granicus.if.org Git - check/shortlog
check
2014-01-04 brarcherAdd test for setting invalid for status
2014-01-04 brarcherAdd new test case for Check error printouts
2014-01-04 brarcherdo not compile in msg and fork tests suites if fork...
2014-01-04 brarcherAdd /* HAVE_FORK */ comment
2014-01-04 brarchercheck_run.c: also check HAVE_FORK==0 for fork disabled
2014-01-04 brarchercheck.c: remove tr_reset()
2014-01-04 brarchercheck.c: remove debug
2014-01-04 brarchercheck_check_sub: add tests for suite_tcase(NULL,NULL)
2014-01-04 brarchercheck.h: export suite_tcase() function
2014-01-02 brarchercmake: install check.h from the src directory
2014-01-02 brarchercmake: only run shell unit tests if sh interpreter...
2014-01-02 brarcherNEWS: mention status of MSVC: check_check passes
2014-01-02 brarchercmake: remove HAVE_* for snprintf in config.h.in
2014-01-02 brarchercmake: move snprintf definitions to make cmake file
2014-01-02 brarchercmake: do not check HAVE__SNPRINTF
2014-01-02 brarchercmake: add printf entries to config.h.in
2014-01-02 brarchercmake: remove many unneeded entries in config.h.in
2014-01-02 brarcherlibcompat: remove ; from #defines
2014-01-02 brarcherCheck for MEMORY_LEAKING_TESTS_ENABLED consistently
2014-01-02 brarcherCheck for __GNUC__ consistently
2014-01-02 brarcherAlways check HAVE_FORK==1 if defined
2014-01-02 brarcherlibcompat: put snprintf defines in libcompat.h
2014-01-02 brarcherlibcompat: do not use _snprintf even if available
2014-01-02 brarchercmake: add definitions for remaining printf functions
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
next