Thomas Waldmann
1f90d4a77a
fixup: fix some algorithms/* ignores
2022-03-17 23:34:26 +01:00
Thalian
62ace206d6
[DOCS] #4587 – Make Sphinx warnings break docs build
...
Add VS Code dir to ignores.
2020-03-16 19:06:00 +01:00
Will
2087eeb323
Ignore syncfilerange.c
2020-03-05 12:57:59 -05:00
Jürg Rast
f0b74146da
Created new scripts for preparing and building borg
2019-10-30 01:06:46 +01:00
Jürg Rast
6b426d08d7
Initial work to build and run borg under windows
...
- Created a batch file to build borg on windows
- Adjusted setup.py to be runnable on windows and build the windows
extension
- Extracted the free space check to a function in the platform module
- Created the minimal needed (dummy) functions for the windows platform
module
2019-08-24 10:17:18 +02:00
Thomas Waldmann
8cd451bd33
python 3.5+ does not generate .pyo any more
2017-07-29 21:13:57 +02:00
Marian Beermann
3f8a0221ee
Revert "move chunker to borg.algorithms"
...
This reverts commit 956b50b29c
.
# Conflicts:
# setup.py
# src/borg/archive.py
# src/borg/helpers.py
2017-06-07 23:51:42 +02:00
Marian Beermann
ee821a70f5
update .gitignore
2017-06-07 11:06:37 +02:00
Marian Beermann
d32eadeb38
gitignore: complete paths for src/ excludes
2017-05-02 20:49:27 +02:00
Marian Beermann
a976e11a63
create crypto package with key, keymanager, low_level
2017-05-02 20:49:27 +02:00
Marian Beermann
fa381ffcbe
create package borg.algorithms with borg.algorithms.crc32 module
2017-05-02 18:53:54 +02:00
Marian Beermann
9afebead84
two fast CRC implementations
...
CRC slice by 8 for generic CPUs outperforms zlib CRC32 on ppc
and x86 (ARM untested but expected to as well).
PCLMULQDQ derived from Intel's zlib patches outperforms every other
CRC implementation by a huge margin.
2017-01-02 15:54:14 +01:00
TW
c0615c78e9
Merge pull request #1358 from PlasmaPower/git-ignore-platform-c
...
Ignore generated platform C files
2016-07-23 16:18:10 +02:00
Lee Bousfield
2eef0fb894
Ignore generated platform C files
2016-07-23 09:15:16 -04:00
Lee Bousfield
477b374a28
gitignore .coverage.*
2016-07-22 18:55:14 -04:00
Thomas Waldmann
f363ddd7ca
Merge branch '1.0-maint'
2016-07-04 20:11:21 +02:00
Lee Bousfield
58e42deaa0
Add .eggs to .gitignore
2016-06-30 18:00:39 -04:00
Thomas Waldmann
3ce35f6843
Merge branch 'master' into move-to-src
2016-05-21 19:06:01 +02:00
Thomas Waldmann
76839362e2
fix packaging/git/coverage for src/ path
2016-05-05 21:42:37 +02:00
Antoine Beaupré
8e36075fe9
commit usage files directly into git
...
the generation of those files was causing us way too much pain to
justify automatically generating them all the time.
those will have to be re-generated with `build_api` or `build_usage`
as appropriate, for example when function signatures or commandline
flags change.
see #384
2015-11-13 10:42:52 -05:00
TW
03b6b24730
Merge pull request #263 from anarcat/venv-docs
...
fix virtualenv path in .gitignore
2015-10-08 20:59:35 +02:00
Antoine Beaupré
712170c71a
fix virtualenv path in .gitignore
...
the current instructions create a dirty tree that `git add .` would
commit into git. this is error prone and somewhat unclean.
i found it preferable to change the `.gitignore` than to change the instructions, since there are probably `borg-env` environments lying around everywhere already.
2015-10-07 22:42:33 -04:00
Antoine Beaupré
0b8e835eb8
api.rst is autogenerated, ignore it
2015-10-07 17:59:00 -04:00
Thomas Waldmann
56bf8b79cb
add .vagrant to .gitignore
2015-09-15 18:27:16 +02:00
Ronny Pfannschmidt
8b6ca0d912
propperly handle borg._version using setuptools_scm
2015-08-22 15:54:40 +02:00
Thomas Waldmann
8af3aa3397
merged master
2015-08-09 23:51:46 +02:00
Thomas Waldmann
5864bd76eb
fix test coverage / codecov.io, use xcode6.4
2015-08-08 18:31:41 +02:00
Thomas Waldmann
27de1b0a43
add a wrapper around liblz4
2015-08-01 15:07:54 +02:00
Thomas Waldmann
fde952a6d9
.gitignore: add nuitka and cache stuff
2015-07-26 15:37:36 +02:00
Thomas Waldmann
fbaa505191
PR #206 - Merge branch 'fixes' of https://github.com/thomaswaldmann/attic into merge
2015-03-06 23:18:08 +01:00
Thomas Waldmann
0e5ef376bf
add .idea/ to gitignore, so PyCharm stuff does not get accidentally added/committed
2015-02-28 02:33:35 +01:00
Radek Podgorny
939e75467e
add more .c files to .gitigore
2015-02-04 00:04:22 +01:00
Jonas Borgström
052e4f2074
Remove some autogenerated files
2014-02-18 23:10:32 +01:00
Jonas Borgström
8a2f555c68
Packaging improvements
2013-06-24 13:53:02 +02:00
Jonas Borgström
3e5433855c
Use Cython for all native code
2013-05-31 14:08:02 +02:00
Jonas Borgström
1d525b4dc5
Bumped version number
2011-11-06 21:40:29 +01:00
Jonas Borgström
be8a14bd7e
Initial documentation
2011-11-05 19:43:23 +01:00
Jonas Borgström
869f720be4
Various changes
2010-10-31 21:55:09 +01:00
Jonas Borgström
4bbd093a56
Added dedupestore "console script"
2010-10-15 20:46:17 +02:00
Jonas Borgström
af8c943694
bandedstore: Handle aborted transactions better
2010-10-13 22:18:54 +02:00