]> granicus.if.org Git - check/shortlog
check
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.
2010-02-26 hugo303 * Removed doubled unused lock variable.
2010-02-26 hugo303 * Added missing prototype for make_selective_suite()
2010-02-18 jemarchSelective testing support in run_test_*
2010-01-16 cpickett* fix link (thanks SJS)
2010-01-16 cpickett* add CuTest to docs (thanks SJS)
2009-12-14 cpickett* declare mutex_lock as static to stop it from getting...
2009-10-19 hugo303 * Fixed html manual generation
2009-10-19 hugo303 * Fixed manual link again
2009-10-19 hugo303 * Fixed manual link
2009-10-19 hugo303 * Clean all generated files
2009-10-05 hugo303* Fixed upload of web files when releasing.
2009-09-23 rbcollinsMerge back release 0.9.8
2009-09-23 rbcollinsMore automation tweaks FTW.
2009-09-23 rbcollinsSupply a commit message for the tag operation.
2009-09-23 rbcollinsFix another 'check log for stuff' action.
2009-09-23 rbcollinsAdd NEWS for the macro fix, and remove SVNChangelog...
2009-09-23 rbcollinsPut all version numbers of check in configure.ac at...
2009-09-22 rbcollinsDocument needed permissions to do releases.
2009-09-22 rbcollinsMerge back release 0.9.7
2009-09-21 rbcollinsMore release automation tweaks.
2009-09-21 rbcollinsEscaping in shell commands - more Makefile.am release...
2009-09-21 rbcollinsDeal with automake wanting POSIX make only rules.
2009-09-21 rbcollinsPolish.
2009-09-21 rbcollinsTypo in prereleasecheck.
2009-09-21 rbcollinsHopefully automake releases.
2009-09-21 rbcollinsNote that we need tex to build docs.
2009-09-21 cpickett* fix autotools link
2009-05-12 cpickett* add comment about uselessness
2009-05-12 cpickett* comment out check_thread_stress from build per rob...
2009-05-09 rbcollinsAdd CK_SUBUNIT support for outputting subunit test...
2009-05-09 rbcollinsFix target path failure for VPATH builds on check.texi.
2009-05-08 rbcollinsSet an include path for tests that includes builddir...
2009-03-17 hugo303 * Updated maintaining text on home page
2009-03-12 hugo303 * Added documentation for timeout scaling
2009-03-06 hugo303 * Added code and tests for timeout scaling via environ...
2009-03-04 hugo303 * Added documentation for testing exit values with...
2009-02-23 cpickett* add make_macros perl script from somebody (who?)
2009-02-18 cpickett* add type to check_type error message
2009-02-09 cpickett* rename inbox to patches
2009-02-09 cpickett* add contrib dir with xslt thingy for now
2009-02-03 hugo303 * Added generation of web manual to release process.
2009-02-03 hugo303 * New file for exit tests, forgot in previous checkin.
2009-02-03 hugo303 * Added Roy Merkel for exit test patch.
2009-02-03 hugo303 * Applied patch #1726574, with some modifications.
2009-02-02 cpickett* use Date property for index.html
2009-02-02 hugo303 * Fixed the irritating line number issue in the sub...
2009-02-01 cpickett* add GNUpdf to list of projects using Check
2009-01-30 hugo303 * Removed unnecessary setting of fork status from
2009-01-27 cpickett* add inbox dir with remaining msvc patch
2009-01-24 cpickett* add Enlightenment Eet and Eina libs to list of projec...
2009-01-13 cpickett* ignore check_thread_stress
2009-01-01 cpickett* add more assert (0)'s to broken implementations
2009-01-01 cpickett* rearrange definitions and declarations in check_run...
2009-01-01 cpickett* protect all unused declarations & definitions with...
2009-01-01 cpickett* try to detect CK_FORK problem on non-POSIX right...
2009-01-01 cpickett* align src/ more closely with Friedrich Beckmann's...
2009-01-01 cpickett* protect files in tests/ per Friedrich Beckmann, using...
2009-01-01 cpickett* protect all calls to exit with _POSIX_VERSION, except...
2008-12-31 cpickett* introduce HAVE_WORKING_SETENV to protect tc_timeout_e...
2008-12-31 cpickett* add `assert (0)' to unimplemented functions to make...
2008-12-31 cpickett* define sendinfo() conditionally to silence warning
2008-12-31 cpickett* implement localtime_r
2008-12-31 cpickett* move #include <sys/time.h> and <time.h> to libcompat.h
2008-12-31 cpickett* move #include <sys/wait.h> to libcompat.h
2008-12-31 cpickett* set svn:ignore to include more generated stuff
2008-12-31 cpickett* ensure XFAIL without _POSIX_VERSION
2008-12-31 cpickett* add check_thread_stress to tests and XFAIL_TESTS
2008-12-31 cpickett* add blank line to fix line numbers
2008-12-31 cpickett* fix indenting again
2008-12-31 cpickett* use CK_VERBOSE instead of CK_SILENT (for now)
2008-12-31 cpickett* depend exclusively on #include "../lib/libcompat...
2008-12-31 cpickett* move #include <unistd.h> and <pthread.h> to libcompat.h
2008-12-31 cpickett* run GNU indent on check_thread_stress.c, and then...
2008-12-31 cpickett* convert check_thread_stress to run actual fork and...
2008-12-31 cpickett* include config.h and ../lib/libcompat.h
2008-12-31 cpickett* set CC outside of ACX_PTHREAD
2008-12-30 cpickett* silence check_thread_stress warnings
2008-12-30 cpickett* support running tests with multiple pthreads
2008-12-30 cpickett* add ACX_PTHREAD files
2008-12-30 cpickett* add todo
2008-12-30 cpickett* adjust line numbers to make all tests pass again
2008-12-30 cpickett* adjust line numbers of expected output
2008-12-30 cpickett* add pipe(2) stub
2008-12-30 cpickett* Various fixes towards building shared libraries on...
next