1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-03 22:30:29 +02:00
Commit Graph

42 Commits

Author SHA1 Message Date
5490c75dda Also Allow/Document/Test Excluding dfast and Up 2023-05-04 12:31:41 -04:00
cc1ffe0bd6 Add Documentation to lib/README.md 2023-05-04 12:20:02 -04:00
358a237484 [api][visibility] Make the visibility macros more consistent
1. Follow the scheme introduced in PR #2501 for both `zdict.h` and `zstd_errors.h`.
2. If the `*_VISIBLE` macro isn't set, but the `*_VISIBILITY` macro is, use that.
   Also make this change for `zstd.h`, since we probably shouldn't have changed
   that macro name without backward compatibility in the first place.
3. Change all references to `*_VISIBILITY` to `*_VISIBLE`.

Fixes #3359.
2022-12-16 12:54:45 -08:00
b772f53952 Typo and grammar fixes 2022-03-12 08:58:04 +01:00
ebbd675998 Fix typos 2021-11-13 10:04:04 +02:00
02be2a830f build macro ZSTD_DECODER_INTERNAL_BUFFER
just to make the topic more accessible for potential users.
2021-10-25 08:09:04 -07:00
6a7ede3dfc Reduce size of dctx by reutilizing dst buffer (#2751)
* Reduce size of dctx by reutilizing dst buffer

Co-authored-by: Binh Vo <binhvo@fb.com>
2021-10-25 10:38:01 -04:00
sen
91465e23b2 [1.5.0] Enable multithreading in lib build by default (#2584)
* Update lib Makefile to have new targets

* Update lib/README.md for mt
2021-05-07 11:13:30 -04:00
09149beaf8 [1.5.0] Move zstd_errors.h and zdict.h to lib/ root
`zstd_errors.h` and `zdict.h` are public headers, so they deserve to be
in the root `lib/` directory with `zstd.h`, not mixed in with our private
headers.
2021-04-30 15:13:54 -07:00
ce6cd07c33 updated build documentation 2020-10-22 12:31:23 -07:00
b92569a522 [doc] Document new build macros in lib/README.md 2020-09-09 17:13:16 -07:00
fa5e01c467 Add Space-Optimized Helper Variable to Lib Makefile
This diff reorganizes the `lib/Makefile` to extract various settings that a
user would normally invoke together (supposing that they were aware of them)
if they were trying to build the smallest `libzstd` possible. It collects
these settings under a master setting `ZSTD_LIB_MIN_SIZE`.

Also document this new option.
2020-05-04 11:19:25 -04:00
f966cd080a added documentation on DYNAMIC_BMI2 build macro 2019-10-22 17:43:09 -07:00
947548c24f Remove double the from README 2019-04-08 16:50:18 -07:00
641e594309 [libzstd] Remove ZSTDMT from the shared object
* Remove ZSTDMT from the shared object by default.
* Provide a macro `ZSTD_LEGACY_MULTITHREADED_API` to override it.
* Document it in `lib/README.md`.
2019-04-07 18:47:52 -07:00
0fb4b21d1a updated libzstd documentation 2018-12-25 03:10:07 -08:00
ece2c18372 Document Macros in README 2018-12-18 13:36:39 -08:00
b2939163e1 Changed default legacy support to v0.5+
thus dropping read support for v0.4.

It's always possible to re-enable it, by changing build macro ZSTD_LEGACY_SUPPORT to 4.
2018-09-20 14:30:20 -07:00
6a617d70ed Documentation 2018-06-04 09:56:37 -07:00
6b57387728 Update README.md
spelling
2018-01-29 18:42:20 +01:00
2eff217136 updated /lib documentation 2017-12-31 15:50:00 +01:00
baa37c3362 programs/Makefile : better support for GNU conventions
see https://www.gnu.org/prep/standards/html_node/Command-Variables.html
2017-09-06 16:53:59 -07:00
1c7b914cdf update README on BUCK file 2017-09-06 16:23:39 -07:00
36374cc3b4 update and clarify lib/README 2017-09-06 16:15:18 -07:00
e847730452 slightly refined README comments on lib-mt 2017-04-18 23:15:28 -07:00
98cf7fcb2a Update README 2017-04-18 17:03:37 -07:00
825dffbc43 moved zbuff source files into lib/deprecated 2016-12-05 19:28:19 -08:00
62d19a6f39 lib\README.md: added Using MinGW+MSYS to create DLL 2016-11-21 14:22:08 +01:00
52afb3993e zbuff API now generates deprecation warnings 2016-11-16 08:50:54 -08:00
6416b0d705 updated README.md 2016-08-29 13:04:26 +02:00
655393cc72 updated doc for streaming API 2016-08-16 15:11:28 +02:00
16aa38b0e0 minor doc clarifications 2016-07-18 03:52:47 +02:00
85f3919960 moved zstd.h to /lib 2016-07-17 20:42:21 +02:00
26f681451f updated doc 2016-07-08 11:45:08 +02:00
51778b7cca updated README following merging of *_static.h 2016-06-05 01:38:10 +02:00
aaaf923a17 common/util.h moved to programs/util.h
decompress/fse_decompress.c moved to common/
2016-05-09 16:19:25 +02:00
ea4ee3eee0 added compatibility with Visual C++ 2012 2016-04-25 13:09:06 +02:00
a8138fd767 updated lib/README.md part 2 2016-04-25 11:36:44 +02:00
49794316c2 updated lib/README.md 2016-04-25 11:31:28 +02:00
23a0889301 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
dcc000f0eb minor doc clarifications 2016-03-10 01:09:41 +01:00
d56a4192f6 Added : README within /lib directory, to help file selection 2016-02-17 17:47:29 +01:00