summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* feat: Allow forcing download of zstd and hiredis againJoel Rosdahl2023-01-291-6/+4
* ci: Build macOS universal binary (#1240)Raihaan Shouhell2023-01-271-0/+3
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-271-1/+1
* fix: Fix Clang/Windows build (#1132)Orgad Shaneh2022-08-181-5/+7
* feat: Move Windows config and cache to LOCALAPPDATA (#1124)Rafael Kitover2022-08-011-1/+2
* feat: Download dependencies from the Internet when unavailable (#1112)Rafael Kitover2022-07-191-10/+5
* feat: Generalize STATIC_LINK option + fixes (#1058)Rafael Kitover2022-06-071-4/+19
* Revert "build: Bump required compiler versions"Joel Rosdahl2022-05-231-2/+14
* build: Bump required compiler versionsJoel Rosdahl2022-05-231-14/+2
* build: Remove now superfluous cmake policy settingJoel Rosdahl2022-05-231-2/+0
* build: Require C++17 compiler and CMake 3.15Joel Rosdahl2022-05-231-9/+3
* build: Enable static runtime linking for MSVC (#1069)Cristian Adam2022-05-231-4/+16
* fix: Add ASM and ASM_MASM to project() languages (#1043)Rafael Kitover2022-04-031-1/+1
* fix: Prefer CMake find module for hiredis packageJoel Rosdahl2022-03-261-1/+1
* fix: Prefer CMake find module for zstd package (#1030)Cristian Adam2022-03-261-1/+1
* feat: Remove automatic enabling of ccache for ccache buildJoel Rosdahl2022-02-071-1/+0
* feat(cmake): Disable IPO for mingwGregor Jasny2021-08-291-1/+1
* feat(cmake): Use standard linker for LTO scenariosGregor Jasny2021-08-291-5/+5
* build: Only probe for faster linker in dev build mode and on x86_64Joel Rosdahl2021-07-311-3/+1
* build: Allow overriding CCACHE_DEV_MODE on command lineJoel Rosdahl2021-07-311-4/+6
* build: Remove “_lib” suffix from ccache_lib and third_party_libJoel Rosdahl2021-07-281-1/+1
* Add support for downloading hiredis from InternetJoel Rosdahl2021-07-251-0/+3
* Add optional Redis secondary storage backend (#875)Anders Björklund2021-07-101-0/+5
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-4/+0
* Require CMake 3.10 (#885)Gregor Jasny2021-07-061-11/+4
* Fix CMake feature detection (#883)Gregor Jasny2021-07-051-0/+4
* Require C++14-compatible compiler to build ccacheJoel Rosdahl2021-06-191-4/+6
* Remove Ubuntu 16.04/Clang 3.8 buildJoel Rosdahl2021-06-191-6/+2
* CMake: make build of documentation optional (#842)Petr Štetiar2021-05-031-1/+4
* Use Clang-Format executable from muttleyxd/clang-tools-static-binariesJoel Rosdahl2021-04-051-23/+13
* Probe for working faster linkerJoel Rosdahl2021-03-271-1/+3
* Disable inode cache on OSes without pthread_mutexattr_setpshared() (#791)Stuart Henderson2021-01-251-1/+1
* Blake3 build (#781)Erik Flodin2021-01-191-1/+6
* Faster compile times (#759)Alexander Lanin2021-01-171-0/+2
* Reintroduce dev mode and disable problematic build flags in user modeJoel Rosdahl2020-12-061-0/+9
* MinGW: Default to static linking (#732)Orgad Shaneh2020-11-291-1/+1
* MinGW: Fix static linkage with libgcc and libstdc++ and make it optional (#712)Orgad Shaneh2020-10-301-0/+4
* Clean up CMakeLists.txtJoel Rosdahl2020-10-301-2/+2
* CI: List all configurations explicitly (#690)Alexander Lanin2020-10-261-0/+3
* Tweak formulations and fix spelling in CMakeLists.txtJoel Rosdahl2020-10-231-14/+18
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-1/+3
* Fail gracefully on ancient compilers (#702)Alexander Lanin2020-10-231-0/+23
* Add option for enabling interprocedural (link time, LTO) optimizationJoel Rosdahl2020-10-071-0/+8
* Use STATUS instead of NOTICE for CMake messagesJoel Rosdahl2020-10-051-1/+1
* Support building on MSVC (#632)Rafael Kitover2020-08-271-1/+8
* Fix asm compiler detection (#644)Alexander Lanin2020-08-271-1/+1
* Add CMake build type “CI” like “RelWithDebInfo” but without -DNDEBUGJoel Rosdahl2020-08-231-0/+1
* Rename CCachePackConfig.cmake to CcachePackConfig.cmakeJoel Rosdahl2020-08-221-1/+1
* Improve building via DockerJoel Rosdahl2020-08-061-1/+1
* Clean up scripts related to code formattingJoel Rosdahl2020-06-231-2/+2