]> granicus.if.org Git - check/shortlog
check
2013-04-18 hugo303* Update for release
2013-04-18 hugo303Clean check_stdint.h
2013-04-18 hugo303* Update for release
2013-04-18 hugo303* Update for release
2013-04-18 hugo303* Update for release
2013-04-18 hugo303* Update for release
2013-02-25 cpickett* ignore a bunch of generated files
2013-02-25 cpickett* rename m4_ax_create_stdint_h.m4 to ax_create_stdint_h.m4
2013-02-16 brarcherAdd to NEWS file
2013-02-16 brarcherUse AC_CREATE_STDINT_H instead of AC_CHECK_HEADERS
2013-02-12 cpickett* clarify a couple things
2013-02-11 cpickett* clean up AUTHORS, and split lists into maintainers...
2013-02-11 cpickett* flip conditionals around in setup_pipe so that it...
2013-02-11 cpickett* fix dead link on web index.html, closing bug 3592019
2013-02-09 cpickett* use AC_SUBST in configure.ac to replace @HAVE_STDINT_...
2013-02-08 cpickett* undo the last change
2013-02-08 cpickett* take out use of HAVE_CONFIG_H and HAVE_STDINT_H from...
2013-02-08 cpickett* added note about Automake 1.11.3 on OS X
2013-02-08 hugo303* Add equivalent uint variants for __ck_assert_int...
2013-02-08 hugo303* Support 64bit int for __ck_assert_int. Patch from...
2013-02-08 hugo303* Autoconf support for uint32_t. Patch from bug #3600421
2013-02-08 hugo303* Fix compatibility with automake older than 1.12
2013-02-06 cpickett* fix up description of how ck_assert_msg behaves
2013-02-06 cpickett* replace ck_assert with ck_assert_msg
2013-01-31 brarcherOnly add -lm if the floor function is in the math lib.
2013-01-31 brarcherAdd comment explaining snprintf checks
2013-01-31 brarcherAdd C99 compliant snprintf to libcompat
2013-01-30 brarcherFix typo in header file
2013-01-30 brarcherrenaming list API to start with check_
2013-01-30 brarcherClean up compiler warnings
2013-01-29 cpickett* use AM_PROG_AR for systems without it
2013-01-29 brarcherFix typo in documentation
2012-12-07 hugo303* Use leading x to test $GCC for gcov enabling instead...
2012-11-25 brarcherAdding files that were missed in the previous commit
2012-11-21 brarcherAllow unit test timeouts to be specified using nanoseco...
2012-11-18 brarcherUpdating documentation to remove using fail* API in...
2012-11-18 brarcherUpdating examples to use alternatives to the fail* API
2012-11-18 brarcherExamples in documentation now are diffs showing entire...
2012-11-14 hugo303* Calculation of duration for test runs now use clock_g...
2012-11-13 hugo303* Added note on 'make doc/check_html' when releasing...
2012-11-12 hugo303* Fix numeric typo
2012-11-10 brarcherIf the test_check_ntests_run test fails, print the...
2012-11-10 brarcherMoving the creation of the suite, to remove a compiler...
2012-11-10 brarcherRemove unneeded variable
2012-11-10 brarcherIf there is a mismatch on the number of tests to run...
2012-11-08 brarcheradd new ck_assert_ptr_(eq|ne) functions for pointer...
2012-11-08 brarcherreplace unnecessary mention of deprecated fail_unless...
2012-11-06 brarcherfree created srunner
2012-11-06 brarcherno check for pointer!=NULL before dereferencing it
2012-11-06 brarcherfix memory leaks
2012-11-06 brarcherreplace strcpy with alternative
2012-11-06 brarcherfix memory leak
2012-11-06 brarcherif fork fails, do not send invalid pid to setpgid
2012-11-06 brarcherfix compiler warning: subunit header file not found
2012-11-06 brarcherFixing subunit checking condition in configure.ac
2012-11-06 brarcherremoving variable that is written but never read
2012-11-06 brarcherremove tabs, replace with spaces
2012-11-04 brarcherfix printing configure warning message when tex not...
2012-11-04 brarcherupdate NEWS with information on recent checkins
2012-11-04 brarcherreplace usage of fail_if(expr, msg) with ck_assert_msg...
2012-11-04 brarcherreplace usage of fail_unless() with ck_assert_msg()
2012-11-04 brarcherreplace usage of fail() with ck_abort_msg()
2012-11-04 brarcherupdate check.h.in with new check API, and remove refere...
2012-11-04 brarchersilence warning regarding ignoring pipe's return value
2012-11-04 brarchersilence warnings when assigning constant string to...
2012-11-04 brarcherAdding prototype for ppack_cleanup
2012-11-04 brarcherfix printf warnings
2012-11-04 brarcherfix printf format warning
2012-11-04 brarcherfix warning for unused variables
2012-11-04 brarcherAdd override for clock_gettime() in libcompat for syste...
2012-11-04 brarcherChange definition of unsetenv to follow POSIX.1-2001
2012-11-04 brarcherRemove stray ; from putenv
2012-11-04 brarcherAdding myself to the AUTHORS file
2012-10-22 hugo303Updated release instructions
2012-10-22 hugo303* Update for release
2012-10-22 hugo303* Updated versions for 0.9.9 relese
2012-10-22 hugo303* Distribute test_check_nofork.sh also
2012-10-19 hugo303* Measure test duration and print in XML output
2012-10-19 hugo303* Updated XML output format
2012-10-19 hugo303* Transforms check XML to format suitable for JUnit
2012-10-15 hugo303Added support for setting log files via environment...
2012-10-12 hugo303* Added better pkg-config and subunit support
2012-10-11 hugo303* Make tests/test_vars.in bourne shell compatible
2012-10-11 hugo303* Added ck_ prefix to mutex_lock variable
2012-10-11 hugo303Updated with more patch submitters
2012-10-11 hugo303* In autoconf, request system extensions to generate...
2012-10-11 hugo303* Fix for mutex deadlock when killing threads, patch...
2012-10-11 hugo303* Make XML output well-formed
2012-10-11 hugo303* Updated fixed item
2012-10-11 hugo303* Fix buggy duration calculation, bug #3575451 on SF
2012-10-11 hugo303* Measure test duration correctly. Fixes SF bug #3575451.
2012-06-14 cpickett* Add Mateusz Loskot as an author along with his MSVC...
2012-06-14 cpickett* add contrib/improved_make_check
2012-06-14 cpickett* clean up formatting of AUTHORS file
2012-01-03 mloskotMore clean-up in AUTHORS.
2012-01-03 mloskotTidy up AUTHORS. More git svn workflow tests
2012-01-03 mloskotAUTHORS formatting. Testing git svn workflow
2012-01-02 mloskotTypos. My first test commit.
2011-12-02 hugo303* Added a chapter for selective running of tests.
2011-12-02 hugo303* Added a chapter for selective running of tests.
next