]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2022-09-21  Joel Rosdahlfeat: Use subsecond timestamps for include file check
2022-09-21  Joel Rosdahlfeat: Use subsecond resolution timestamps in manifest...
2022-09-21  Joel Rosdahlrefactor: Use util::TimePoint for timestamps
2022-09-21  Joel Rosdahlenhance: Add util::TimePoint and util::Duration
2022-09-21  Joel Rosdahltest: Silence output from $COMPILER --version
2022-09-21  Joel Rosdahlfeat: Merge local manifest with fetched remote manifest
2022-09-21  Joel Rosdahlrefactor: Extract timestamp logic from Manifest
2022-09-21  Joel Rosdahlrefactor: Improve Storage::get API to be able to return...
2022-09-21  Joel Rosdahlfix: Don't reshare results with raw files to secondary...
2022-09-21  Joel Rosdahlrefactor(storage): Pass cache entries via memory instea...
2022-09-21  Joel Rosdahlfix: Make sure that temporary files always have .tmp...
2022-09-21  Joel Rosdahlfeat: Print result format version and no of files in...
2022-09-21  Joel Rosdahlchore: Simplify cache entry reading and writing
2022-09-21  Joel Rosdahlenhance: Add util::zstd_* functions
2022-09-21  Joel Rosdahlrefactor: Let core::CacheEntryDataWriter work with...
2022-09-21  Joel Rosdahlfeat: Improve logging for Util::clone_hard_link_or_copy...
2022-09-21  Joel Rosdahlrefactor: Let util::DataReceiver take uint8_t
2022-09-21  Joel Rosdahlrefactor: Use util::throw_on_error
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
next