Commit Graph

19 Commits

Author SHA1 Message Date
Crypto City
d0b5f67b71 bump min cmake version to 3.5
Some checks failed
lz4 CI / test different values of LZ4_MEMORY_USAGE (push) Has been cancelled
lz4 CI / Custom LZ4_DISTANCE_MAX (push) Has been cancelled
lz4 CI / Test lz4 compression on a block device (push) Has been cancelled
lz4 CI / make cppcheck (push) Has been cancelled
lz4 CI / make staticAnalyze (push) Has been cancelled
lz4 CI / valgrind (push) Has been cancelled
lz4 CI / Linux x64 ubsan (push) Has been cancelled
lz4 CI / Linux x86 ubsan (push) Has been cancelled
lz4 CI / Linux x64 ASAN (push) Has been cancelled
lz4 CI / lint unicode in ./lib/, ./tests/ and ./programs/ (push) Has been cancelled
lz4 CI / make examples (push) Has been cancelled
lz4 CI / oss-fuzz (address) (push) Has been cancelled
lz4 CI / oss-fuzz (memory) (push) Has been cancelled
lz4 CI / oss-fuzz (undefined) (push) Has been cancelled
lz4 CI / QEMU ${{ matrix.type }} (ubuntu-latest, qemu-system-arm gcc-aarch64-linux-gnu, ARM64, aarch64-linux-gnu-gcc, qemu-aarch64-static) (push) Has been cancelled
lz4 CI / QEMU ${{ matrix.type }} (ubuntu-latest, qemu-system-arm gcc-arm-linux-gnueabi, ARM, arm-linux-gnueabi-gcc, qemu-arm-static) (push) Has been cancelled
lz4 CI / QEMU ${{ matrix.type }} (ubuntu-latest, qemu-system-ppc gcc-powerpc-linux-gnu, PPC, powerpc-linux-gnu-gcc, qemu-ppc-static) (push) Has been cancelled
lz4 CI / QEMU ${{ matrix.type }} (ubuntu-latest, qemu-system-ppc gcc-powerpc64le-linux-gnu, PPC64LE, powerpc64le-linux-gnu-gcc, qemu-ppc64le-static) (push) Has been cancelled
lz4 CI / QEMU ${{ matrix.type }} (ubuntu-latest, qemu-system-s390x gcc-s390x-linux-gnu, S390X, s390x-linux-gnu-gcc, qemu-s390x-static) (push) Has been cancelled
lz4 CI / macOS (push) Has been cancelled
lz4 CI / make (push) Has been cancelled
lz4 CI / make travis-install (push) Has been cancelled
lz4 CI / cmake (push) Has been cancelled
lz4 CI / make cmake (push) Has been cancelled
lz4 CI / Meson + Ninja (push) Has been cancelled
lz4 CI / git version tag checking for release (push) Has been cancelled
lz4 CI / GH-Actions Virtual Env Info (${{ matrix.os }}) (ubuntu-18.04) (push) Has been cancelled
lz4 CI / GH-Actions Virtual Env Info (${{ matrix.os }}) (ubuntu-20.04) (push) Has been cancelled
lz4 CI / GH-Actions Virtual Env Info (${{ matrix.os }}) (ubuntu-22.04) (push) Has been cancelled
lz4 CI / GH-Actions Virtual Env Info (${{ matrix.os }}) (ubuntu-latest) (push) Has been cancelled
2025-08-03 12:46:18 +00:00
Takayuki Matsuoka
5e22228e88 Update MSVC 2022 project's PlatformToolset to v143 2022-08-12 23:49:22 +09:00
Takayuki Matsuoka
b8c4120aa1 Clone MSVC project (from VS2017 to VS2022) 2022-08-12 23:49:13 +09:00
SpaceIm
a28421e129 cmake: move cmake_minimum_required() before project()
cmake_minimum_required() must always be the first instruction of a CMakeLists.
project() should come after cmake_minimum_required() as soon as possible. Therefore option() are moved after project().
2022-08-12 00:09:48 +02:00
Yann Collet
dffcc7f626
Merge pull request #1063 from lz4/cmaketest
updated cmake test
2022-02-04 13:04:35 -08:00
Yann Collet
42233d68f8 updated cmake test
use `cmake --build` instead of `make` directly
2022-02-03 16:27:02 -08:00
Léon
02d04663cb Fix CMake targets include direrctories 2022-01-19 15:15:00 +01:00
Dimitri Papadopoulos
4bdfb08b95
Fix typos found by codespell 2021-11-25 15:32:37 +01:00
Kostas Dizas
f9378137ed
Create cmake package when installing 2021-10-20 13:17:00 +01:00
Yann Collet
c240126068
Merge pull request #1000 from lifegpc/patch1
fix link problem on win32 MSVC
2021-07-01 09:12:55 -07:00
lifegpc
afa7329622
add missing if for lz4c 2021-07-01 22:16:06 +08:00
lifegpc
756ca1a7f2
Link static library first otherwise rebuild source files. 2021-07-01 19:48:30 +08:00
lifegpc
5ed199da04
fix link problem on win32 MSVC 2021-06-06 10:09:16 +08:00
Sandy Harvie
7da3ab4bec bump CMake minimum required version to 2.8.12 2021-05-20 19:37:31 +00:00
Mark Harfouche
d0b7d802d7
Add include locations for x64 builds as well 2020-12-28 09:06:40 -05:00
Yann Collet
87a80acbe7 updated license & header dates 2020-11-25 14:45:14 -08:00
Yann Collet
d2a1f3b239 fix cmake build of shared dll with visual
inspired from #891
2020-11-11 00:32:49 -08:00
Attila Oláh
63942cdeba
Add CMake option LZ4_BUILD_CLI.
Defaults to ON so nothing changes, but it can be set to OFF so that the
CLI is not built at all, only the library.
2020-09-23 12:56:01 +00:00
Nick Terrell
31d477db07 [build] Move CMake and Visual build systems to build/
Fixes #852.
2020-08-19 18:08:43 -07:00