]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-08-15  Joel Rosdahlchore: Remove now unused Util::{read_fd,read_file,write...
2022-08-15  Joel Rosdahlrefactor: Use util::{read_fd,read_file,write_file}...
2022-08-15  Joel Rosdahlrefactor: Use new util::Blob typedef
2022-08-15  Joel Rosdahlrefactor: Use util::Blob for binary data in storage API
2022-08-15  Joel Rosdahlenhance: Add util::{read_fd,read_file,write_file} functions
2022-08-15  Joel Rosdahlchore: Improve log message about too many raw file...
2022-08-15  Joel Rosdahlchore: Touch up {download,upload}-redis scripts
2022-08-07  Joel Rosdahlbump: Upgrade to nonstd::expected 0.6.2
2022-08-06  Joel Rosdahlfeat: Enable inode cache by default
2022-08-05  Joel Rosdahlfeat: Improve inode cache robustness
2022-08-05  Joel Rosdahltest: Refactor InodeCache unit tests
2022-08-05  Joel Rosdahlenhance: Add Config::set_temporary_dir
2022-08-04  Joel Rosdahlfix: Only enable inode cache if subsecond stat timestam...
2022-08-04  Joel Rosdahlchore: Remove unused InodeCache::Key::sloppy_time_macro...
2022-08-04  Joel Rosdahlenhance: Support Stat::{atim,ctim,mtim} on macOS
2022-08-04  Joel Rosdahlbump: Upgrade to cpp-httplib 0.11.1
2022-08-03  Joel Rosdahlfix: Hash time information on inode cache hit
2022-08-03  Joel Rosdahlfix: Hash sanitizeblacklist delimiter correctly
2022-08-03  Joel Rosdahltest: Ignore clang warning from -fdebug-prefix-map...
2022-08-03  Joel Rosdahltest: Only run -ftest-coverage + -fprofile-dir tests...
2022-08-02  Joel Rosdahlenhance: Make Hash::add_debug_text public
2022-08-01  Joel Rosdahlfix: Always rewrite dependency file if base_dir is...
2022-08-01  Joel Rosdahlfix: Handle --hash-file/--checksum-file error properly
2022-08-01  Rafael Kitoverfeat: Move Windows config and cache to LOCALAPPDATA...
2022-07-29  Joel Rosdahlfeat: Log configuration file locations
2022-07-29  Joel Rosdahlchore: Remove redundant include of algorithm header
2022-07-28  Joel Rosdahlchore: Remove unused CMake code
2022-07-28  Joel Rosdahlfeat: Improve handling of dependency files
2022-07-27  Joel Rosdahlchore: Improve comment
2022-07-26  Joel Rosdahltest: Add support for negative content pattern matching
2022-07-22  Joel Rosdahlfix: Restore order of cpp and cppstderr sections in...
2022-07-22  Joel Rosdahlci: Bump to macOS 11
2022-07-22  Joel Rosdahlfix: Work around Clang bug when outputting to full...
2022-07-20  Joel Rosdahltest: Remove superfluous period from error message
2022-07-20  Joel Rosdahltest: Fix printing of error messages with embedded...
2022-07-20  Joel Rosdahlfeat: Don't remove inode cache file on -C/--clear
2022-07-19  Joel Rosdahlfix: Log "bad output file" instead of "cache miss"...
2022-07-19  Joel Rosdahldoc: Tweak install guide
2022-07-19  Rafael Kitoverdoc: Improve install guide (#1121)
2022-07-19  Rafael Kitoverfeat: Download dependencies from the Internet when...
2022-07-19  Joel Rosdahlfix: Avoid false positive cache hits for __asm__("...
2022-07-18  Anders Björklundfeat: Add download-redis script matching the upload...
2022-07-18  Joel Rosdahlfix(file-storage): Remove duplicate backslash from...
2022-07-18  Rafael Kitoverci: Add VS2022 and MSBuild to Windows CI runners (...
2022-07-18  Joel Rosdahlfeat(file-storage): Support server name in URL on Windows
2022-07-18  Joel Rosdahlfix: Avoid false success for -fcolor-diagnostics probe...
2022-07-17  Joel Rosdahlfeat: Add support for GCC -fprofile-abs-path option
2022-07-08  Joel Rosdahlrefactor: Improve formatting of test_lockfile.cpp
2022-07-07  Joel Rosdahltest: Simplify secondary_redis_unix tests
2022-07-07  Joel Rosdahlchore: Improve Redis log and exception message
2022-07-07  Joel Rosdahlrefactor: Simplify Redis URL parameter parsing
2022-07-07  Joel Rosdahldoc: Improve description of Redis URLs
2022-07-07  Joel Rosdahlfix: Handle more cases of invalid secondary storage...
2022-07-05  Anders Björklundfeat: Support Redis over unix socket (#1064)
2022-07-05  Joel Rosdahlbuild: Fix FTBFS with not yet released GCC 13
2022-07-05  Joel Rosdahlfix: Don't display max size in ccache -s if it's 0...
2022-07-05  Joel Rosdahlenhance: Improve lock file implementation
2022-07-04  Joel Rosdahltest: Add program for manually testing the lock file...
2022-07-04  Joel Rosdahlenhance: Fall back to utimes(2) if utimensat(2) is...
2022-07-04  Joel Rosdahlfix: Remove AsciiDoc markup from help text of --trim-dir
2022-07-04  Joel Rosdahlfeat: Let -s/--show-stats show cleanups counter with...
2022-06-29  Joel Rosdahlbump: Upgrade to nonstd::expected 0.6.1
2022-06-29  Daniel Richtmannfeat: Add support for Intel compiler on Windows (#1100)
2022-06-19  Joel Rosdahlrefactor: Remove now unneeded defines of nodiscard...
2022-06-19  Joel Rosdahlrefactor: Use [[fallthrough]] attribute
2022-06-19  Joel Rosdahlrefactor: Use structured binding declarations
2022-06-19  Joel Rosdahlrefactor: Use uppercase literal suffixes
2022-06-19  Joel Rosdahlrefactor: Remove some now unnecessary static_assert...
2022-06-19  Joel Rosdahlrefactor: Use std::clamp
2022-06-19  Joel Rosdahlci: Run CodeQL on Ubuntu 20.04
2022-06-18  Joel Rosdahlfix: Use a cleanup stamp instead of directory timestamp...
2022-06-18  Joel Rosdahlfix: Clean up temporary dir if it's left the default
2022-06-18  Joel Rosdahlbump: Upgrade to doctest 2.4.9
2022-06-11  Joel Rosdahldocs: Mention that mtime is used for LRU cleanup
2022-06-11  Joel Rosdahlchore: Fix typo in comment about MSVC object files
2022-06-11  Sergey Semushinbuild: Fix build with newer MSVC 2022 versions (#1093)
2022-06-11  Joel Rosdahlfeat: Include timestamp in per-object debug filenames
2022-06-11  Joel Rosdahltest: Avoid warning when running inode_cache in isolation
2022-06-10  Joel Rosdahlchore: Fix spelling
2022-06-10  Joel Rosdahlfeat: Support masquerading as a compiler via copy or...
2022-06-10  Joel Rosdahlfeat: Set CCACHE_DISABLE when calling compiler
2022-06-08  Joel Rosdahlfix: Add and use Util::{get,set}_umask functions
2022-06-08  Joel Rosdahlfix: Retain mtime/atime for recompressed files
2022-06-08  Joel Rosdahlenhance: Add util::set_timestamps function for setting...
2022-06-08  Joel Rosdahlci: Bump Clang-Tidy job to Clang-Tidy 12
2022-06-08  Joel Rosdahlbuild: Make it possible to opt out of probing for faste...
2022-06-08  Joel Rosdahlchore: Align arguments in misc/test-all-systems
2022-06-08  Joel Rosdahlci: Use Ubuntu 20.04 for standard jobs
2022-06-08  Joel Rosdahlci: Remove unsupported platforms
2022-06-08  Joel Rosdahlci: Bump CUDA job to Ubuntu 20.04
2022-06-08  Joel Rosdahlrefactor: Extract option parsing code from process_arg
2022-06-07  Joel Rosdahlbump: Upgrade to cpp-httplib 0.10.8
2022-06-07  Joel Rosdahlfix: Use correct umask when populating primary cache...
2022-06-07  Joel Rosdahlfix: Create temporary file with cpp extension instead...
2022-06-07  Joel RosdahlRevert "fix: Fall back to copying temporary preprocesse...
2022-06-07  Florin Tfix: Fix build for MSVC (#1078)
2022-06-07  bengtjfeat: Fetch/update secondary storage manifest on primar...
2022-06-07  Rafael Kitoverfeat: Generalize STATIC_LINK option + fixes (#1058)
2022-06-07  Joel Rosdahlfix: Fall back to compiler when producing assembler...
2022-06-07  Joel Rosdahlchore: Add debug log for -P + other preprocessor option
next