]> granicus.if.org Git - check/shortlog
check
2015-12-24 brarcherMerge pull request #5 from brarcher/master
2015-12-24 Branden ArcherAdd information on building of pull requests to HACKING
2015-12-24 Branden ArcherUpdate release process for GitHub
2015-12-24 Branden ArcherRemove mention of SVN from HACKING
2015-12-24 brarcherMerge pull request #4 from brarcher/master
2015-12-24 brarcherDeleting .cvsignore
2015-12-24 Branden ArcherRemove information about packages in README
2015-12-24 Branden ArcherMention new project page in README
2015-12-24 Branden Archerweb: update webpage to point to github instead of sourc...
2015-12-23 brarchercheckmk: use double slash in regular expression
2015-09-14 brarchertests: fix expected strings for output tests when fork...
2015-09-14 brarchertests: properly emit issue in log output test
2015-09-14 brarchertests: if xmllint exists, also run xml output through it
2015-09-14 brarcherEmit only valid XML characters
2015-09-13 brarcheruse filterdiff tool if available to strip timestamps...
2015-09-13 brarcherUpdate FSF address in LGPL headers
2015-09-13 brarcherAdd LGPL header to files without the header
2015-08-02 brarcherAdd development header back to NEWS
2015-08-02 brarcherUpdate release information on website 0.10.0
2015-08-02 brarcherUpdate for release
2015-08-02 brarcherUpdate for release
2015-08-02 brarcherconfigure: Remove duplicated use of AC_USE_SYSTEM_EXTEN...
2015-07-06 brarchertests: adjust expected line number due to previous...
2015-07-06 brarchertests: include missing libcompat header
2015-07-06 brarchertests: define variable at top of block
2015-07-06 brarcherreplace // comments with /* */ comments
2015-07-06 brarcherdoc: Change "Variables" -> "Variables" for consistency
2015-07-06 brarcherdoc: Add appendix containing all environment variables
2015-06-14 brarcherconfigure: fix check micro version
2015-06-14 brarcherconfigure: output check version in summary
2015-06-14 brarcherconfigure: do not use echo -n option in summary print out
2015-06-14 brarchertests: remove unused variables from main()
2015-06-14 brarchertests: fix compiler warning regarding improper prototype
2015-06-14 brarchercmake: Include time.h on several checks to prevent...
2015-05-07 brarcherCatch SIGINT and SIGTERM and kill running tests
2015-05-07 brarcherChange behavior of calls for fork() on non-fork() platforms
2015-03-15 brarcherupdate AUTHORS file
2015-03-12 brarcherUpdate NEWS
2015-03-12 brarcheradd extra space around comparison operators for assert...
2015-03-12 brarcherDo not remove check.info during 'clean' target
2015-03-12 brarcherUse mkstemp() if available instead of tmpfile() or...
2014-11-28 brarchertests: expect location of file based on srcdir
2014-11-28 brarcheradd test_check_nofork_teardown.sh to EXTRA_DIST
2014-11-28 brarcherChange spacing.
2014-11-28 brarcherreport correct error if teardown after failure in no...
2014-09-23 brarcherautotools: change automake requirement to 1.11.2
2014-08-19 brarcherdoc: change 'mimick' -> 'mimic'
2014-08-19 brarcherdoc: mention that the output from "make check" depends...
2014-08-19 brarcherupdate online docs during updateweb
2014-08-19 brarcherdoc: change phrasing on request for corrections to...
2014-08-19 brarcherdoc: update docs to deprecate AM_PATH_CHECK, mention...
2014-08-19 brarcherdoc: update copyright on docs
2014-07-30 brarchertests: cast output of malloc() to goal type
2014-07-30 brarchertests: add prototype for escape_percent()
2014-07-30 brarcherDo not vsnprintf expression string passed to ck_abort()
2014-07-30 brarchertests: escape % before passing string to ck_abort_msg()
2014-07-27 brarcherweb: add instructions for building on Solaris
2014-07-26 brarcherNEWS: restore in development header
2014-07-26 brarcherweb: update release version on main page
2014-07-26 brarcherUpdate for release
2014-07-26 brarcherweb: add link to solaris buildbot
2014-07-26 brarcher* update for release
2014-07-03 brarchercmake: include getline.c into libcompat if getline...
2014-06-24 brarcherautotools: remove AIX fix for broken xlc v6 compiler
2014-06-24 brarcherProvide getline() if unavailable
2014-06-23 brarcherUse casts when assigning a void*
2014-06-23 brarcherChange name 'new' to something else
2014-06-23 brarcherAdd comment for why test should be CK_FORK mode only
2014-06-23 brarcherrework how line numbers are verified in check_check_sub.c
2014-06-23 brarcherUse proper storage type for print_output
2014-06-23 brarcherPass in print_output to srunner_run_all in test_null
2014-06-23 brarcherCast to ck_result_ctx in test_pack_ctx_limit
2014-06-23 brarcherPass in proper arguments for upack in test_pack_abuse
2014-06-23 brarcherMove sub_nfailed/ntests vars inside check_check_master.c
2014-06-23 brarchercast upack_int() to goal container
2014-06-23 brarcherCase void* to pthread_mutex_t before passing to unlock
2014-06-23 brarcherCase void* to goal container for logging callbacks
2014-06-23 brarchercast value sent to srunner_set_fork_status to fork_status
2014-06-23 brarcherFix data type of internal fork_status variable
2014-06-23 brarcherCase void* to goal container after using Check's lists
2014-06-23 brarcherCase void* to goal container after emalloc()
2014-06-23 brarcherAllow checked fixtures when compiled without fork().
2014-06-23 brarcherUse US_PER_SEC instead of magic number
2014-06-23 brarcherAdd DurationMsg to CheckMsg union
2014-06-23 brarcherInitialize buf before use
2014-06-23 brarcherRemove unused declaration
2014-06-23 brarcherFix checked teardown calls going into infinate loop...
2014-06-23 brarcherCombine checked and unchecked setup handling
2014-06-23 brarcherFix spacing
2014-06-23 brarcherautotools: change check for floor() and __floor()
2014-06-23 brarcherUpdate AUTHORS file
2014-06-19 brarcherUse env to find shell to use
2014-06-19 brarcherautotools: fix floor() check
2014-06-15 brarcherautotools: include flag for AIX only if on AIX
2014-06-15 brarcherautoconf: attempt to find __floor() if floor() is unava...
2014-05-31 brarcherRestore development header in NEWS
2014-05-31 brarcherUpdate for release
2014-05-31 brarcherUpdate for release
2014-05-26 brarcherautoconf: add cflag for Solaris to enable c99 features
2014-05-26 brarcherchange first arg of timer_create to clockid_t
next