]> granicus.if.org Git - check/shortlog
check
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
2013-12-17 brarcherfix potential leaks when assigning result message
2013-12-17 brarcherAdd comment, mentioning time resolution of stored duration
2013-12-17 brarcherMove NANOS_PER_SECONDS to check_impl.h with other time...
2013-12-17 brarcherAdd #define for US_PER_SEC, to avoid magic numbers
2013-12-17 brarcherAdd *.tap to CLEANFILES
2013-12-17 brarcheradd test_tap_output.sh to EXTRA_DIST
2013-12-17 brarcherdoc: add link to TAP specification.
2013-12-17 brarcherAdd unit tests for TAP logging setup functions
2013-12-17 brarcherAlways remove test output before running new test
2013-12-17 brarcheruse variable OUTPUT_FILE for tests that check logging...
2013-12-17 brarcheradd support for descriptions in TAP logging
2013-12-17 brarcherNEWS: mention logging support for TAP
2013-12-17 brarcherdoc: update to mention TAP logging
2013-12-17 brarcherAdd steps to release for updating index.html page
2013-12-17 brarcherAdd make target for updating check's landing page
2013-12-17 brarcherseparate releasevars into two tasks for version and...
2013-12-17 brarcherAdd to NEWS information on refactoring check's asserts
2013-12-17 brarcherspacing
2013-12-17 brarcherAdd comments on the meanings of the logging events
2013-12-17 brarcherAdd tests for tap logging
next