summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* chore: Clean up minor things after 95e6375813f7Joel Rosdahl2023-01-041-6/+0
* fix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default temporary directoryJoel Rosdahl2022-11-131-3/+0
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-3/+0
* enhance: Add util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-0/+3
* enhance: Support Stat::{atim,ctim,mtim} on macOSJoel Rosdahl2022-08-041-0/+9
* feat: Move Windows config and cache to LOCALAPPDATA (#1124)Rafael Kitover2022-08-011-1/+1
* enhance: Fall back to utimes(2) if utimensat(2) is unavailableJoel Rosdahl2022-07-041-0/+3
* 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-081-2/+2
* enhance: Detect support for st_atim field in struct statJoel Rosdahl2021-08-101-0/+3
* Add Redis support for WindowsJoel Rosdahl2021-07-251-7/+0
* Improve ssize_t typedefs for Windows platformsJoel Rosdahl2021-07-071-10/+9
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-2/+30
* Move READ_BUFFER_SIZE to config.h, adding a CCACHE_ prefixJoel Rosdahl2021-07-061-0/+6
* Improve parsing of umask valuesJoel Rosdahl2021-06-271-0/+7
* Include config.h via command line instead of via system.hJoel Rosdahl2021-05-301-0/+5
* Support building ccache with xlclang++ on AIX 7.2 (#805)Jon Petrissans2021-02-241-0/+9
* Disable inode cache on OSes without pthread_mutexattr_setpshared() (#791)Stuart Henderson2021-01-251-0/+3
* Fix missing isascii() declaration on FreeBSD (#730)khng3002020-12-071-1/+3
* Remove legacy “cheap and nasty” mkstemp replacementJoel Rosdahl2020-12-061-3/+0
* Fix conditional compilation of robust mutex code in inode cacheJoel Rosdahl2020-11-101-0/+3
* Improve config.h commentsJoel Rosdahl2020-11-091-17/+17
* Say “define” instead of “define to 1” in config.hJoel Rosdahl2020-11-091-34/+34
* Introduce Util::parse_{unsigned,signed} functionsJoel Rosdahl2020-09-051-4/+0
* Set _FILE_OFFSET_BITS to 64Joel Rosdahl2020-09-021-0/+5
* Add clang-format off/on for SIZEOF_INTJoel Rosdahl2020-09-021-0/+2
* Support building on MSVC (#632)Rafael Kitover2020-08-271-0/+23
* Add Util::localtime, abstracting localtime_rJoel Rosdahl2020-07-301-3/+0
* Remove win32 GetFileNameFromHandle compatibility functionJoel Rosdahl2020-06-221-3/+0
* Fix location of secondary configurationJoel Rosdahl2020-06-181-0/+2
* Format config.h.in with Clang-Format and fix spellingJoel Rosdahl2020-06-171-19/+17
* Switch to CMake (#573)Alexander Lanin2020-06-141-0/+142