]> granicus.if.org Git - check/shortlog
check
2014-01-06 brarchercmake: configure test_vars in the tests' CMakeLists.txt
2014-01-06 brarcherweb: add help for compiling Check with MSVC
2014-01-06 brarcherweb: add help for compiling check using Visual Studios
2014-01-06 brarcherNEWS: update with info on new Check unit tests
2014-01-04 brarchertest_output.sh: fix typo in variable name
2014-01-04 brarcheronly test test_invalid_set_fork_status if not mem leak...
2014-01-04 brarchercheck_run.c: remove unreachable code
2014-01-04 brarchercheck_check_pack: add tests for using pack(), upack...
2014-01-04 brarchertest_output.sh: add tests for srunner_print()
2014-01-04 brarchertest_output.sh: spacing
2014-01-04 brarchertest_output.sh: separate progress and result from expec...
2014-01-04 brarcherex_output.c: add new output mode STDOUT_DUMP
2014-01-04 brarchercheck_log.c: remove unnecessary checks for CK_ENV
2014-01-04 brarchertest_output.sh: spacing
2014-01-04 brarcherAdd tests for CK_VERBOSITY env var
2014-01-04 brarchertest_output.sh: do not include leading 'x' in expected...
2014-01-04 brarchertest_output.sh: rename variables to make sense
2014-01-04 brarcheradd test for check_list_advance(NULL)
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
next