]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-09-21  Joel Rosdahlenhance: Add util::throw_on_error functions
2022-09-21  Joel Rosdahlenhance: Add prefix parameter to util::value_or_throw
2022-09-21  Joel Rosdahlenhance: Add util::read_file_part function
2022-09-21  Joel Rosdahlperf: Use util::Bytes
2022-09-21  Joel Rosdahlenhance: Add util::Bytes class
2022-09-21  Joel Rosdahlrefactor: Use memory buffers instead of streams for...
2022-09-21  Joel Rosdahlrefactor: Use memory buffers instead of streams for...
2022-09-21  Joel Rosdahlbuild: Remove now redundant CMAKE_CURRENT_SOURCE_DIR...
2022-09-13  Varun Sharmaci: Add minimum GitHub token permissions for workflows...
2022-09-13  Orgad Shanehrefactor: Reuse local reference in process_args (#1157)
2022-09-09  Joel Rosdahlfix: Don't crash with no or nonexistent source file...
2022-09-06  Joel Rosdahlchore: Support clang-format 14
2022-09-06  Joel Rosdahlfix: Unlink destination before opening in util::write_file
2022-09-06  Joel Rosdahlenhance: Let util::write_file take an std::string_view
2022-09-06  Joel Rosdahlenhance: Add util::to_span and util::to_string_view...
2022-09-06  Joel Rosdahlenhance: Short circuit StatisticsCounters::increment...
2022-09-06  Joel Rosdahlenhance: Improve error messages for Util::copy_file
2022-09-06  Joel Rosdahlrefactor: Pass Config instead of Context to Result...
2022-09-06  Joel Rosdahlrefactor: Use more std::string_view
2022-09-06  Joel Rosdahlrefactor: Replace util::Blob alias
2022-09-05  Joel Rosdahlenhance: Support nonstd::span<const uint8_t> for util...
2022-09-05  Joel Rosdahlenhance: Add nonstd::span 0.10.3
2022-09-05  Joel Rosdahlfix: Don't fail if object file exists and is unwritable
2022-08-30  Joel Rosdahlchore: Remove share-hits attribute for secondary storage
2022-08-30  Joel Rosdahlrefactor: Split calculate_result_and_manifest_key function
2022-08-28  Joel Rosdahlfeat: Add support for Clang "--" option
2022-08-28  Joel Rosdahlchore: Tweak code format and comment
2022-08-28  Joel Rosdahlfeat: Add support for caching assembler listing files
2022-08-27  Joel Rosdahlfix: Handle failure to write to stderr when failing...
2022-08-27  Joel Rosdahltest: Disable "output file failure" test for unsupporte...
2022-08-25  Joel Rosdahlfix: Use -P -Fi for saving MSVC preprocessor output
2022-08-25  Khem Rajfix: Fix build with musl when using GCC 12 (#1145)
2022-08-24  Joel Rosdahlfix: Detect PCH for concatenated -include option
2022-08-24  Joel Rosdahlfix: Avoid narrowing warning for struct statfs f_type...
2022-08-24  Joel Rosdahldoc: Touch up config file and cache directory documentation
2022-08-24  Joel Rosdahlchore: Tweak formatting
2022-08-24  Joel Rosdahlchore: Touch up documentation of Util::make_path
2022-08-24  Joel Rosdahlbuild: Improve descriptions of installation variables
2022-08-24  Joel Rosdahlrefactor: Use FMT macro to format exception messages
2022-08-22  Joel Rosdahlchore: Update NEWS
2022-08-22  Joel Rosdahlchore: Update authors
2022-08-22  Joel Rosdahlfix: Add missing format argument to error message
2022-08-18  Joel Rosdahlfix: Don't crash in race between file read and cleanup
2022-08-18  Orgad Shanehfix: Strip .exe from executable name on version output...
2022-08-18  Orgad Shanehtest: Add version output on failure (#1134)
2022-08-18  Orgad Shanehfix: Fix Clang/Windows build (#1132)
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)
next