2013-12-17 |
brarcher | check_run: add parenthesis |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | check_check_fixture: free suite runners when finished |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | check_check_msg: use proper free for TestResult |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | create function for freeing a TestResult |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | fix potential leaks when assigning result message |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add comment, mentioning time resolution of stored duration |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Move NANOS_PER_SECONDS to check_impl.h with other time... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add #define for US_PER_SEC, to avoid magic numbers |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add *.tap to CLEANFILES |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | add test_tap_output.sh to EXTRA_DIST |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | doc: add link to TAP specification. |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add unit tests for TAP logging setup functions |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Always remove test output before running new test |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | use variable OUTPUT_FILE for tests that check logging... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | add support for descriptions in TAP logging |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | NEWS: mention logging support for TAP |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | doc: update to mention TAP logging |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add steps to release for updating index.html page |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add make target for updating check's landing page |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | separate releasevars into two tasks for version and... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add to NEWS information on refactoring check's asserts |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | spacing |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add comments on the meanings of the logging events |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | Add tests for tap logging |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | add support for logging in TAP format |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | remove stray ; |
commit | commitdiff | tree | snapshot |
2013-12-17 |
brarcher | check.h: only mark _ck_assert_failed as noreturn when... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | change how assertions are called, to support source... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | web: change link font size to be identical to left... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | doc: make it clear that autotools is not necessary... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | web: add banner for CloudBees, and link at bottom of... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | web: add tab to tutorial |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | check.texi: add border around all source file examples |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | web: change layout of landing page |
commit | commitdiff | tree | snapshot |
2013-12-16 |
brarcher | check_check_pack: remove unnecessary assignment |
commit | commitdiff | tree | snapshot |
2013-12-07 |
brarcher | Move Branden Archer to the maintainer's list |
commit | commitdiff | tree | snapshot |
2013-12-07 |
brarcher | fix ck_assert_ptr_* causing const compilation warnings |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | restore development header to NEWS |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | * Update for release |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | test*_output.sh: append SRCDIR to filenames |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | add check_stdint.h to DISTCLEANFILES |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | test_vars: grab the srcdir variable |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | Add a .gitignore file |
commit | commitdiff | tree | snapshot |
2013-11-05 |
brarcher | update svn URL in release process |
commit | commitdiff | tree | snapshot |
2013-10-30 |
brarcher | * Update for release |
commit | commitdiff | tree | snapshot |
2013-10-30 |
brarcher | Update for release |
commit | commitdiff | tree | snapshot |
2013-10-30 |
brarcher | TODO: note Cygwin and MinGW support for v0.9.11 |
commit | commitdiff | tree | snapshot |
2013-10-24 |
brarcher | NEWS: add info on support for MinGW/msys environment... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
brarcher | change check for valid clockid |
commit | commitdiff | tree | snapshot |
2013-10-21 |
brarcher | configure.ac: do not compile with -ansi for now |
commit | commitdiff | tree | snapshot |
2013-10-21 |
brarcher | configure.ac: also use pthread.h for time struct checks |
commit | commitdiff | tree | snapshot |
2013-10-21 |
brarcher | configure.ac: move pthread check earlier |
commit | commitdiff | tree | snapshot |
2013-10-21 |
brarcher | check_check_exit.c: Include libcompat.h |
commit | commitdiff | tree | snapshot |
2013-10-21 |
brarcher | configure.ac: remove left over debug |
commit | commitdiff | tree | snapshot |
2013-10-14 |
brarcher | snprintf: disable 'long long', as is not supported... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
brarcher | snprintf: remove missing default case warning |
commit | commitdiff | tree | snapshot |
2013-10-14 |
brarcher | snprintf: removing missing prototype warnings |
commit | commitdiff | tree | snapshot |
2013-10-14 |
brarcher | Fix enable_fork check |
commit | commitdiff | tree | snapshot |
2013-10-14 |
brarcher | Add configure option to force snprintf replacement |
commit | commitdiff | tree | snapshot |
2013-10-06 |
brarcher | Silence warning about missing exit() prototype |
commit | commitdiff | tree | snapshot |
2013-10-06 |
brarcher | Prevent setting a timeout with fork unavailable |
commit | commitdiff | tree | snapshot |
2013-10-06 |
brarcher | Do not compile set env functions without a working... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
brarcher | Silence warning about no new line at end of file |
commit | commitdiff | tree | snapshot |
2013-10-04 |
brarcher | Do not compile unused tests |
commit | commitdiff | tree | snapshot |
2013-10-04 |
brarcher | silence warning about wrong type passed to localtime_r |
commit | commitdiff | tree | snapshot |
2013-10-04 |
brarcher | silence warning about invalid prototype |
commit | commitdiff | tree | snapshot |
2013-10-04 |
brarcher | silence warnings about unused parameters if fork is... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
brarcher | silence warning about ck_do_nothing being able to return |
commit | commitdiff | tree | snapshot |
2013-10-03 |
cpickett | * allow silent rules (don't show compiler flags) |
commit | commitdiff | tree | snapshot |
2013-10-03 |
brarcher | Change %p to %#x for printing pointers |
commit | commitdiff | tree | snapshot |
2013-10-03 |
brarcher | Don't declare localtime_r when it's a macro |
commit | commitdiff | tree | snapshot |
2013-10-03 |
brarcher | Remove -Werror from automake |
commit | commitdiff | tree | snapshot |
2013-10-02 |
brarcher | Update NEWS with MinGW support. |
commit | commitdiff | tree | snapshot |
2013-10-02 |
brarcher | Define 'struct timespec' if unavailable in time.h |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | Clarify NEWS about MinGW-w64 support - no fork used |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | Update NEWS with information on Cygwin support for... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | If clocks are not defined, set to (hopefully) invalid... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | Define monotonic and realtime clock, even if librt... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | Remove warnings about combining initialization and... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | Remove warning about undeclared function ck_strdup_printf |
commit | commitdiff | tree | snapshot |
2013-10-01 |
brarcher | initialize both elements in timespec |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | if tmpfile() fails, remember the filename and delete... |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | Print an error if nothing is read from punpack() |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | If tmpfile() fails, try to make a unique file with... |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | Update NEWS with information on MinGW-w64/wine support |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | test_xml_output: removing stray ${3} |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | test_log_output: Fixed typo in test |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | Fix how tests remove \r characters |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | Fix small text errors in test's help output. |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | Do not make decision based on fork status for which... |
commit | commitdiff | tree | snapshot |
2013-09-28 |
brarcher | check_check: do not run tests using setenv if unavailable |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | test_check_nofork: removing assumption that HAVE_FORK... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | test_output: removing assumption that HAVE_FORK=0 impli... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | test_log_output: removing assumption that HAVE_FORK... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | test_xml_output: remove check for -1 in durations |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | test_xml_output: removing assumption that HAVE_FORK... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | Only use signals if fork is available |
commit | commitdiff | tree | snapshot |
2013-09-27 |
brarcher | allow disabling fork, to test for systems without fork |
commit | commitdiff | tree | snapshot |
2013-09-26 |
brarcher | disable exit tests if fork is unavailable |
commit | commitdiff | tree | snapshot |
2013-09-26 |
brarcher | disable checked signal tests if fork is unavailable |
commit | commitdiff | tree | snapshot |
next |