borgbackup/src/borg/algorithms
Thomas Waldmann c188a0b0bc add "# cython: language_level=3" directive to .pyx files, fixes #4214
in master branch, it was possible to do this via setup.py's
cythonize() calls, but we do not have them in 1.1.

thus, i modified the source files, setting the language level to 3,
which is supported since long in Cython (3str is only supported since
recently so might fail with older Cython versions).

Before this changeset, current Cython 0.29.x emitted a FutureWarning,
but still compiled. The next major release of Cython is said to emit
an error instead, so this changeset hopefully avoids the build breaking
after a Cython upgrade.
2019-01-05 20:12:32 +01:00
..
blake2/ref update blake2 reference impl file (cosmetic) 2017-12-18 04:26:15 +01:00
lz4/lib update bundled lz4 code to 1.8.2 2018-06-02 01:25:52 +02:00
xxh64 file_integrity: use xxh64 2017-06-01 21:26:42 +02:00
zstd/lib update bundled zstd to 1.3.4, fixes #3745 2018-04-13 00:24:29 +02:00
__init__.py borg.algorithms definition 2017-06-07 23:53:19 +02:00
blake2-libselect.h crypto.low_level extension: build blake2 like zstd, see #3415 2017-12-18 04:29:33 +01:00
checksums.pyx add "# cython: language_level=3" directive to .pyx files, fixes #4214 2019-01-05 20:12:32 +01:00
crc32_clmul.c create package borg.algorithms with borg.algorithms.crc32 module 2017-05-02 18:53:54 +02:00
crc32_dispatch.c algorithms.checksums: work around GCC 4.4 bug by disabling CLMUL 2017-06-05 15:07:49 +02:00
crc32_slice_by_8.c crc32-slice-by-8.c: fix for C90 compilers 2017-11-27 01:01:34 +01:00
lz4-libselect.h compress extension: build lz4 like zstd, see #3415 2017-12-18 02:41:30 +01:00
zstd-libselect.h support code to build bundled zstd code into the compress extension 2017-12-15 03:13:54 +01:00