]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2023-08-29  Joel Rosdahlchore: Prepare for version 4.8.3 4.8-maint v4.8.3
2023-08-29  Joel Rosdahlfix: Exit more gracefully on invalid sharded remote...
2023-08-28  Joel Rosdahlfix: Fix bookkeeping of raw files
2023-08-28  Joel Rosdahlrefactor: Improve name of LocalStorage::increment_level...
2023-08-27  Joel Rosdahlenhance: Support updating stats file only if values...
2023-08-27  Joel Rosdahlbump: Upgrade to xxHash 0.8.2
2023-08-27  Joel Rosdahlfix: Work around GCC 12.3 bug 109241
2023-08-27  Andrew Hardinfix: Improve nvcc handling of -Xcompiler and --Werror...
2023-08-27  Jiri Hörnerfix: Improve MSVC .rsp file parsing (#1303)
2023-06-12  Joel Rosdahlchore: Update authors v4.8.2
2023-06-12  Joel Rosdahlchore: Update NEWS
2023-06-12  Joel Rosdahlchore: Update .mailmap
2023-06-10  Joel Rosdahlbump: Upgrade to cpp-httplib 0.12.6
2023-06-09  Joel Rosdahlbump: Upgrade to BLAKE3 1.4.0
2023-06-07  Gregor Jasnyrefactor: Use std::size to compute array size (#1297)
2023-06-07  Gregor Jasnybuild: Fix Xcode build of zstd (#1296)
2023-06-07  huangqinjinfix: Keep the order of MSVC showIncludes output (#1295)
2023-06-07  Joel Rosdahlfix: Don't pass -v to the preprocessor
2023-06-06  Joel RosdahlMerge pull request #1290 from rkitover/cmake-fixes
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
next