Przemyslaw Skibinski
fa492a3eca
Tests for thread 1 (when CIRCLE_NODE_TOTAL=1) or thread 2
2017-02-16 14:39:21 +01:00
Przemyslaw Skibinski
cb76944861
final colon
2017-02-16 13:51:21 +01:00
Przemyslaw Skibinski
d3ff834562
check CIRCLE_NODE_TOTAL
2017-02-16 13:45:40 +01:00
Przemyslaw Skibinski
9e97a8a45a
check $CIRCLE_NODE_INDEX
2017-02-16 13:36:12 +01:00
Przemyslaw Skibinski
f8a5749c22
circle.yml: run only short tests
2017-02-16 13:08:30 +01:00
Przemyslaw Skibinski
b0511aeca5
fix travis.yml
2017-02-16 12:33:25 +01:00
Przemyslaw Skibinski
e0d2a146d1
.travis.yml: detect "$TRAVIS_EVENT_TYPE" = "cron"
2017-02-16 12:29:08 +01:00
Przemyslaw Skibinski
90e5412a4e
added -I/usr/include/x86_64-linux-gnu for asan32
2017-02-14 23:30:23 +01:00
Przemyslaw Skibinski
9b5a1e9d97
added circle.yml
2017-02-14 20:06:41 +01:00
Przemyslaw Skibinski
226a6387a9
Merge remote-tracking branch 'refs/remotes/facebook/dev' into gz_compress
2017-02-14 20:04:56 +01:00
Yann Collet
c09d16ba8c
preset behavior for gzip, gunzip and gzcat
...
when zstd is called through a link named gzip, gunzip or gzcat,
provides the same behavior as the related program.
gzip compresses using --format=gz
both gzip and gunzip enable --rm by default
2017-02-14 10:45:19 -08:00
Yann Collet
aca067f19d
Merge pull request #543 from inikep/gz_compress
...
Gz compress
2017-02-14 10:30:22 -08:00
Yann Collet
9696bfc2ad
Merge pull request #544 from ds77/avoid-empty
...
Portable way to avoid empty unit warning in threading.c
2017-02-14 00:54:55 -08:00
Yann Collet
1decff24b8
Merge pull request #546 from zefanxu/dev
...
fix memory leak
2017-02-14 00:49:06 -08:00
Przemyslaw Skibinski
970419535f
fixed function name (2)
2017-02-14 09:47:29 +01:00
Przemyslaw Skibinski
98509a70ac
fixed function name
2017-02-14 09:23:32 +01:00
zefanxu2
2bb6fc2a94
fix memory leak
2017-02-13 21:12:59 -06:00
Yann Collet
58af614ef2
push version and NEWS to v1.1.4
2017-02-13 18:32:44 -08:00
ds77
08e6a88a97
avoid empty translation unit warning without #pragma
2017-02-14 00:46:47 +01:00
Przemyslaw Skibinski
1a195b3b7a
fixed unitialized variable warning
2017-02-13 22:56:31 +01:00
Przemyslaw Skibinski
48466b36e8
Resolve conflict with branch 'refs/remotes/facebook/dev'
...
# Conflicts:
# programs/fileio.c
2017-02-13 21:35:39 +01:00
Yann Collet
db2666c10c
Merge pull request #536 from iburinoc/multiframe
...
Simple API multiframe decoding
2017-02-13 12:18:16 -08:00
Przemyslaw Skibinski
64f7221958
limit zlib compression level to Z_BEST_COMPRESSION
2017-02-13 21:00:41 +01:00
Yann Collet
73d7a15707
Merge pull request #542 from ds77/large-sparse-fix
...
zstdcli: fix writing 2GB+ sparse files under Windows
2017-02-13 11:57:35 -08:00
Przemyslaw Skibinski
5a3bb05bb2
Merge remote-tracking branch 'refs/remotes/facebook/dev' into gz_compress
...
# Conflicts:
# programs/Makefile
2017-02-13 20:47:01 +01:00
ds77
6220bfc924
fix indentation in previous commit
2017-02-13 12:00:59 +01:00
ds77
168d9b8006
fix seeking 2GB+ files under Windows
...
Replace fseek() in FIO_fwriteSparse() and FIO_fwriteSparseEnd() with macro expanding to 64-bit fseek version provided by the platform (includes fallback workaround using Win32 API).
2017-02-12 16:05:19 +01:00
Yann Collet
acfa151622
Merge pull request #540 from ds77/dev-stat64-fix
...
zstdcli: Fix reporting incorrect sizes of large flies on MinGW
2017-02-11 21:08:08 -08:00
Yann Collet
145f450a1b
Merge pull request #541 from inikep/mingw
...
fixed "mingw32" AppVeyor target
2017-02-11 21:07:53 -08:00
Przemyslaw Skibinski
eb132530cd
revert last commit
2017-02-10 21:15:49 +01:00
Sean Purcell
d7bfcac18a
Expose frameSrcSize to experimental API
2017-02-10 11:55:44 -08:00
Przemyslaw Skibinski
645f5b9856
fix for original MinGW
2017-02-10 20:09:28 +01:00
Sean Purcell
5069b6c2c3
Merge branch 'dev' into multiframe
2017-02-10 10:08:55 -08:00
ds77
45f0c207ab
use _stati64() in UTIL_getFileSize() when compiling with mingw, get rid of introduces previously preprocessor checks.
2017-02-10 18:37:57 +01:00
Przemyslaw Skibinski
456330948a
Merge remote-tracking branch 'refs/remotes/facebook/dev' into mingw
...
# Conflicts:
# programs/platform.h
2017-02-10 13:38:54 +01:00
Yann Collet
bbba42acd1
Merge pull request #537 from terrelln/small-bugs
...
Fix small bugs
2017-02-10 04:35:43 -08:00
-
7ec315df0d
fix previous commit
...
* struct _stat64 is not defined by (non-w64) MinGW releases, __stat64 should be everywhere
* proper detection of _stat64() availability (as in MinGW sys/stat.h)
2017-02-10 13:27:43 +01:00
Przemyslaw Skibinski
192e20338f
appveyor.yml: fixed clang test
2017-02-10 13:10:25 +01:00
Yann Collet
a28c34cb7a
Merge pull request #538 from iburinoc/errorstring
...
Fix ZSTD_getErrorString and add tests
2017-02-10 03:59:56 -08:00
Yann Collet
2333afcebe
Merge pull request #533 from inikep/dev11
...
--priority=rt
2017-02-10 03:50:08 -08:00
Przemyslaw Skibinski
7059784192
appveyor.yml: reordering of tests
2017-02-10 12:41:31 +01:00
Przemyslaw Skibinski
bc2bfa4c9a
fix missing "
2017-02-10 12:32:30 +01:00
Przemyslaw Skibinski
cb8d2d9d96
appveyor.yml: add clang target
2017-02-10 12:01:14 +01:00
Przemyslaw Skibinski
bdadb82d5d
fixed "mingw32" AppVeyor target
2017-02-10 11:01:52 +01:00
-
19f61b534e
use _stat64 only when targetting Win2k or later
2017-02-10 10:56:45 +01:00
Przemyslaw Skibinski
429e13099a
fix 64-bit file support for MinGW
2017-02-10 10:36:44 +01:00
Nick Terrell
d08019813b
Improvement from @inikep
2017-02-09 14:20:52 -08:00
ds77
9cde3f8b2e
use _stat64() on MinGW
...
On MinGW, use _stat64() and struct _stat64 instead of stat() and struct stat_t. This fixes reporting incorrect sizes for large files.
2017-02-09 22:49:31 +01:00
Sean Purcell
269b2cd3d8
Documentation updates
2017-02-09 13:25:30 -08:00
Sean Purcell
84b37cc1f1
Fix failing unit test
2017-02-09 12:27:39 -08:00