]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2023-06-06  Rafael Kitoverchore: Add basic CMakeSettings.json for VS IDE 1290/head
2023-06-06  Rafael Kitoverfix: Quiet cmake warning for extracted timestamps
2023-06-06  Rafael Kitoverchore: Re-enable 64 bit msbuild ci jobs
2023-06-06  Rafael Kitoverfix: Disable masm on msbuild for blake3 with VS
2023-06-06  Rafael Kitoverbump: Update blake3 1.3.1 -> 71a2646
2023-05-31  Joel Rosdahldocs: Clarify --evict-older-than semantics
2023-05-24  Joel Rosdahlfix: Support Windows drive letter in file URLs for...
2023-05-23  Joel Rosdahlfix: Make --trim-max-size accept 0 for no limit
2023-05-22  Joel Rosdahltest: Simplify util::read_file_part test again
2023-05-22  Joel Rosdahlbuild: Enable _GLIBCXX_ASSERTIONS in debug build mode
2023-05-22  Joel Rosdahlfix: Fix undefined behavior in util::read_file_part...
2023-05-22  Sam Jamestest: Fix typo (missing line continuation) (#1287)
2023-05-19  Joel Rosdahlchore: Update authors v4.8.1
2023-05-19  Joel Rosdahlchore: Update NEWS
2023-05-14  Joel Rosdahlbump: Upgrade to cpp-httplib 0.12.3
2023-05-07  Joel Rosdahltest: Fix test failure in GitHub CI mingw64 jobs
2023-05-06  Joel Rosdahldoc: Add remote file storage example with URL-encoded...
2023-04-22  Joel Rosdahlbump: Upgrade to doctest 2.4.11
2023-04-19  Joel Rosdahlchore: Suppress clang-tidy warnings we don't want to fix
2023-04-19  Joel Rosdahlrefactor: Improve calculate_result_and_manifest_key...
2023-04-19  Joel Rosdahlrefactor: Use constructor member initializer lists
2023-04-19  Joel Rosdahlrefactor: Use std::unique_ptr for data in util::Bytes
2023-04-19  Joel Rosdahlchore: Sort .clang-tidy check list
2023-04-19  Joel Rosdahlchore: Add comments for all statistics counters
2023-04-19  Joel Rosdahlrefactor: Extract MSVC debug option logic to a function
2023-04-19  Stephan Rohmenfix: Limit MSVC debug flag detection to documented...
2023-04-17  Joel Rosdahlfix: Don't add additional depend mode options after...
2023-04-17  Raihaan Shouhellbump: Update to zstd 1.5.5 (#1272)
2023-04-17  Joel Rosdahlfix: Find Ccache version from lightweight Git tag
2023-04-17  Joel Rosdahltest: Add test for default value of inode_cache
2023-04-17  Joel Rosdahlfix: Make output of "ccache -k max_size" parsable
2023-04-17  Joel Rosdahlci: Disable Windows 64-bit MSBuild jobs for now
2023-03-28  Tobias Hietafeat: Don't treat /Zi as unsupported for clang-cl ...
2023-03-22  Joel RosdahlUpdate NEWS
2023-03-16  Tobias Hietabuild: Make ccache compile with clang-cl on Windows...
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
next