summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename USE_LIBZSTD_FROM_INTERNET to ZSTD_FROM_INTERNETJoel Rosdahl2020-06-231-1/+1
* Build InodeCache.cpp only when inode cache is supportedJoel Rosdahl2020-06-231-0/+4
* Fix location of secondary configurationJoel Rosdahl2020-06-181-1/+1
* Replace BLAKE2b with BLAKE3 (#519)Erik Johansson2020-06-181-6/+3
* Clean up CMake configurationJoel Rosdahl2020-06-171-41/+34
* Don’t update author list when generating documentationJoel Rosdahl2020-06-171-4/+0
* Switch to CMake (#573)Alexander Lanin2020-06-141-0/+141