Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
456f290e31cc81d436f15f17f15f711e0fcba47b
/
Makefile
fa41bcc
grouped debug functions into debug.h
by Yann Collet
· 6 years ago
b567ce9
Fix name of macOS
by Ryan Schmidt
· 6 years ago
8ef7554
Merge pull request #1165 from facebook/ctxSizeDown
by Yann Collet
· 6 years ago
36922b1
added ld -v to aarch64fuzz
by Yann Collet
· 6 years ago
830fd44
better make -j all behavior
by Yann Collet
· 6 years ago
9d30483
Fix building zstd on OpenBSD.
by Björn Ketelaars
· 7 years ago
5373e44
fixed contrib/adaptive-compression
by Yann Collet
· 7 years ago
9781640
added /contrib projects to `make all`
by Yann Collet
· 7 years ago
cb5eba8
add `zcat` symlink support, suggested by @wtarreau
by Yann Collet
· 7 years ago
f4e5845
ensure MOREFLAGS are not lost in root->tests Makefile invocation
by Yann Collet
· 7 years ago
19cb37f
travis ci : added gcc-7 test
by Yann Collet
· 7 years ago
c6f5bf0
fixed powerpc test
by Yann Collet
· 7 years ago
5b957ba
minor interface adjustments
by Yann Collet
· 7 years ago
05dffe4
Fixed Btree update
by Yann Collet
· 7 years ago
e2bf70e
Add `check` Target to Makefile
by W. Felix Handte
· 7 years ago
e580dc6
Merge pull request #860 from felixhandte/zstd-lz4-support-tests
by Yann Collet
· 7 years ago
5705d9f
Add basic tests for the lz4 integration
by W. Felix Handte
· 7 years ago
bc32b40
reduced zstreamtest --mt memory load
by Yann Collet
· 7 years ago
60ca44b
switched name to cxxtest
by Yann Collet
· 7 years ago
763f8b5
Change c++ test to use CXX and CXXFLAGS environment variables
by Yann Collet
· 7 years ago
6bb781e
[fuzz] Add regressiontest targets
by Nick Terrell
· 7 years ago
8e29838
changed target allarch into allzstd
by Yann Collet
· 7 years ago
e9dc204
fixed a bunch of headers after license change (#825)
by Yann Collet
· 7 years ago
166645e
fixed zstd-compress
by Yann Collet
· 7 years ago
0ab9d55
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
9ba9718
[CI] Add gcc7build test
by Nick Terrell
· 7 years ago
ceda7a9
minor Makefile refactor
by Yann Collet
· 7 years ago
842644e
target gpptest uses CXX environment variable
by Yann Collet
· 7 years ago
afb0aca
zstreamtest : big tests are only enabled in 64-bits mode
by Yann Collet
· 7 years ago
c2edb78
[tests] Fix HAVE_LZMA flag
by Nick Terrell
· 7 years ago
eb7c207
[zstdcli] Disable lzma support for MSAN testing
by Nick Terrell
· 7 years ago
6122af9
--no-big-tests for msan
by Yann Collet
· 7 years ago
bfc2f00
--no-big-tests for zstreamtest
by Yann Collet
· 7 years ago
8bcbf42
fixed g++ prototype mismatch
by cyan4973
· 7 years ago
16f9c57
Merge branch 'dev' into compressionFlow
by Yann Collet
· 8 years ago
f49f760
Test new cmake branches with Circle CI
by Milan Ševčík
· 8 years ago
b402f1e
added make list
by Yann Collet
· 8 years ago
6851db4
created contrib/cleanTabs
by Yann Collet
· 8 years ago
e498ed5
Merge pull request #611 from Majlen/cmake-improvement
by Yann Collet
· 8 years ago
0d09c77
Add build of new cmake branches to Makefile
by Milan Ševčík
· 8 years ago
8d56231
Test new cmake stuff
by Milan Ševčík
· 8 years ago
a8c0c2a
Fix cmake install prefix with cmake-3.x
by Milan Ševčík
· 8 years ago
0b0b10e
Add --no-big-tests flag for qemu fuzz-tests
by Sean Purcell
· 8 years ago
caf0ee8
Make signed integer overflow recoverable in UBsan
by Sean Purcell
· 8 years ago
daec40d
Update .travis.yml and Makefile for medium tests
by Sean Purcell
· 8 years ago
3437bf2
Add build targets to the Makefile, and update CircleCI tests
by Sean Purcell
· 8 years ago
8b1d004
added -Wformat-security flag, as recommended by @pixelb
by Yann Collet
· 8 years ago
27526c7
make : added target shortest
by Yann Collet
· 8 years ago
db478ad
Merge pull request #558 from facebook/manual
by Yann Collet
· 8 years ago
88ba647
fixed c90/gnu90/gnu99 tests
by Yann Collet
· 8 years ago
d41c048
added arm-ppc-compilation Makefile target
by Przemyslaw Skibinski
· 8 years ago
7757577
added `manual` target in root Makefile
by Yann Collet
· 8 years ago
21911ad
move Ubuntu packages install to Makefile
by Przemyslaw Skibinski
· 8 years ago
5dd18b3
travis.yml: reduce number of jobs to 7
by Przemyslaw Skibinski
· 8 years ago
f58ac79
fix uasan-test32
by Przemyslaw Skibinski
· 8 years ago
8a51c69
travis.yml: added uasan-test and uasan-test32
by Przemyslaw Skibinski
· 8 years ago
c2a4632
release builds use less debug symbols and warnings
by Yann Collet
· 8 years ago
d7e3cb5
Resolved merge conflict dev+zstdmt
by Yann Collet
· 8 years ago
900f39e
skip zstdmt at root directory
by Yann Collet
· 8 years ago
563ef8a
CCtxPool starts empty, as suggested by @terrelln
by Yann Collet
· 8 years ago
33fce03
added test checking dictID when using ZSTD_initCStream_usingCDict()
by Yann Collet
· 8 years ago
5eb749e
ZSTDMT_compress() creates a single frame
by Yann Collet
· 8 years ago
7cedbd1
fixed allmost target
by Yann Collet
· 8 years ago
a86a09e
removed examples from standard C tests, since they contain some POSIX elements
by Yann Collet
· 8 years ago
1f57c2e
added : ZSTD_createCDict_byReference()
by Yann Collet
· 8 years ago
c0a1d6d
better cleaning
by Yann Collet
· 8 years ago
e579ab5
introduced QEMU_SYS
by Przemyslaw Skibinski
· 8 years ago
d41380e
make zstd a phony target at root
by Yann Collet
· 8 years ago
3a41559
fixed MinGW compilation
by Przemyslaw Skibinski
· 8 years ago
f3f1321
Fix #419 : no warning when setting custom LDFLAGS
by Yann Collet
· 8 years ago
e405c7a
updated visual projects
by Yann Collet
· 8 years ago
e19111c
make creates libzstd binaries (#415)
by Yann Collet
· 8 years ago
68cd476
initialization of strm->adler
by inikep
· 8 years ago
4602e53
added valgrindTest for zlibWrapper
by inikep
· 8 years ago
bd76017
Merge remote-tracking branch 'refs/remotes/facebook/dev' into zlibWrapper
by inikep
· 8 years ago
3be5c6e
improved zlibWrapper\Makefile
by inikep
· 8 years ago
0704df3
fixed cmake test
by Yann Collet
· 8 years ago
4c9a4c1
changed projects to build
by Yann Collet
· 8 years ago
a266464
better error handling
by Yann Collet
· 8 years ago
b85cdab
Enable install targets for NetBSD.
by Thomas Klausner
· 8 years ago
599c69d
minor Makefile updates
by Yann Collet
· 8 years ago
cb5a320
made -Wdocumentation a clang only flag
by Yann Collet
· 8 years ago
2d5eb2b
updated .travis.yml and appveyor.yml for tests/
by inikep
· 8 years ago
a1c8115
improved tests\Makefile
by inikep
· 8 years ago
156ab8f
APT dependencies moved from Makefile to .travis.yml
by inikep
· 8 years ago
6c36449
minor comments
by Yann Collet
· 8 years ago
2a2ba36
Merge pull request #266 from jrmarino/master
by Yann Collet
· 8 years ago
0d07ec0
Enable build on FreeBSD ports (includes DragonFly BSD)
by jrmarino
· 8 years ago
003c7a8
optimal parser: removed ZSTD_REP_INIT
by inikep
· 8 years ago
5e0ed48
Travis CI: removed -Werror from powerpc compilation
by inikep
· 8 years ago
32faf6c
fixed conversion warnings
by Yann Collet
· 8 years ago
98c8884
added target zstd in root Makefile
by Yann Collet
· 8 years ago
677ed26
Added examples/Makefile
by Yann Collet
· 8 years ago
c35cd5b
New : Zstandard Frame format specification
by Yann Collet
· 8 years ago
8d30cd5
Merge pull request #219 from inikep/dev
by Yann Collet
· 8 years ago
c9bb102
Makefile: added gcc5test and gcc6test
by inikep
· 8 years ago
06d9a73
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
by Yann Collet
· 8 years ago
19cab46
Joined `seqStore` initialization at dispatch point
by Yann Collet
· 8 years ago
c28f9e2
attempt to re-enable msan tests
by Yann Collet
· 8 years ago
c7f008b
Travis cmaketest will also run "make install" and "make uninstall"
by inikep
· 8 years ago
Next »