Thomas Waldmann
92a2b5ccc9
fixup: lits means literals
2021-01-07 23:30:42 +01:00
Thomas Waldmann
f9802d80a0
fix typos (work done by Andrea Gelmini)
2021-01-07 18:47:23 +01:00
i-do-cpp
aec8b27fff
Update zstd_compress.c
2020-08-31 09:34:08 +02:00
i-do-cpp
d514281e73
Fix setParameter not falling back to default compression level on 0 value
...
See documentation for `ZSTD_c_compressionLevel`: `Special: value 0 means default, which is controlled by ZSTD_CLEVEL_DEFAULT`
2020-08-31 09:25:43 +02:00
Taylor Braun-Jones
105d9b62ae
Minor CMake refactoring/simplification
2020-04-09 17:16:12 -04:00
Taylor Braun-Jones
b674a1eec3
Fix that installation of the libzstd.pc does not respect DESTDIR installations
2020-04-09 17:16:12 -04:00
Taylor Braun-Jones
c22551b903
Generate a better CMake Package Config file
2020-04-09 17:16:12 -04:00
Taylor Braun-Jones
5b054d9e90
Add support for running more tests via CTest
2020-03-30 15:14:00 -04:00
Taylor Braun-Jones
496d8c8b77
Respect the conventional BUILD_TESTS CMake option on the first configure
2020-03-23 17:49:04 -04:00
Taylor Braun-Jones
3cbc3d37e7
Add documentation for -T option
2020-03-23 17:49:04 -04:00
Taylor Braun-Jones
12e421b3c0
Fix testing documentation typo
2020-03-23 17:48:59 -04:00
PhoebeHui
7738709020
Update comments
2020-01-19 23:51:40 -08:00
PhoebeHui
3e8222be58
Add vcpkg installation instructions
2020-01-17 03:31:08 -08:00
Tyler-Tran
c55d2e7ba3
Adding shrinking flag for cover and fastcover ( #1656 )
...
* Changed ERROR(GENERIC) excluding inits
* editing git ignore
* Edited init functions to size_t returns
* moved declarations earlier
* resolved issues with changes to init functions
* fixed style and an error check
* attempting to add tests that might trigger changes
* added && die to cases expecting to fail
* resolved no die on expected failed command
* fixed accel to be incorrect value
* Adding an automated shrinking option
* Fixing build
* finalizing fixes
* fix?
* Removing added comment in cover.h
* Styling fixes
* Merging with fb dev
* removing megic number for default regression
* Requested revisions
* fixing support for fast cover
* fixing casting errors
* parenthesis fix
* fixing some build nits
* resolving travis ci syntax
* might resolve all compilation issues
* removed unused variable
* remodeling the selectDict function
* fixing bad memory access
* fixing error checks
* fixed erroring check in selectDict
* fixing mixed declarations
* modify mixed declaration
* fixing nits and adding test cases
* Adding requested changes + fixed bug for error checking
* switched double comparison from != to <
* fixed declaration typing
* refactoring COVER_best_finish() and changing shrinkDict
* removing the const's
* modifying ZDICT_optimizeTrainFromBuffer_cover functions
* fixing potential bad memcpy
* fixing the error function for dict size
2019-06-27 16:26:57 -07:00
Yosuke Tanigawa
f46a3603c9
Update README.md
...
Fix minor typo in the documentation.
2019-06-05 09:11:21 -07:00
Tyler-Tran
cb47871a0a
[dictBuilder] Be more specific than ERROR(generic) ( #1616 )
...
* Specify errors at a finer granularity than `ERROR(generic)`.
* Add tests for bad parameters in the dictionary builder.
2019-05-22 18:57:50 -07:00
Li-Wen Hsu
1a6f2b4f7f
Change Cirrus CI's badge to dev branch
2019-01-31 05:37:04 +08:00
Li-Wen Hsu
281c7970ac
Add Cirrus-CI build status badge
2019-01-17 03:43:02 +08:00
Li-Wen Hsu
1828c2619c
Add Cirrus-CI config for FreeBSD builds
2019-01-17 03:42:14 +08:00
Li-Wen Hsu
6ff9d5e881
Include unistd.h on unix platforms for explicit function declaration
2019-01-16 04:55:43 +08:00
ko-zu
b053bec2f4
Fix largeNbDicts bench for clangbuild
...
Remove unsigned to size_t promotion to fix implicit down conversion errors in clangbuild target.
2018-09-17 13:09:08 +09:00
ko-zu
18b4a1da61
Fix clang build
...
Fix dixygen comment
Fix clang binary path
2018-09-16 10:27:02 +09:00
Jesse Talavera-Greenberg
2f70fbf2a3
Made -H's printout specify the semantics of -T0
2018-03-12 20:43:32 -04:00
ne-sted
50aea2f293
cli: fix align of defaults
2018-01-24 15:07:22 +02: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
-
19f61b534e
use _stat64 only when targetting Win2k or later
2017-02-10 10:56:45 +01:00
jungle-boogie
6c7e7ddee9
gmake necessary on *BSD systems.
2016-09-20 10:15:16 -07:00
r-lyeh
0da7941a72
Bugfixed Visual Studio errors when compiled as C++ sources
2015-01-26 10:24:04 +01:00