]> granicus.if.org Git - check/shortlog
check
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...
2008-12-30 cpickett* check for putenv as well
2008-12-30 cpickett* copy CK_ATTRIBUTE_UNUSED definition to libcompat...
2008-12-30 cpickett* #include "../lib/libcompat.h" in tests/*.c
2008-12-30 cpickett* #include "../lib/libcompat.h" everywhere
2008-12-30 cpickett* use #ifndef LIBCOMPAT_H ... #endif idiom
2008-12-30 cpickett* take malloc and realloc out of AC_CHECK_DECLS (they...
2008-12-30 cpickett* use HAVE_DECL_FUNCTION instead of HAVE_FUNCTION
2008-12-30 cpickett* only check for those functions that we currently...
2008-12-29 cpickett* list OpenSync as client
2008-12-29 hugo303 * Merged release branch 0.9.6
2008-12-29 hugo303 * Updated with more info on releases.
2008-12-28 cpickett* add strdup.c to lib/ (there are problems on mingw...
2008-12-28 cpickett* use AX_CFLAGS_WARN_ALL_ANSI
2008-12-28 cpickett* silence warning when nothing is included in libcompat
2008-12-28 cpickett* add more CK_ATTRIBUTE_UNUSED's
2008-12-28 cpickett* silence some more unused parameter warnings
2008-12-28 cpickett* move CK_ATTRIBUTE_UNUSED attribute after parameter...
2008-12-28 cpickett* mark print_mode parameter as unused in two cases
2008-12-28 cpickett* include libcompat.h in each lib .c file and reduce...
next