]> granicus.if.org Git - check/shortlog
check
2015-06-14 brarchercmake: Include time.h on several checks to prevent...
2015-05-07 brarcherCatch SIGINT and SIGTERM and kill running tests
2015-05-07 brarcherChange behavior of calls for fork() on non-fork() platforms
2015-03-15 brarcherupdate AUTHORS file
2015-03-12 brarcherUpdate NEWS
2015-03-12 brarcheradd extra space around comparison operators for assert...
2015-03-12 brarcherDo not remove check.info during 'clean' target
2015-03-12 brarcherUse mkstemp() if available instead of tmpfile() or...
2014-11-28 brarchertests: expect location of file based on srcdir
2014-11-28 brarcheradd test_check_nofork_teardown.sh to EXTRA_DIST
2014-11-28 brarcherChange spacing.
2014-11-28 brarcherreport correct error if teardown after failure in no...
2014-09-23 brarcherautotools: change automake requirement to 1.11.2
2014-08-19 brarcherdoc: change 'mimick' -> 'mimic'
2014-08-19 brarcherdoc: mention that the output from "make check" depends...
2014-08-19 brarcherupdate online docs during updateweb
2014-08-19 brarcherdoc: change phrasing on request for corrections to...
2014-08-19 brarcherdoc: update docs to deprecate AM_PATH_CHECK, mention...
2014-08-19 brarcherdoc: update copyright on docs
2014-07-30 brarchertests: cast output of malloc() to goal type
2014-07-30 brarchertests: add prototype for escape_percent()
2014-07-30 brarcherDo not vsnprintf expression string passed to ck_abort()
2014-07-30 brarchertests: escape % before passing string to ck_abort_msg()
2014-07-27 brarcherweb: add instructions for building on Solaris
2014-07-26 brarcherNEWS: restore in development header
2014-07-26 brarcherweb: update release version on main page
2014-07-26 brarcherUpdate for release
2014-07-26 brarcherweb: add link to solaris buildbot
2014-07-26 brarcher* update for release
2014-07-03 brarchercmake: include getline.c into libcompat if getline...
2014-06-24 brarcherautotools: remove AIX fix for broken xlc v6 compiler
2014-06-24 brarcherProvide getline() if unavailable
2014-06-23 brarcherUse casts when assigning a void*
2014-06-23 brarcherChange name 'new' to something else
2014-06-23 brarcherAdd comment for why test should be CK_FORK mode only
2014-06-23 brarcherrework how line numbers are verified in check_check_sub.c
2014-06-23 brarcherUse proper storage type for print_output
2014-06-23 brarcherPass in print_output to srunner_run_all in test_null
2014-06-23 brarcherCast to ck_result_ctx in test_pack_ctx_limit
2014-06-23 brarcherPass in proper arguments for upack in test_pack_abuse
2014-06-23 brarcherMove sub_nfailed/ntests vars inside check_check_master.c
2014-06-23 brarchercast upack_int() to goal container
2014-06-23 brarcherCase void* to pthread_mutex_t before passing to unlock
2014-06-23 brarcherCase void* to goal container for logging callbacks
2014-06-23 brarchercast value sent to srunner_set_fork_status to fork_status
2014-06-23 brarcherFix data type of internal fork_status variable
2014-06-23 brarcherCase void* to goal container after using Check's lists
2014-06-23 brarcherCase void* to goal container after emalloc()
2014-06-23 brarcherAllow checked fixtures when compiled without fork().
2014-06-23 brarcherUse US_PER_SEC instead of magic number
2014-06-23 brarcherAdd DurationMsg to CheckMsg union
2014-06-23 brarcherInitialize buf before use
2014-06-23 brarcherRemove unused declaration
2014-06-23 brarcherFix checked teardown calls going into infinate loop...
2014-06-23 brarcherCombine checked and unchecked setup handling
2014-06-23 brarcherFix spacing
2014-06-23 brarcherautotools: change check for floor() and __floor()
2014-06-23 brarcherUpdate AUTHORS file
2014-06-19 brarcherUse env to find shell to use
2014-06-19 brarcherautotools: fix floor() check
2014-06-15 brarcherautotools: include flag for AIX only if on AIX
2014-06-15 brarcherautoconf: attempt to find __floor() if floor() is unava...
2014-05-31 brarcherRestore development header in NEWS
2014-05-31 brarcherUpdate for release
2014-05-31 brarcherUpdate for release
2014-05-26 brarcherautoconf: add cflag for Solaris to enable c99 features
2014-05-26 brarcherchange first arg of timer_create to clockid_t
2014-05-21 brarcheronly declare atexit() test if fork is available
2014-05-21 brarcheruse atexit() instead of on_exit() for test
2014-05-12 brarcherUse env to find shell to use
2014-05-09 brarcherremove warnings about prototypes
2014-05-09 brarcherautotools: find compliant sed to use
2014-05-09 brarcherUpdate AUTHORS file
2014-05-07 brarcheradd comment about not using -pedantic flag due to solar...
2014-05-07 brarcherupon test failure, invoke _exit() instead of exit()
2014-05-07 brarcherUpdate NEWS with bug#96 fix
2014-05-07 brarcherfix formatting for ck_assert_(u)int_* calls if using...
2014-04-07 cpickett* add LT_INIT to configure.ac to build .la files
2014-03-05 brarcherexample: use pkg-config to find check
2014-02-19 brarcherinclude signal.h in exit tests
2014-02-17 brarcheradd test for tcase_add_loop_test_raise_signal
2014-02-16 brarcherfix spelling issue in test
2014-02-16 brarcherspacing
2014-02-16 brarcherremove @since tag from fork_status enum
2014-02-16 brarcherMaking doxygen API page is now part of the release
2014-02-16 brarcherweb: reference new API page
2014-02-16 brarcherdoc: include doxygen config used to create API web...
2014-02-16 brarcherFix a few spelling issues in check.h.in
2014-02-16 brarcherRemove documentation at top of check.h.in
2014-02-16 brarcherMake check.h.in Doxygen friendly
2014-02-14 brarcherconfigure.ac: add comment regarding not using -ansi
2014-02-14 brarcherconfigure.ac: print summary at end of configure
2014-02-08 brarcherdoc: add info on using Valgrind to find memory leaks
2014-02-08 brarcherdoc: fix a few spelling mistakes
2014-02-08 brarcherweb: mention logging formats in Check description
2014-02-05 brarcherNEWS: Mention example now works with CMake
2014-02-05 brarcherNEWS: mention fix for check_stdint.h for CMake builds
2014-02-05 brarcherNEWS: Indent last entry
2014-02-05 brarcherexample: Mention that was tested on Windows 7 with...
2014-02-05 brarcherexample: add info on config.h.in, which is part of...
next