summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* bump: Update to zstd 1.5.5 (#1272)Raihaan Shouhell2023-04-171-2/+2
* fix: Find Ccache version from lightweight Git tagJoel Rosdahl2023-04-171-1/+1
* build: Make ccache compile with clang-cl on Windows (#1260)Tobias Hieta2023-03-162-5/+6
* Revert "bump: Upgrade to zstd 1.5.4"Joel Rosdahl2023-03-121-2/+2
* chore: Always add -Wdouble-promotion to dev mode flagsJoel Rosdahl2023-03-041-3/+1
* chore: Enable and fix some more warningsJoel Rosdahl2023-03-041-4/+4
* bump: Upgrade to zstd 1.5.4Joel Rosdahl2023-02-101-2/+2
* build: Fix Zstd and Hiredis downloads for unstable GitHub archivesJoel Rosdahl2023-01-312-4/+3
* feat: Allow forcing download of zstd and hiredis againJoel Rosdahl2023-01-292-56/+82
* ci: Build macOS universal binary (#1240)Raihaan Shouhell2023-01-271-8/+10
* chore: Clean up minor things after 95e6375813f7Joel Rosdahl2023-01-042-23/+0
* bump: Upgrade to hiredis 1.1.0Joel Rosdahl2022-11-201-2/+2
* fix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default temporary directoryJoel Rosdahl2022-11-132-4/+0
* build: Remove unneeded C++11 flag in libatomic test (#1191)Orgad Shaneh2022-10-221-3/+0
* build: Support compilation with GCC 8 (#1190)Orgad Shaneh2022-10-222-0/+27
* build: Use pkgconfig for zstd search (#1169)Rosen Penev2022-10-051-2/+9
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-212-4/+0
* build: Improve descriptions of installation variablesJoel Rosdahl2022-08-241-4/+4
* enhance: Add util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-0/+3
* feat: Improve inode cache robustnessJoel Rosdahl2022-08-051-1/+4
* fix: Only enable inode cache if subsecond stat timestamps are availableJoel Rosdahl2022-08-041-1/+1
* enhance: Support Stat::{atim,ctim,mtim} on macOSJoel Rosdahl2022-08-042-0/+15
* feat: Move Windows config and cache to LOCALAPPDATA (#1124)Rafael Kitover2022-08-013-1/+46
* chore: Remove unused CMake codeJoel Rosdahl2022-07-281-6/+0
* feat: Download dependencies from the Internet when unavailable (#1112)Rafael Kitover2022-07-192-81/+93
* enhance: Fall back to utimes(2) if utimensat(2) is unavailableJoel Rosdahl2022-07-042-0/+4
* refactor: Remove now unneeded defines of nodiscard and maybe_unusedJoel Rosdahl2022-06-191-6/+0
* enhance: Add util::set_timestamps function for setting mtime/atimeJoel Rosdahl2022-06-082-3/+4
* build: Make it possible to opt out of probing for fastest linkerJoel Rosdahl2022-06-081-0/+5
* build: Require C++17 compiler and CMake 3.15Joel Rosdahl2022-05-231-1/+1
* chore: Set version “unknown” instead of empty string if unknownJoel Rosdahl2022-05-141-3/+3
* fix: Support Git 1.x when determining ccache versionJoel Rosdahl2022-05-141-1/+2
* build: Fix build arguments to clang-cl (#1054)jacobly02022-05-011-3/+5
* fix: Fix static linkage with hiredis on Windows (#1041)Orgad Shaneh2022-04-121-0/+3
* feat: Remove automatic enabling of ccache for ccache buildJoel Rosdahl2022-02-071-74/+0
* chore: Remove obsolete GCC 4.8 workaroundsJoel Rosdahl2022-02-071-9/+0
* bump: Upgrade to zstd 1.5.2Joel Rosdahl2022-01-231-1/+1
* fix: Make AVX2 code work also with MSVC (#963)Luboš Luňák2021-11-231-0/+2
* 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