]> granicus.if.org Git - check/shortlog
check
2014-02-05 brarcherexample: Mention that was tested on Windows 7 with...
2014-02-05 brarcherexample: add info on config.h.in, which is part of...
2014-02-05 brarcherexample: update docs to mention CHECK_INSTALL_DIR var
2014-02-05 brarcherremove trailing white space
2014-02-05 brarcherexample: declare variables at top, for MSVC
2014-02-05 brarcherexample: include stdint.h
2014-02-05 brarcherexample: include config.h
2014-02-05 brarcherexample: add note about CHECK_INSTALL_DIR
2014-02-05 brarcherexample: provide intmax_t and uintmax_t if missing
2014-02-05 brarcherexample: Add CHECK_INSTALL_DIR override for FindCheck...
2014-02-05 brarchercmake: install the check_stdint.h header
2014-02-04 brarcherdoc: fix typo in check.texi
2014-02-04 brarcherdoc: update check.texi with CMake tutorial
2014-02-04 brarcherexample: MSVC wants the var decl at the top
2014-02-04 brarchercmake: install a check.cmake file to help configure...
2014-02-04 brarcherexample: add CMake based example
2014-02-04 brarcherexample: clarify the autotools based example
2014-01-27 brarchersource test_output_strings from src tree tests dir
2014-01-27 brarcherInclude test_output_strings in EXTRA_DIST
2014-01-27 brarcherdoc: mention setting '-' as filename to log to stdout
2014-01-27 brarcherNEWS: Mention logging to stdout if file name is "-"
2014-01-27 brarcherNEWS: start heading for ongoing development
2014-01-27 brarcherTODO: Update with info on previous and next release
2014-01-27 brarcherRun indent on source
2014-01-27 brarcherAdd test for logging to stdout
2014-01-27 brarchermove all expected output strings to a common file
2014-01-27 brarcherremove file accidentally checked in
2014-01-27 brarcherif log file name is "-", print to stdout instead
2014-01-27 brarchermove common log opening code to common function
2014-01-27 brarcherchange argument for 'close' from 2 -> 1
2014-01-25 brarcherAdd missing enumeration value to switch
2014-01-25 brarcherinclude headers to get tr_free() prototype
2014-01-25 brarcherinclude check_check.h, to avoid warnings
2014-01-25 brarcherremove main() args to remove warnings
2014-01-25 brarcherremoving pedantic warning
2014-01-25 brarchermarking second arg in tap_lfun as unused
2014-01-25 brarcherremoving -Wmissing-noreturn
2014-01-25 brarcherOnly pass non-const data to putenv
2014-01-25 brarchersimplify path and file name handling and honor const...
2014-01-25 brarcherdo not pass const pointer to list API in unit test
2014-01-25 brarcherno longer violate the const part of 'const char *'...
2014-01-25 brarcherRemoving const identifier from List data structure
2014-01-25 brarcherSilence type conversion warnings in the (u)pack_int...
2014-01-25 brarcherchange expected exit values of tests to consistently...
2014-01-25 brarcherChanging duration returned from DIFF_IN_USEC to unsigne...
2014-01-22 brarcherremove unnecessary patches for Windows
2014-01-21 brarcherweb: update release side-bar for 0.9.12
2014-01-21 brarcherweb: mention that MSVC is supported by Check
2014-01-21 brarcher* Update for release
2014-01-16 brarcherweb: add new user of check
2014-01-12 brarcherdoc: fix logic typo in fail_* API description
2014-01-12 brarchercheckmk: list new supported directives
2014-01-12 brarchercheckmk: replace usage of deprecated check calls
2014-01-09 brarchercheck_check_pack: use NULL as 'invalid string' instead...
2014-01-09 brarchercheck_check_fixture: free TestResult array when finished
2014-01-09 brarchercheck_check_pack: free result_file at end of test
2014-01-07 brarcherautotools/cmake: add cmake files to distribution
2014-01-07 brarchertest_vars: add extra spaces around !=
2014-01-06 brarchertest_vars: also check @IS_MSVC@ content
2014-01-06 brarcherweb: mention "Windows" on all Windows options
2014-01-06 brarcherNEWS: Add information on Check with MSVC
2014-01-06 brarcherNEWS: Add clarification to running check_check in Windows
2014-01-06 brarchercheck for both / and \ when logging XML
2014-01-06 brarcherOnly create datetime string if localtime_r succeeded
2014-01-06 brarcherlibcompat: fix typo in comment
2014-01-06 brarcherlibcompat: remove alternatives for localtime_r
2014-01-06 brarchertest_vars: add correct slash if on Unix or MSVC
2014-01-06 brarchertest_vars: deterine final value for SRCDIR in test_vars
2014-01-06 brarchercmake: configure test_vars in the tests' CMakeLists.txt
2014-01-06 brarcherweb: add help for compiling Check with MSVC
2014-01-06 brarcherweb: add help for compiling check using Visual Studios
2014-01-06 brarcherNEWS: update with info on new Check unit tests
2014-01-04 brarchertest_output.sh: fix typo in variable name
2014-01-04 brarcheronly test test_invalid_set_fork_status if not mem leak...
2014-01-04 brarchercheck_run.c: remove unreachable code
2014-01-04 brarchercheck_check_pack: add tests for using pack(), upack...
2014-01-04 brarchertest_output.sh: add tests for srunner_print()
2014-01-04 brarchertest_output.sh: spacing
2014-01-04 brarchertest_output.sh: separate progress and result from expec...
2014-01-04 brarcherex_output.c: add new output mode STDOUT_DUMP
2014-01-04 brarchercheck_log.c: remove unnecessary checks for CK_ENV
2014-01-04 brarchertest_output.sh: spacing
2014-01-04 brarcherAdd tests for CK_VERBOSITY env var
2014-01-04 brarchertest_output.sh: do not include leading 'x' in expected...
2014-01-04 brarchertest_output.sh: rename variables to make sense
2014-01-04 brarcheradd test for check_list_advance(NULL)
2014-01-04 brarcherAdd test for setting invalid for status
2014-01-04 brarcherAdd new test case for Check error printouts
2014-01-04 brarcherdo not compile in msg and fork tests suites if fork...
2014-01-04 brarcherAdd /* HAVE_FORK */ comment
2014-01-04 brarchercheck_run.c: also check HAVE_FORK==0 for fork disabled
2014-01-04 brarchercheck.c: remove tr_reset()
2014-01-04 brarchercheck.c: remove debug
2014-01-04 brarchercheck_check_sub: add tests for suite_tcase(NULL,NULL)
2014-01-04 brarchercheck.h: export suite_tcase() function
2014-01-02 brarchercmake: install check.h from the src directory
2014-01-02 brarchercmake: only run shell unit tests if sh interpreter...
2014-01-02 brarcherNEWS: mention status of MSVC: check_check passes
2014-01-02 brarchercmake: remove HAVE_* for snprintf in config.h.in
2014-01-02 brarchercmake: move snprintf definitions to make cmake file
next