]> granicus.if.org Git - check/shortlog
check
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.
2011-11-15 hugo303* Added comment on message pipe fix.
2011-11-15 hugo303* Added todo docs for selective running.
2011-11-15 hugo303* Fixes problem with very large allocations.
2011-11-15 hugo303* Fixed null pointer dereference if test failed.
2011-11-14 hugo303* Fixed typo: echoo -> echo
2011-11-14 hugo303* Corrected and clarified documentation on fixtures.
2011-11-09 hugo303Removed the '\aa"' file from the name_enc directory...
2011-06-01 zdenekc* rename _fail_unless to _ck_assert_msg and define...
2011-06-01 zdenekc* fix dead assignments and possible null pointer derefe...
2011-06-01 zdenekc* fix failed test exit in no-fork mode
2011-03-03 hugo303 * Adds RAPP and SSSD as projects using check.
2011-02-21 zdenekc* add link to xslt to xml output, add display of iterat...
2011-01-23 cpickett* add eclipse support to contrib dir from Bogdan Cristea
2010-12-12 cpickett* add new ck_assert_(str|int)_(lt|le|gt|ge) comparison...
2010-12-01 cpickett* invert _ck_x and _ck_y to fix strcmp in _ck_assert_st...
2010-12-01 cpickett* ignore generated files
2010-11-27 cpickett* Documented new Check API and fixed macros to allow...
2010-11-26 cpickett* note that svn commit messages are what matter in...
2010-11-26 cpickett* ignore test_vars file
2010-11-20 cpickett* caveat about delays in updates
2010-11-20 cpickett* more projects using Check
2010-04-08 micahcowanDeal with diferent awks' ideas of escaping for gsub...
2010-04-08 micahcowanEliminate POSIX classes from checkmk.in.
2010-04-03 micahcowanChangelog, NEWS, and AUTHORS changes for checkmk stuff.
2010-04-03 micahcowanMerge in checkmk branch.
next