]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2023-03-12  Joel Rosdahlchore: Update copyright years v4.8
2023-03-12  Joel Rosdahlchore: Update NEWS
2023-03-12  Joel RosdahlRevert "bump: Upgrade to zstd 1.5.4"
2023-03-11  Joel Rosdahlchore: Fix typos
2023-03-11  Joel Rosdahlchore: Add typos configuration
2023-03-08  Joel Rosdahlfeat: Support overriding MSVC /Z* options
2023-03-07  Joel Rosdahlrefactor: Improve InodeCache::get signature
2023-03-07  Joel Rosdahlfeat: Make it possible to disable ccache for a certain...
2023-03-07  Joel Rosdahlenhance: Add util::read_file_part<std::string> implemen...
2023-03-07  Joel Rosdahlrefactor: Use util::BitSet for hash_source_code_file
2023-03-05  Joel Rosdahlrefactor: Use util::BitSet for core::Sloppiness
2023-03-05  Joel Rosdahlenhance: Add util::BitSet
2023-03-04  Joel Rosdahlbump: Upgrade to doctest 2.4.10
2023-03-04  Joel Rosdahlfeat: Improve cache size presentation and specification
2023-03-04  Joel Rosdahlenhance: Add util::TextTable::Cell::Cell(std::string_view)
2023-03-04  Joel Rosdahlfeat: Improve disk size calculation on Windows
2023-03-04  Joel Rosdahlenhance: Add util::likely_size_on_disk
2023-03-04  Joel Rosdahlenhance: Add util::split_once(std::string&&, char)
2023-03-04  Joel Rosdahlrefactor: Move Util::parse_size to util
2023-03-04  Joel Rosdahlrefactor: Move Util::format_{human,parsable}_* to util
2023-03-04  Joel Rosdahlfeat: Improve error message when failing to parse comma...
2023-03-04  Joel Rosdahlchore: Remove now superfluous "this->" in lambda
2023-03-04  Joel Rosdahlchore: Always add -Wdouble-promotion to dev mode flags
2023-03-04  Joel Rosdahlchore: Enable and fix some more warnings
2023-02-22  Anders Björklundchore: Clean up Redis helper scripts a bit (#1254)
2023-02-20  Joel Rosdahlfeat: Add support for setting per-compilation config...
2023-02-16  Joel Rosdahlchore: Fix typos
2023-02-10  Joel Rosdahlbump: Upgrade to zstd 1.5.4
2023-02-09  Joel Rosdahlfix: Log config and command line before finding compiler
2023-02-08  Joel Rosdahlperf: Don't update stats file when there are no increme...
2023-02-05  Joel Rosdahlfix: Don't read first character of empty strings
2023-02-05  Joel Rosdahlfix: Handle Unix-style paths as non-options to MSVC
2023-02-03  Joel Rosdahlchore: Fix spelling in comment
2023-02-03  Joel Rosdahlfeat: Log executed command lines on Windows
2023-02-03  Joel Rosdahlfeat: Add quotes around arguments with space in logged...
2023-02-01  Joel Rosdahldocs: Fix bad reference to "Remote storage backends"
2023-02-01  Joel Rosdahlfix: Fix rare crash in signal handler
2023-01-31  Joel Rosdahlbump: Upgrade to cpp-httplib 0.11.4
2023-01-31  Joel Rosdahlbuild: Fix Zstd and Hiredis downloads for unstable...
2023-01-30  Joel Rosdahlci: Upgrade to Node 16-based actions
2023-01-29  Joel Rosdahlfix: Cache path relativization in preprocessed output
2023-01-29  Joel Rosdahlfix: Disable inode cache if filesystem risks getting...
2023-01-29  Joel Rosdahlci: Build macOS binary in release mode
2023-01-29  Joel Rosdahlfeat: Allow forcing download of zstd and hiredis again
2023-01-29  Joel Rosdahlchore: Improve variable name and comments
2023-01-27  Joel Rosdahldoc: Fix spelling
2023-01-27  Raihaan Shouhellci: Build macOS universal binary (#1240)
2023-01-18  Joel Rosdahlfeat: Add support for -Wp,-U<macro> in direct mode
2023-01-18  Joel Rosdahlfix: Don't treat -Wp,-D as interchangeable with -D
2023-01-17  Joel Rosdahltest: Use grep -E/-F instead of obsolescent egrep/fgrep
2023-01-17  Joel Rosdahlfeat: Improve automatic cache cleanup mechanism
2023-01-15  Joel Rosdahlchore: Add unit tests for parsing size with (undocument...
2023-01-15  Joel Rosdahlenhance: Delay LongLivedLockFileManager thread start...
2023-01-15  Joel Rosdahlfix: Fix logging of inactive lock duration
2023-01-15  Joel Rosdahlenhance: Make it possible for LockFile::try_acquire...
2023-01-11  Joel Rosdahlfeat: Consistently show cache size and max size with...
2023-01-11  Joel Rosdahlenhance: Make util::LockFile movable
2023-01-11  Joel Rosdahlchore: Add missing explicit keywords to some constructors
2023-01-11  Joel Rosdahlfix: Avoid sometimes too wide percent figure in --show...
2023-01-11  Joel Rosdahlenhance: Add offsetted get/set/increment methods for...
2023-01-11  Joel Rosdahlfeat: Activate logging for command mode options
2023-01-11  Joel Rosdahlenhance: Make storage::local::StatsFile movable
2023-01-11  Joel Rosdahldoc: Add note that "stats = false" will disable automat...
2023-01-11  Joel Rosdahlfeat: Do clean/clear/evict-style operations per level...
2023-01-11  Joel Rosdahlrefactor: Merge LocalStorage implemention files
2023-01-11  Joel Rosdahlchore: Remove special logic for cleaning up legacy...
2023-01-11  Joel Rosdahlrefactor: Use std::size to compute array size
2023-01-04  Joel Rosdahlchore: Clean up minor things after 95e6375813f7
2023-01-04  Oleg Sidorkinfix: Use spinlocks for inode cache memory synchronizati...
2022-12-26  Raihaan Shouhellci: Test more compilers (#1234)
2022-12-23  Joel Rosdahlfix: Only use original umask when retrieving result
2022-12-23  Joel Rosdahlfix: Fix matching of base directory for MSVC
2022-12-23  Joel Rosdahlfix: Don't crash in TextTable for a single heading row
2022-12-23  Joel Rosdahlchore: Remove defunct LGTM badges
2022-12-23  Raihaan Shouhellfix: Do not escape backslashes in MSVC RSP files (...
2022-12-20  Joel Rosdahlfix: Improve fix for local/remote cache misses in depen...
2022-12-13  Joel Rosdahlfix: Fix reporting of local/remote cache misses in...
2022-12-13  Joel Rosdahlfix: Fix conditions for --show-stats
2022-12-13  Joel Rosdahlchore: Bump clang-format version requirement to 11+
2022-12-13  Joel Rosdahldoc: Fix markup
2022-12-13  Joel Rosdahlenhance: Extract lock keep-alive thread to a manager...
2022-12-13  Joel Rosdahlenhance: Add AtomicFile::flush method
2022-12-13  Joel Rosdahlchore: Refine ProgressBar value calculation
2022-12-13  Joel Rosdahlchore: Improve description of --set-config
2022-12-13  Joel Rosdahlrefactor: Make LockFile guard itself without a LockFile...
2022-12-13  Joel Rosdahlfix: Don't use copy of mutex/condition in long-lived...
2022-12-13  Joel Rosdahlenhance: Allow short-lived lock file to wait for long...
2022-11-27  Joel Rosdahlchore: Add discussions badge
2022-11-27  Joel Rosdahldoc: Fix spelling of potentially
2022-11-27  Joel Rosdahlrefactor: Improve FileRecompressor to take a stat
2022-11-27  Joel Rosdahlrefactor: Remove CacheFile, using Stat with path member...
2022-11-27  Joel Rosdahlenhance: Remember path in Stat
2022-11-27  Joel Rosdahlenhance: Only keep atime if needed
2022-11-27  Joel Rosdahlfeat: Add --trim-recompress and --trim-recompress-threads
2022-11-27  Joel Rosdahlrefactor: Extract file recompression code to a class
2022-11-27  Joel Rosdahlenhance: Add Util::format_human_readable_diff
2022-11-27  Joel Rosdahlfeat: Improve Util::format_human_readable_size for...
2022-11-27  Joel Rosdahlfeat: Add --recompress-threads option
2022-11-27  Erik Flodinfix: Fix edge case where a non-temporal identifier...
2022-11-21  Joel Rosdahlchore: Update NEWS v4.7.4
next