]> granicus.if.org Git - check/history - configure.ac
Merge pull request #190 from mikkoi/fix-abbreviations
[check] / configure.ac
2018-08-21 Branden ArcherMerge pull request #170 from ozars/doxygen-devel-feature
2018-08-21 Omer OzarslanAdd development version of doxygen configuration
2017-10-20 Branden ArcherMerge pull request #135 from libcheck/pre-v0.12 0.12.0
2017-10-20 Branden ArcherUpdate for release v0.12.0
2016-12-24 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-24 Branden ArcherMerge pull request #91 from 9fcc/tests_regexp
2016-12-23 Branden ArcherMerge branch 'master' into tests_regexp
2016-12-22 Dotsenko AndreyAdd regular expressions to internal tests
2016-12-17 Branden ArcherMerge pull request #92 from libcheck/pre-release-0... 0.11.0
2016-12-17 Branden ArcherUpdate for release 0.11.0
2016-04-20 Branden ArcherMerge pull request #36 from Earnestly/master
2016-04-19 EarnestlyRemove AC_CONFIG_AUX_DIR
2016-03-28 Branden ArcherMerge pull request #31 from libcheck/appveyor-msvc
2016-03-28 Branden Archerautotools: Do not attempt to check for (v)asprintf
2016-03-22 Branden ArcherMerge pull request #24 from blueness/posix-strsignal
2016-03-21 Anthony G. Basileconfigure.ac: fix typo
2015-09-13 brarcheruse filterdiff tool if available to strip timestamps...
2015-08-02 brarcherUpdate for release
2015-08-02 brarcherconfigure: Remove duplicated use of AC_USE_SYSTEM_EXTEN...
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-03-12 brarcherUse mkstemp() if available instead of tmpfile() or...
2014-09-23 brarcherautotools: change automake requirement to 1.11.2
2014-07-26 brarcherUpdate for release
2014-06-24 brarcherautotools: remove AIX fix for broken xlc v6 compiler
2014-06-24 brarcherProvide getline() if unavailable
2014-06-23 brarcherautotools: change check for floor() and __floor()
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 brarcherUpdate for release
2014-05-26 brarcherautoconf: add cflag for Solaris to enable c99 features
2014-05-09 brarcherautotools: find compliant sed to use
2014-05-07 brarcheradd comment about not using -pedantic flag due to solar...
2014-04-07 cpickett* add LT_INIT to configure.ac to build .la files
2014-02-14 brarcherconfigure.ac: add comment regarding not using -ansi
2014-02-14 brarcherconfigure.ac: print summary at end of configure
2014-01-25 brarcherremoving pedantic warning
2014-01-25 brarcherremoving -Wmissing-noreturn
2014-01-21 brarcher* Update for release
2014-01-02 brarcherlibcompat: remove replacement for sleep()
2014-01-02 brarcherlibcompat: remove unsetenv replacement
2014-01-02 brarcherlibcompat: remove putenv replacement
2014-01-02 brarcherlibcompat: do not offer to replace setenv
2013-12-31 brarcherautotools: include pthread.h when checking for clockid_...
2013-12-25 brarcherlibcompat: remove fileno() replacement
2013-12-25 brarcherlibcompat: remove pipe() replacement
2013-12-25 brarcheradd clock_t & timer_t to configure.ac and CMakeLists...
2013-12-25 brarcherlibcompat: add alternative for gettimeofday
2013-12-18 brarcherconfigure.ac: use the librt_timer.m4 checks
2013-12-18 brarcherconfigure.ac: add option to force Check's replacement...
2013-10-30 brarcherUpdate for release
2013-10-21 brarcherconfigure.ac: do not compile with -ansi for now
2013-10-21 brarcherconfigure.ac: also use pthread.h for time struct checks
2013-10-21 brarcherconfigure.ac: move pthread check earlier
2013-10-21 brarcherconfigure.ac: remove left over debug
2013-10-14 brarcherFix enable_fork check
2013-10-14 brarcherAdd configure option to force snprintf replacement
2013-10-03 cpickett* allow silent rules (don't show compiler flags)
2013-10-03 brarcherRemove -Werror from automake
2013-10-02 brarcherDefine 'struct timespec' if unavailable in time.h
2013-09-27 brarcherallow disabling fork, to test for systems without fork
2013-09-23 brarcherAdd noreturn attribute to select functions and added...
2013-09-23 brarcherAdding warning flags
2013-09-22 brarcherexport HAVE_FORK to testing shell scripts
2013-09-22 brarcherReplace _POSIX_VERSION with more specific checks
2013-09-21 brarcherUse setitimer in timer_* fallbacks
2013-07-21 brarcherAdd alarm() to libcompat for platforms that do not...
2013-04-18 hugo303* Update for release
2013-02-16 brarcherUse AC_CREATE_STDINT_H instead of AC_CHECK_HEADERS
2013-02-09 cpickett* use AC_SUBST in configure.ac to replace @HAVE_STDINT_...
2013-02-08 hugo303* Add equivalent uint variants for __ck_assert_int...
2013-02-08 hugo303* Support 64bit int for __ck_assert_int. Patch from...
2013-02-08 hugo303* Autoconf support for uint32_t. Patch from bug #3600421
2013-02-08 hugo303* Fix compatibility with automake older than 1.12
2013-01-31 brarcherOnly add -lm if the floor function is in the math lib.
2013-01-31 brarcherAdd comment explaining snprintf checks
2013-01-31 brarcherAdd C99 compliant snprintf to libcompat
2013-01-29 cpickett* use AM_PROG_AR for systems without it
2012-12-07 hugo303* Use leading x to test $GCC for gcov enabling instead...
2012-11-21 brarcherAllow unit test timeouts to be specified using nanoseco...
2012-11-06 brarcherFixing subunit checking condition in configure.ac
2012-11-04 brarcherfix printing configure warning message when tex not...
2012-11-04 brarcherAdd override for clock_gettime() in libcompat for syste...
2012-10-22 hugo303* Updated versions for 0.9.9 relese
2012-10-19 hugo303* Measure test duration and print in XML output
2012-10-12 hugo303* Added better pkg-config and subunit support
2012-10-11 hugo303* In autoconf, request system extensions to generate...
2011-11-14 hugo303* Fixed typo: echoo -> echo
2010-04-08 micahcowanDeal with diferent awks' ideas of escaping for gsub...
2010-04-03 micahcowanMerge in checkmk branch.
2009-09-23 rbcollinsMerge back release 0.9.8
2009-09-23 rbcollinsPut all version numbers of check in configure.ac at...
2009-09-22 rbcollinsMerge back release 0.9.7
2009-09-21 rbcollinsNote that we need tex to build docs.
2009-05-09 rbcollinsAdd CK_SUBUNIT support for outputting subunit test...
2008-12-31 cpickett* set CC outside of ACX_PTHREAD
2008-12-30 cpickett* support running tests with multiple pthreads
2008-12-30 cpickett* add pipe(2) stub
next