]> arthur.barton.de Git - bup.git/history - config
Update base_version to 0.34~ for 0.34 development
[bup.git] / config /
2022-07-11 Rob Browningconfigure.inc: fix LDFLAGS validation
2022-07-11 Rob BrowningCapture ./configure CPPFLAGS for future, automatic...
2022-06-25 Rob BrowningRespect/prefer/remember user specified CPPFLAGS/CFLAGS...
2022-01-16 Rob BrowningDrop support for python 2
2021-12-04 Johannes Bergconfigure/cleanup: support python 3.10
2021-10-30 Rob Browningconfigure: support optional cc arguments
2021-10-09 Rob BrowningDrop builtin_mul_overflow in favor of INT_MULTIPLY_OK
2021-09-11 Rob Browningconfigure: add --with-pylint=[yes|no|maybe] defaulting...
2021-08-07 Rob Browningconfig.vars.in: add CC so a configure CC will be the...
2021-04-18 Johannes Bergconfigure: fix readline.h detection
2021-04-11 Rob Browningftp: fix tab completion
2021-04-11 Rob Browninghelpers: adjust macos linkage
2021-04-03 Rob BrowningConvert bup to binary executable and run python subcomm...
2021-03-28 Rob BrowningRedirect to GNU make when possible
2021-03-28 Rob Browningconfigure: look for suitable pythonX.Y-config versions
2021-03-27 Rob BrowningConvert top level executables to binaries and clean...
2020-12-24 Rob BrowningPrefer python 3, and mention intent to drop python...
2020-11-24 Rob BrowningDepend on python 3 for utime when using 3
2020-11-22 Greg Troxelconfigure: Search for python3.x and python3
2020-07-29 Brian Mintonchange mktemp to be compatible with busybox
2020-07-18 Rob Browningconfigure: restore working dir after symlinking python
2020-07-05 Rob Browningconfigure: test for functional readline more carefully
2020-07-05 Rob Browningconfigure: check for <readline.h> vs <readline/readline.h>
2020-07-05 Rob Browningconfigure: summarize findings
2020-07-05 Rob BrowningUse pkg-config opportunistically
2020-07-05 Johannes Bergmetadata: port ACL support to C
2020-07-05 Rob BrowningSplit src tree python use to config/bin/python and...
2020-07-05 Rob BrowningStop forcing LC_CTYPE=ISO-8859-1
2020-06-21 Rob BrowningWrap readline oursleves to avoid py3's interference
2020-05-11 Rob BrowningFall back to calloc when __builtin_mul_overflow isn...
2020-01-11 Rob BrowningFix the handling of the configure MAKE and PYTHON vars
2019-09-29 Rob BrowningHave "make check" to do nothing for Python 3
2019-08-18 Rob Browningconfigure.inc: add various missing quotations
2019-08-18 Rob Browningconfigure.inc: name the tmpdir with a configure- prefix
2019-08-18 Rob Browningconfigure.inc: avoid bash-specific printf %q
2019-08-18 Jamie WyrickUse mktemp -d instead of /tmp for configure
2016-12-31 Alexander BartonGit: Ignore two more generated files
2016-06-03 Rob BrowningAdd config.vars.sh for bup_make and bup_python
2015-12-19 Rob BrowningMove remainder of config/Makefile to Makefile
2015-12-19 Rob BrowningGenerate bup-python from Makefile not configure
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-07-18 Rob Browningconfig/configure: find bash via env (as we should)
2015-07-14 Rob BrowningHandle mincore cross-platform differences
2015-06-20 Rob BrowningEject pages after save more selectively
2015-06-20 Rob BrowningAdd fmincore to return an fd's mincore data
2015-03-28 Rob BrowningGet TZ offset from C localtime, given tm_gmtoff 0.27-rc4
2014-05-10 Rob BrowningRevert "Write the system ARG_MAX to an autogenerated...
2014-05-08 Rob BrowningWrite the system ARG_MAX to an autogenerated config...
2013-09-20 Rob Browningconfigure: since the *BSDs have GNU make as gmake,...
2013-09-17 Rob BrowningFix ./configure handling of OS_* for GNU/kFreeBSD.
2013-08-10 Gonéri Le Bouderconfig/configure: ignore utimensat on GNU/kFreeBSD.
2013-07-04 Rob Browningconfig/configure: add and use bup_find_prog; remove...
2013-01-27 Rob BrowningAvoid partial writes of config/config.h.
2013-01-23 Yung-Chin OeiRemove dependency on linux/ext2_fs.h
2012-10-20 Rob BrowningDepend on the kernel headers, not the ext2 headers...
2012-10-14 Rob BrowningDon't try to restore read-only chattr(1) attributes.
2012-09-26 Thomas KlausnerFix GNU make detection and usage.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningAdd utimes/lutimes implementations of _helpers utime...
2011-06-09 Rob BrowningTest for available nanosecond stat timestamp members.
2011-06-09 Rob BrowningAdd -*-shell-script-*- to configure.inc.
2011-06-09 Rob BrowningUse FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the...
2011-06-09 Aneurin Priceconfigure.inc: strip trailing characters from 'uname...
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennarunconfig: more config stuff to config/ subdir, call it...