Lines Matching full:build
15 build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS, suggested by Yuriy Lev…
16 build: contrib/cmake_unofficial/ moved to build/cmake/
17 build: visual/* moved to build/
18 build: updated meson script, by @neheb
19 build: tinycc support, by Anton Kochkov
41 build: improved Windows build, by @JPeterMugaas
42 build: AIX, by Norman Green
50 build: source code can be amalgamated, by Bing Xu
51 build: added meson build, by @lzutao
52 build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP
62 build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1
86 build : `make` and `make test` compatible with `-jX`, reported by @mwgamera
87 build : can control LZ4LIB_VISIBILITY macro, by @mikir
99 build : fix : static lib installation, by Ido Rosen
100 build : dragonFlyBSD, OpenBSD, NetBSD supported
101 build : LZ4_MEMORY_USAGE can be modified at compile time, through external define
111 build : Makefile : fix make -jX lib+exe concurrency (#277)
112 build : cmake : improvements by Michał Górny (#296)
115 fix : Makefile : release build compatible with PIE and customized compilation directives provided t…
129 Improved cmake build script, by Evan Nemerson
178 New : scan-build tests, thanks to kind help by Takayuki Matsuoka