Yann Collet
|
a71256a2ee
|
fix several cast
|
2019-10-17 11:01:20 -07:00 |
|
Yann Collet
|
000404311f
|
fix incorrect dictName/FileName comparison on Windows
inode identification does not seem to work on Windows,
even with on a msys2 posix layer.
|
2019-10-17 10:56:14 -07:00 |
|
Yann Collet
|
8e715d57c5
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2019-10-17 10:50:58 -07:00 |
|
Yann Collet
|
303261f659
|
ignore build artifact from educational decoder test
|
2019-10-17 10:50:39 -07:00 |
|
Yann Collet
|
6446ffb277
|
Merge pull request #1827 from facebook/dm_Dct
updated erroneous comments using ZSTD_dm_*
|
2019-10-17 10:30:58 -07:00 |
|
Yann Collet
|
25ce9ac401
|
removed UNALIGNED() macro from educational decoder
as this name collides with existing macro in mingw64+clang9.
|
2019-10-16 17:27:03 -07:00 |
|
Yann Collet
|
edca7970ac
|
Merge pull request #1828 from bimbashrestha/education_decoder_check
Removing unnecessary check on education decoder
|
2019-10-16 17:21:47 -07:00 |
|
Yann Collet
|
19741c7d99
|
Merge pull request #1815 from facebook/zlibwrap
make zlibWrapper strict ISO-C90 compatible
|
2019-10-16 16:45:15 -07:00 |
|
Yann Collet
|
b6f6e34c5b
|
Merge pull request #1826 from facebook/noWild8
removed wildcopy8()
|
2019-10-16 16:43:36 -07:00 |
|
Bimba Shrestha
|
83749411a6
|
Removing unnecessary check from decode side
|
2019-10-16 16:26:46 -07:00 |
|
Yann Collet
|
6323966e53
|
updated erroneous comments using ZSTD_dm_*
instead of the current ZSTD_dct_*,
reported by @nigeltao (#1822)
|
2019-10-16 16:14:04 -07:00 |
|
Yann Collet
|
2d5201b0ab
|
removed wildcopy8()
which is no longer used,
noticed by @davidbolvansky
|
2019-10-16 14:51:33 -07:00 |
|
Yann Collet
|
6309be677c
|
minor comments & refactoring
|
2019-10-15 16:09:18 -07:00 |
|
Yann Collet
|
8b6d96827c
|
Merge pull request #1731 from chungy/stdin_nochmod
[programs] don’t do chmod when coming from stdin or multiple files
|
2019-10-14 09:34:56 -07:00 |
|
Yann Collet
|
bda4669edc
|
Merge pull request #1792 from dmitri-shubin/dev
Don't hardcode installation directories in CMakeLists.txt
|
2019-10-14 09:27:25 -07:00 |
|
Yann Collet
|
b3e92ad346
|
Merge pull request #1812 from senhuang42/output-dir-flat
Support for --output-dir-flat: output into a directory
|
2019-10-14 09:25:05 -07:00 |
|
Yann Collet
|
e8a2e684b2
|
Merge pull request #1823 from vangyzen/fwrite_errno
Include errno in all fwrite error messages in fileio.c
|
2019-10-14 09:20:18 -07:00 |
|
Yann Collet
|
fb77afc626
|
Merge pull request #1760 from bimbashrestha/extract_sequences_api
Adding api for extracting sequences from seqstore
|
2019-10-10 13:11:18 -07:00 |
|
Eric van Gyzen
|
46ee10dfb5
|
Include errno in all fwrite error messages in fileio.c
|
2019-10-10 09:21:29 -05:00 |
|
Sen Huang
|
c5ebb37051
|
Only check for filename collisions when using --output-dir-flat
|
2019-10-09 09:39:52 -04:00 |
|
Nick Terrell
|
f5f929fc61
|
Merge pull request #1820 from mhlakhani/dev
Add OSS-Fuzz fuzzing badge
|
2019-10-08 17:58:16 -04:00 |
|
Hasnain Lakhani
|
8826f3b433
|
Add OSS-Fuzz fuzzing badge
This is basically redoing https://github.com/facebook/zstd/pull/1818 by @inferno-chromium from the OSS-Fuzz team
|
2019-10-08 14:13:45 -07:00 |
|
Sen Huang
|
6e406b55ee
|
Casting to void* to avoid C4090 warnings
|
2019-10-08 09:54:59 -04:00 |
|
Sen Huang
|
332b5988d8
|
Suppress C4090 warning
|
2019-10-08 09:44:24 -04:00 |
|
Sen Huang
|
f9b1da6f62
|
Hopefully fix VS compiler warning
|
2019-10-08 00:15:28 -04:00 |
|
Yann Collet
|
e0d413d648
|
fixed init warning
|
2019-10-04 15:09:52 -07:00 |
|
Bimba Shrestha
|
24bc2e062d
|
Merge pull request #1 from facebook/dev
Merging main dev
|
2019-10-04 10:29:29 -07:00 |
|
Sen Huang
|
6b81bfb257
|
Changed function name, fix test
|
2019-10-03 15:23:49 -04:00 |
|
Sen Huang
|
64bc441d7d
|
Now constructs final destination path without allocating new table
|
2019-10-03 13:53:04 -04:00 |
|
Bimba Shrestha
|
36528b96c4
|
Manually moving instead of memcpy on decoder and using genBuffer()
|
2019-10-03 09:26:51 -07:00 |
|
Bimba Shrestha
|
61ec4c2e7f
|
Cleaning sequence parsing logic
|
2019-10-03 06:42:40 -07:00 |
|
Yann Collet
|
cadff8cdc4
|
zlibwrapper : fixed flag-variable name
release doesn't use specific std/debug flags
|
2019-10-02 17:41:19 -07:00 |
|
Yann Collet
|
c69ed0f8d7
|
updated tests for zlibwrapper C90 strict compatibility
|
2019-10-02 17:32:19 -07:00 |
|
Sen Huang
|
4dc604cab8
|
Addressed comments on malloc
|
2019-10-02 18:34:42 -04:00 |
|
Sen Huang
|
c763457e0a
|
Static analyze fix
|
2019-10-02 15:30:24 -04:00 |
|
Sen Huang
|
b93f1b2a30
|
CI Tests fix
|
2019-10-02 11:29:34 -04:00 |
|
Sen Huang
|
147b761454
|
Removed strdup() dependency
|
2019-10-02 11:18:14 -04:00 |
|
Sen Huang
|
1e4d602412
|
Modified message
|
2019-10-02 11:11:35 -04:00 |
|
Sen Huang
|
f80437c586
|
Add support for --output-dir-flat
New flag to specify output directory destination for multiple files.
|
2019-10-02 11:08:20 -04:00 |
|
Bimba Shrestha
|
b63a1e7ae5
|
Typo fix
|
2019-09-27 07:20:20 -07:00 |
|
Bimba Shrestha
|
91daee5c06
|
Fixing appveyor test
|
2019-09-26 16:21:57 -07:00 |
|
Bimba Shrestha
|
75b1286354
|
Fixing shortest failure
|
2019-09-26 16:07:34 -07:00 |
|
Bimba Shrestha
|
bb27472afc
|
Adding more realistic test for get sequences
|
2019-09-26 15:38:31 -07:00 |
|
Yann Collet
|
69c9401932
|
simplified Makefile
and fixed a few c++-compat issues
|
2019-09-26 15:01:29 -07:00 |
|
Yann Collet
|
0582b27cae
|
added c++-compat build flag
ensure code can be compiled "as is" in C++ mode
also : restructured flags so that they can be individually changed / disabled on command line
|
2019-09-26 13:08:25 -07:00 |
|
Yann Collet
|
cb18fffe65
|
enforce C90 compatibility for zlibWrapper
|
2019-09-24 17:50:58 -07:00 |
|
Yann Collet
|
ad2a2785f7
|
bump version number to v1.4.4
so that future reports on `dev` branch use this number instead
|
2019-09-24 15:15:33 -07:00 |
|
Bimba Shrestha
|
c04245b257
|
Replacing assert with memory_allocation error code throw
|
2019-09-23 15:42:16 -07:00 |
|
Bimba Shrestha
|
be0bebd24e
|
Adding test and null check for malloc
|
2019-09-23 15:08:18 -07:00 |
|
Yann Collet
|
a07da7b0db
|
Merge pull request #1808 from davidbolvansky/highset-codegen
Improve ZSTD_highbit32's codegen
|
2019-09-23 13:44:27 -07:00 |
|