Lines Matching full:build
3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)
16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a …
17 build: allows hiding static symbols in the dynamic library, using build macro, by @skitt
18 build: support for m68k (Motorola 68000's), by @cyan4973
19 build: improved AIX support, by @Helflym
20 build: improved meson unofficial build, by @eli-schwartz
60 build: Dynamic library built multithreaded by default (#2584, @senhuang42)
61 build: Move `zstd_errors.h` and `zdict.h` to `lib/` root (#2597, @terrelln)
62 build: Allow `ZSTDMT_JOBSIZE_MIN` to be configured at compile-time, reduce default to 512KB (#2611,…
63 build: Single file library build script moved to `build/` directory (#2618, @felixhandte)
64 build: `ZBUFF_*()` is no longer built by default (#2583, @senhuang42)
65 build: Fixed Meson build (#2548, @SupervisedThinking @kloczek)
66 build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson)
67 build: Detect presence of `md5` on Darwin (#2609, @felixhandte)
68 build: Avoid SIGBUS on armv6 (#2633, @bmwiedmann)
95 build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
96 build: Hide and Avoid Using Static-Only Symbols (#2501, #2504, @skitt)
97 build: CMake: Enable Only C for lib/ and programs/ Projects (#2498, @concatime)
98 build: CMake: Use `configure_file()` to Create the `.pc` File (#2462, @lazka)
99 build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
100 build: Add Guards for `_LARGEFILE_SOURCE` and `_LARGEFILE64_SOURCE` (#2444, @indygreg)
101 build: Improve `zlibwrapper` Makefile (#2437, @Cyan4973)
126 build: fix cmake script when using path with spaces, by @terrelln
127 build: improved compile-time detection of aarch64/neon platforms, by @bsdimp
128 build: Fix building on AIX 5.1, by @likema
129 build: compile paramgrill with cmake on Windows, requested by @mirh
148 build: Install pkg-config file with CMake and MinGW, by @tonytheodore (#2183)
149 build: Install DLL with CMake on Windows, by @BioDataAnalysis (#2221)
150 build: Fix DLL install location with CMake, by @xantares and @bimbashrestha (#2186)
151 build: Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
152 build: Add ZSTD_NO_INTRINSICS macro to avoid explicit intrinsics
153 build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC, by @Niadb (#2258)
154 build: Fix -Wcomma warnings, by @cwoffenden
155 build: Remove distutils requirement for meson build, by @neheb (#2197)
156 build: Fix cli compilation with uclibc
157 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)
158 build: Fix shadowing warnings in library
159 build: Fix single file library compilation with Enscripten, by @yoshihitoh (#2227)
180 build: Generate a single-file libzstd library (#2065, by @cwoffenden)
181 build: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felix…
182 build: zstd now compiles cleanly under -pedantic (#2099)
183 build: zstd now compiles with make-4.3
184 build: Support mingw cross-compilation from Linux, by @Ericson2314
185 build: Meson multi-thread build fix on windows
186 build: Some misc icc fixes backed by new ci test on travis
211 build: single-file decoder with emscripten compilation script, by @cwoffenden
212 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
213 build: fixed deprecation warning for certain gcc version, reported by @jasonma163
214 build: fix compilation on old gcc versions, by @cemeyer
215 build: improved installation directories for cmake script, by Dmitri Shubin
223 build: Add support for IAR C/C++ Compiler for Arm by @joseph0918 (#1705)
249 build: CMake: support building with LZ4 @leeyoung624 (#1626)
250 build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647)
251 build: CMake: respect existing uninstall target by @j301scott (#1619)
252 build: Make: skip multithread tests when built without support by @michaelforney (#1620)
253 build: Make: Fix examples/ test target by @sjnam (#1603)
254 build: Meson: rename options out of deprecated namespace by @lzutao (#1665)
255 build: Meson: fix build by @lzutao (#1602)
256 build: Visual Studio: don't export symbols in static lib by @scharan (#1650)
257 build: Visual Studio: fix linking by @absotively (#1639)
258 build: Fix MinGW-W64 build by @myzhang1029 (#1600)
281 build: Improve the Windows release packages
282 build: Improve CMake build by @hjmjohnson
283 build: Build fixes for FreeBSD by @lwhsu
284 build: Remove redundant warnings by @thatsafunnyname
285 build: Fix tests on OpenBSD by @bket
286 build: Extend fuzzer build system to work with the new clang engine
287 build: CMake now creates the libzstd.so.1 symlink
288 build: Improve Menson build by @lzutao
304 build: new set of macros to build a minimal size decoder, by @felixhandte
305 build: fix compilation on MIPS32, reported by @clbr (#1441)
306 build: fix compilation with multiple -arch flags, by @ryandesign
307 build: highly upgraded meson build, by @lzutao
308 build: improved buck support, by @obelisk
309 build: fix cmake script : can create debug build, by @pitrou
310 build: Makefile : grep works on both colored consoles and systems without color support
311 build: fixed zstd-pgo, by @bmwiedemann
323 build: no longer build backtrace by default in release mode; restrict further automatic mode
324 build: control backtrace support through build macro BACKTRACE
336 build: support Haiku target, by @korli
337 build: Read Legacy format is limited to v0.5+ by default. Can be changed at compile time with macro…
350 build: select custom libzstd scope through control macros, by @GeorgeLu97
351 build: OpenBSD patch, by @bket
352 build: make and make all are compatible with -j
369 build: improved meson recipe, by Shawn Landden (@shawnl)
370 build: VS2017 scripts, by @HaydnTrigg
383 build: fix : compilation under rhel6 and centos6, reported by @pixelb
384 build: added `check` target
393 fix : 32-bits build can now decode large offsets (levels 21+)
403 build: fix : no-multithread variant compiles without pool.c dependency, reported by Mitchell Blank …
404 build: better compatibility with reproducible builds, by Bernhard M. Wiedemann (@bmwiedemann) (#818)
415 build : fixed binary variants, reported by @svenha (#788)
416 build : fix Visual compilation for non x86/x64 targets, reported by Greg Slazinski (@GregSlazinski)…
456 build: improved cmake script, by @Majlen
457 build: enabled Multi-threading support for *BSD, by Baptiste Daroussin
472 build : new: meson build system in contrib/meson, by Dima Krasner
473 build : improved cmake script, by @Majlen
474 build : added -Wformat-security flag, as recommended by Padraig Brady
490 build : support for Solaris target, by Przemyslaw Skibinski
555 New : Build on FreeBSD and DragonFly, thanks to JrMarino
602 New : Visual build scripts, by Christophe Chevalier
669 Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)