]> arthur.barton.de Git - bup.git/history - Makefile
Update base_version to 0.34~ for 0.34 development
[bup.git] / Makefile
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 BrowningMove Makefile to GNUmakefile
2021-03-28 Rob Browningbup_py_bytes_main: add to support py 3.6 compat
2021-03-28 Rob BrowningMove msg() to bup/io.[hc] in preparation for more sharing
2021-03-28 Rob BrowningCompute C dependencies automatically
2021-03-28 Rob BrowningRework compilation of binaries; prepare for automatic...
2021-03-28 Rob BrowningMakefile: fix pytest invocation when xdist isn't available
2021-03-28 Rob BrowningMakefile: don't depend on dev/python to clean
2021-03-27 Rob BrowningConvert top level executables to binaries and clean...
2021-03-06 Rob BrowningHandle external commands directly rather than via renam...
2021-03-06 Rob BrowningMakefile: check for bup version failures
2020-12-05 Rob BrowningMigrate tests to pytest
2020-11-26 Rob BrowningAutodetect xdist and translate make -j to xdist -n
2020-11-26 Johannes BergMigrate the remaining (standalone) test/ext tests to...
2020-11-26 Rob BrowningMove ext/test.sh to ext/test-misc to match test-* pattern
2020-11-26 Johannes Bergtests: convert python-based tests to pytest
2020-11-26 Johannes Bergtests: partially convert to pytest
2020-11-26 Rob BrowningMove t*.py tests to test_*.py for pytest autodetection
2020-11-26 Johannes Bergtests: move all tests to test/
2020-11-22 Rob Browningwrite_idx: fix handling of signed/unsigned values
2020-11-22 Rob Browningcompat: add "with pending_raise(ex)" to simplify nested...
2020-08-22 Rob BrowningMakefile: remove vestigial checkout_info.py installatio...
2020-08-15 Rob BrowningMakefile: specify -Wformat=2 rather than error given...
2020-08-09 Rob Browningchecked_malloc: use %z to format size_t; enable -Wformat=2
2020-08-08 Rob BrowningAdd trivial tests for current help behavior
2020-07-05 Rob BrowningAvoid varying git archive content for ref; rework versi...
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 BrowningRemove Python 3 guardrail: BUP_ALLOW_UNEXPECTED_PYTHON_...
2020-07-05 Rob BrowningStop forcing LC_CTYPE=ISO-8859-1
2020-06-21 Johannes Bergweb: fix for python3
2020-06-21 Rob BrowningWrap readline oursleves to avoid py3's interference
2020-06-19 Rob Browningdistutils: handle CFLAGS and LDFLAGS directly
2020-03-01 Johannes Bergbuild: fix C-side dependencies
2020-02-23 Johannes Bergtest-save-errors: add tests for inaccessible metadata
2020-02-02 Rob Browningtest-web: mark as unresolved with respect to python 3
2020-02-02 Rob Browningtest-restore-map-owner: accommodate python 3 and test...
2020-02-02 Rob BrowningEnable test-index-check-device test-xdev for python 3
2020-02-02 Rob Browningget: adjust for python 3 and test there
2020-02-02 Rob Browningfuse: adjust for python 3 and test there
2020-02-02 Rob BrowningAdjust memtest and random_sha for python 3 and enable...
2020-02-02 Rob Browningftp: accommodate python 3 and test there
2020-02-02 Rob Browningprune-older: accommodate python 3 and test there
2020-02-02 Rob Browningtest-on: enable for python 3
2020-02-02 Rob Browningtest-rdiff-backup: enable for python 3
2020-02-02 Rob Browningtest-main: enable for python 3
2020-02-02 Rob Browningimport-duplicity-cmd: adjust for python 3 and enable...
2020-02-02 Rob Browningtest-gc: enable for python 3
2020-02-02 Rob BrowningAdjust rm-cmd and bup.rm for python 3 and enable test-rm
2020-02-02 Rob BrowningAdjust resolve-parent for python 3 and enable test...
2020-02-02 Rob BrowningEnable test-rm-between-index-and-save for python 3
2020-02-02 Rob BrowningTest test-restore-single-file test-save-creates-no...
2020-02-02 Rob BrowningEnable test-index test-restore-single-file for python 3
2020-02-02 Rob Browningtest-sparse-files: accommodate python 3 and test there
2020-02-02 Rob BrowningAdjust restore-cmd for python 3 and then enable test...
2020-02-02 Rob Browningtest-packsizelimit: test with python 3
2020-02-02 Rob BrowningAdjust split-cmd join-cmd margin-cmd for python 3;...
2020-02-02 Rob Browninglist-idx-cmd: adjust for python 3 and enable test-list-idx
2020-02-02 Rob Browningtest-cat-file test-command-without-init-fails: test...
2020-02-02 Rob BrowningAdjust --exclude* parsing and drecurse-cmd for python...
2020-02-02 Rob Browningdamage-cmd: adjust for python 3 and enable test-fsck
2020-02-02 Rob BrowningAdjust columnate for python 3; enable test-ls test...
2020-02-02 Rob BrowningTest test-argv test-compression test-index-clear test...
2020-02-02 Rob Browningtresolve: accommodate python 3 and test there
2020-02-02 Rob BrowningAdjust server and client to accommodate python 3
2020-02-02 Rob Browningtvfs: accommodate python 3 and test there
2020-02-02 Rob Browningtmetadata: accommodate python 3 and test there
2020-01-20 Rob Browninggit: accommodate python 3 and enable tests
2020-01-20 Rob Browninghelpers: accommodate python 3 and enable tests
2020-01-17 Greg TroxelMakefile: Use explict bup_python to invoke a python...
2020-01-11 Rob BrowningFix the handling of the configure MAKE and PYTHON vars
2020-01-08 Rob BrowningMakefile: don't rely on head -n -1
2019-12-22 Rob BrowningFix tindex for python 3
2019-12-15 Rob BrowningMake adjustments to fix tbloom for python 3
2019-12-15 Rob BrowningPrevent Python 3 from interfering with argv bytes
2019-12-15 Rob BrowningSimplify bup startup process
2019-12-15 Rob BrowningMove bup to cmd/ and symlink ./bup to cmd/bup
2019-12-01 Rob BrowningRun wvtest.py directly for lib tests
2019-12-01 Rob BrowningInstall bup-python and rely on it everywhere
2019-12-01 Rob BrowningMakefile: add simple check-both target to test python...
2019-11-29 Rob BrowningMakefile: append python 2 tests to common lists
2019-10-13 Rob Browningtxstat: fix for python 3
2019-10-13 Rob Browningthelpers: adjust for python 3
2019-10-13 Rob Browningtshquote.py: test with python 3
2019-10-13 Rob Browningtoptions.py: test with python 3
2019-10-13 Rob BrowningExplicitly list python tests; test vint with python 3
2019-10-13 Rob BrowningSelectively clean commands in cmd/
2019-09-29 Rob BrowningHave "make check" to do nothing for Python 3
2019-03-03 Rob BrowningAdd bup get; see the documentation for further information
2018-12-17 Rob BrowningMakefile: check _helpers.so uniqueness via python command
2018-10-20 Rob Browningupdate-doc-branches: add command to update man and...
2018-10-05 Rob BrowningMakefile: fix find -printf issue on FreeBSD
2018-02-10 Rob BrowningMakefile: Don't use printf '\c'; not needed, and not...
2018-01-27 Rob Browning_helpers: fix module init, and get it at least building...
2017-12-24 Rob BrowningPort ftp to vfs2 and add test-ftp
2017-12-18 Rob BrowningSupport remote listings: bup ls -r ...
2017-06-18 Rob BrowningMove test.sh save/restore tests to test-save-restore
2017-05-20 Rob BrowningHonor git config pack.packSizeLimit when set
next