]> git.ozlabs.org Git - ccan/history - tools/configurator/configurator.c
configurator: Replace unlink with remove
[ccan] / tools / configurator / configurator.c
2016-09-27 Kevin Lockeconfigurator: Replace unlink with remove
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-29 Jon Griffithsconfigurator: Fix unused parameters
2016-04-26 Rusty Russellconfigurator: fix HAVE_UCONTEXT test on Ubuntu 16.04.
2016-02-25 David Gibsonconfigurator: Add test for ucontext.h
2016-01-26 David Gibsonconfigurator: Clarify empty if
2015-09-24 Rusty Russellconfigurator: check for valgrind/memcheck.h
2015-09-09 Andrew Jefferyconfigurator: Add OpenMP detection
2015-08-19 Cody P Schaferconfigurator: avoid potential unused parameter warnings...
2015-08-19 Cody P Schaferconfigurator: sometimes _GNU_SOURCE is already defined...
2015-08-19 Cody P Schaferconfigurator: hide type punning
2015-08-17 Cody P Schaferconfigurator: avoid leaks that LeakSanitizer doesn...
2015-05-24 Rusty Russelltools: add HAVE_UNALIGNED_ACCESS test.
2014-10-27 David Gibsonmem: Implement memrchr()
2014-10-13 Rasmus Villemoesconfigurator: Fix CTZ detection
2014-07-29 Cody P Schaferconfigurator: add BUILTIN_CTZ*, BUILTIN_FFS, and ICCARM...
2014-06-23 Rusty Russelltools/configurator: set HAVE_CLOCK_GETTIME even if...
2014-06-21 Cody P Schafercompiler: Add PURE_FUNCTION
2014-02-06 Rusty Russelltools/configurator: add HAVE_SYS_TERMIOS_H
2013-01-03 Rusty RussellMerge branch 'rfc822'
2012-12-17 Rusty Russellconfigurator: fix single-arg case.
2012-11-22 Rusty Russellconfigurator: test for HAVE_FCHDIR
2012-09-10 Rusty Russellconfigurator: add library testing
2012-06-08 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-06-08 Rusty Russellconfigurator: add HAVE_ERR_H test.
2012-03-27 Rusty Russelliscsi: use <sys/filio.h> on Solaris.
2012-03-27 Rusty Russelltools/configurator: fix test for /proc/self/maps.
2012-02-14 Rusty Russellconfigurator: define HAVE_CCAN.
2011-12-12 Andrey SmirnovMakefile, configurator: Add additional debug flags...
2011-12-05 Rusty Russellconfigurator: HAVE_SECTION_START_STOP
2011-12-05 Rusty Russellconfigurator: HAVE_PROC_SELF_MAPS
2011-11-29 Rusty Russellconfigurator: HAVE_BACKTRACE
2011-04-28 Rusty Russellconfigurator: make it BSD-MIT licensed.
2011-04-28 Douglas Bagnalltools: don't unnecessarily redefine _GNU_SOURCE in...
2011-04-27 Rusty Russellstr: fix tests on unsigned chars, and !HAVE_ISBLANK.
2011-04-19 Rusty Russellconfigurator: HAVE_FILE_OFFSET_BITS
2011-04-02 Andreas Schlickconfigurator: Remove the now unneeded test for nested...
2011-04-02 Andreas Schlickconfigurator: Add test for glibc's qsort_r.
2011-03-28 Rusty Russellconfigure.h: HAVE_ISBLANK
2011-03-24 David GibsonAdd configurator test for memmem()
2011-03-22 Rusty Russelltools: fix up warnings with -Wwrite-strings.
2011-03-21 Rusty Russellconfigurator: HAVE_STACK_GROWS_UPWARDS
2011-03-02 Rusty Russellconfigurator: more robust test for HAVE_NESTED_FUNCTIONS
2011-03-01 Rusty Russellconfig.h: HAVE_ASPRINTF
2011-03-01 Rusty Russellconfig.h: define _GNU_SOURCE
2011-03-01 Rusty Russellconfig.h: idempotent-wrap the generated config.h
2011-01-04 Rusty Russellcompiler: NORETURN
2011-01-01 Rusty Russellconfig.h: HAVE_FLEXIBLE_ARRAY_MEMBER
2010-12-08 Rusty Russellconfigurator: warnings count as failures too.
2010-11-15 Rusty Russellconfig: add HAVE_BUILTIN_FFSLL
2010-11-15 Rusty Russellccanlint: remove -Werror, use output of compile command...
2010-11-03 Rusty Russelltools: new "configurator" tool.