summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* bump: Upgrade to Hiredis 1.0.2 (#949)Alexander Falkenstern2021-10-281-1/+1
* feat(cmake): Use standard linker for LTO scenariosGregor Jasny2021-08-291-0/+5
* feat(cmake): Use the matching lld for clangGregor Jasny2021-08-291-11/+19
* build: Improve detection av Ccache version from source repoJoel Rosdahl2021-08-191-1/+1
* enhance: Detect support for st_atim field in struct statJoel Rosdahl2021-08-102-0/+5
* build: Only probe for faster linker in dev build mode and on x86_64Joel Rosdahl2021-07-311-0/+20
* build: Improve message when pkg-config can’t find libhiredisJoel Rosdahl2021-07-301-1/+1
* Add Redis support for WindowsJoel Rosdahl2021-07-252-7/+5
* Add support for downloading hiredis from InternetJoel Rosdahl2021-07-251-21/+69
* Touch up Redis storage code slightlyJoel Rosdahl2021-07-121-1/+2
* Add optional Redis secondary storage backend (#875)Anders Björklund2021-07-101-0/+30
* Improve ssize_t typedefs for Windows platformsJoel Rosdahl2021-07-071-10/+9
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-072-2/+34
* Move READ_BUFFER_SIZE to config.h, adding a CCACHE_ prefixJoel Rosdahl2021-07-061-0/+6
* Require CMake 3.10 (#885)Gregor Jasny2021-07-062-31/+19
* Globally define WIN32_LEAN_AND_MEAN (#882)Gregor Jasny2021-07-051-0/+7
* Fix CMake feature detection (#883)Gregor Jasny2021-07-051-5/+5
* Improve parsing of umask valuesJoel Rosdahl2021-06-271-0/+7
* Use single command line arg for /FI (#869)Michael Kruse2021-06-201-1/+1
* Require C++14-compatible compiler to build ccacheJoel Rosdahl2021-06-193-4/+2
* Include config.h via command line instead of via system.hJoel Rosdahl2021-05-302-4/+16
* Upgrade to zstd 1.5.0Joel Rosdahl2021-05-141-1/+1
* Quote CMake variables expansions in `CIBuildType.cmake`Joel Rosdahl2021-05-091-8/+8
* Fix detection of pthread features (#840)Olle Liljenzin2021-04-281-2/+2
* Simplify linker probingJoel Rosdahl2021-03-271-26/+14
* Fix probing of faster linker when cross compilingJoel Rosdahl2021-03-271-6/+7
* Probe for working faster linkerJoel Rosdahl2021-03-271-8/+26
* Fix fast linker selectionJoel Rosdahl2021-03-261-13/+12
* Upgrade to zstd 1.4.9Joel Rosdahl2021-03-071-1/+1
* build: Don't enable ccache when building with MSVC (#813)Nicholas Hutchinson2021-03-071-0/+5
* Support building ccache with xlclang++ on AIX 7.2 (#805)Jon Petrissans2021-02-241-0/+9
* StdAtomic.cmake: Probe atomic increment as well (#800)Sergei Trofimovich2021-02-171-0/+1
* Use full path to env programJoel Rosdahl2021-02-011-1/+1
* Improve comments in UseCcache.cmakeJoel Rosdahl2021-02-011-13/+8
* Improve speed of compiler launcher command in UseCcache.cmakeJoel Rosdahl2021-02-011-1/+7
* Use snake case for CMake variable namesJoel Rosdahl2021-01-301-4/+4
* Disable inode cache on OSes without pthread_mutexattr_setpshared() (#791)Stuart Henderson2021-01-252-0/+4
* Fix fast linker selection for old GCC versions (#788)Alexander Lanin2021-01-251-12/+13
* Blake3 build (#781)Erik Flodin2021-01-191-62/+0
* Faster compile times (#759)Alexander Lanin2021-01-172-0/+101
* Upgrade to zstd 1.4.8Joel Rosdahl2021-01-061-1/+1
* CI: Add VS2019 build jobs (#757)Nicholas Hutchinson2021-01-062-3/+4
* Don’t build with Clang’s -Weverything optionJoel Rosdahl2020-12-091-23/+0
* Improve SIMD detection (#735)Erik Flodin2020-12-071-12/+13
* Fix missing isascii() declaration on FreeBSD (#730)khng3002020-12-071-1/+3
* Reintroduce dev mode and disable problematic build flags in user modeJoel Rosdahl2020-12-067-162/+192
* Remove legacy “cheap and nasty” mkstemp replacementJoel Rosdahl2020-12-062-4/+0
* Link with libatomic when needed (#723)Joel Rosdahl2020-11-122-0/+33
* Fix conditional compilation of robust mutex code in inode cacheJoel Rosdahl2020-11-102-0/+18
* Improve config.h commentsJoel Rosdahl2020-11-091-17/+17