]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2025-11-03  Joel Rosdahlenhance: Support h/m/ms suffixes for durations as well
2025-11-01  Joel Rosdahlrefactor: Extract duplicated PCH check code to a helper...
2025-11-01  Joel Rosdahlchore: Improve comments
2025-10-28  J. Neuschäferbuild(blake3): Assume aarch64 to be little-endian on...
2025-10-28  Max Winklerfeat: Add msvc_utf8 config option to allow disabling...
2025-10-26  Joel Rosdahlchore: Mark some ThreadPool methods as noexcept
2025-10-26  Joel Rosdahlfeat: Log errors and size changes when recompressing...
2025-10-26  Joel Rosdahlenhance: Let ThreadPool log failed tasks
2025-10-26  Joel Rosdahlenhance: Make logging system thread-safe
2025-10-26  Joel Rosdahlperf: Only wake up one worker thread when a task has...
2025-10-26  Joel Rosdahlfix: Handle util::TaskPool enqueue/shut_down called...
2025-10-26  Joel Rosdahlenhance: Add util::parse_base16 function
2025-10-26  Joel Rosdahlenhance: Add util::Bytes::push_back method
2025-10-26  Joel Rosdahlenhance: Add util::Bytes::at method
2025-10-26  Joel Rosdahldocs: Update URLs in manual and news
2025-10-25  Joel Rosdahlfix: Correctly remove mismatching manifest file
2025-10-25  Joel Rosdahlperf: Avoid zero-filling in util::Bytes in all cases
2025-10-25  Joel Rosdahlenhance: Add more util::Bytes constructor and operator...
2025-10-25  Joel Rosdahlperf: Call Bytes::resize from Bytes constructors to...
2025-10-25  Joel Rosdahlenhance: Add Bytes::erase
2025-10-25  Joel Rosdahltest: Use REQUIRE for Bytes::size when indexing bytes...
2025-10-25  Joel Rosdahlchore: Consistently use .reset() to reset m_data in...
2025-10-25  Joel Rosdahlfix: Fix comparison of empty Bytes objects
2025-10-25  Joel Rosdahlfeat: Add support for multi-line configuration values
2025-10-25  Joel Rosdahlfix: Pass unsigned char to std::is* and std::tolower
2025-10-22  Joel Rosdahldocs: Mention that sloppiness values can be whitespace...
2025-10-22  Joel Rosdahldocs: Tweak Asciidoc markup
2025-10-19  Evgeniy Isaevfeat: Add support for -fcoverage-compilation-dir/-fcove...
2025-10-19  Evgeniy Isaevchore: Update C++ standard in .clang-format (#1648)
2025-10-18  Joel Rosdahlchore: Add libstdc++-static to alma dockerfiles
2025-10-18  Joel Rosdahldocs: Improve installation guide
2025-10-18  Joel Rosdahldocs: Improve manual
2025-10-17  Diego Alonsofeat: Support rewriting absolute path for -fsanitize...
2025-10-12  Evgeniy Isaevtest: Fix `profiling_clang` test (#1642)
2025-10-11  Andrejchore: Fix typo in CcacheVersion (#1645)
2025-10-09  Joel Rosdahlci: Add missing dependency on build_documentation for...
2025-10-09  Evgeniy Isaevdocs: Fix `install.md` links after renaming (#1643)
2025-10-08  Joel Rosdahldocs: Improve documentation on statistics counters...
2025-10-06  Joel Rosdahldocs: Reflow long line in manual
2025-10-06  Andrejdocs: Reconcile max-size suffixes in documentation...
2025-10-06  Joel Rosdahlfix: Link with libsocket on SunOS/Illumos
2025-10-05  Joel Rosdahlchore: Ignore local copilot instructions
2025-10-05  Joel Rosdahlchore: Improve util::FileLock
2025-10-05  Joel Rosdahlrefactor: Use std::chrono instead of custom classes
2025-10-01  Joel Rosdahlchore: Update authors
2025-10-01  Joel Rosdahlchore: Update NEWS
2025-10-01  Joel Rosdahlchore: Update NEWS
2025-10-01  Joel Rosdahlchore: Update NEWS
2025-10-01  kingilerfix: Add missing return in copy_file_impl fallback...
2025-10-01  Joel Rosdahlfix: Add missing doc files to Linux/macOS binary releas...
2025-10-01  Joel Rosdahlchore: Avoid false positive spelling warning with typos...
2025-09-30  Joel Rosdahlfix: Use monotonic clock for spin locks in inode cache
2025-09-29  Joel Rosdahldocs: Rename documentation files to lowercase
2025-09-29  Joel Rosdahldocs: Generate documention in Markdown format as well
2025-09-28  Joel Rosdahldocs: Escape hash character in asciidoc file
2025-09-28  Joel Rosdahlfix: Handle -Xarch_host/-Xarch_device except with other...
2025-09-22  Joel Rosdahlbump: Upgrade to fmt 12.0.0
2025-09-22  Joel Rosdahlrefactor: Remove unnecessary explicit non::span constructor
2025-09-22  Joel Rosdahlfix: Don't crash thread pool thread if task throws
2025-09-22  Joel Rosdahlfix: Don't fail on ENOENT when trying to break a LockFi...
2025-09-22  Joel Rosdahlchore: Handle empty argv in format_argv_as_win32_comman...
2025-09-15  Joel Rosdahlfix: Correct saving of current position in fallocate...
2025-09-14  Joel Rosdahlci: Fix GitHub release title
2025-09-14  Joel Rosdahlchore: Update NEWS v4.12
2025-09-14  Joel Rosdahlchore: Update AUTHORS
2025-09-14  Joel Rosdahlchore: Convert misc/update-authors to Python
2025-09-14  Joel Rosdahlchore: Update .mailmap
2025-09-14  Joel Rosdahlchore: Add alma-9 dockerfile
2025-09-14  Joel Rosdahlchore: Add debian-13 dockerfile
2025-09-10  Joel Rosdahltest: Simplify get_root()
2025-09-10  Joel Rosdahldocs: Document "Unsupported source encoding" statistics...
2025-09-10  autoantworttest: Handle GetVolumePathName errors, prevent access...
2025-09-09  Joel Rosdahlfix: Avoid expanding symlinks in relative path candidates
2025-09-09  Joel Rosdahlchore: Touch up basedir.bash
2025-09-08  Joel Rosdahlfix: Hash specs file actually used by GCC
2025-09-08  Joel Rosdahlfeat: Add support for Clang --config= option
2025-09-07  Joel Rosdahldocs: Fix markup in NEWS file
2025-09-07  Joel Rosdahlrefactor: Simplify HTTP logging slightly
2025-09-07  Joel Rosdahlchore: Update .mailmap
2025-09-07  Joel Rosdahlrefactor: Simplify UTF-16LE to UTF-8 conversion in...
2025-09-06  Joel Rosdahlbump: Upgrade to tl-expected 1.3.1
2025-09-06  J. Neuschäferbuild(blake3): Don't use NEON on aarch64_be (#1624)
2025-09-05  Joel Rosdahlci: Fix version logic in prepare-release for PR workflows
2025-09-05  Joel Rosdahlci: Fix ccache version for PR workflows
2025-09-03  autoantwortfix: Fix crash on HTTP request failure (#1628)
2025-09-03  autoantwortfix: Fix bad conversion from UTF-16 in util::read_file...
2025-09-01  Joel Rosdahlci: Add jobs to build and create release
2025-08-31  Joel Rosdahlci: Add artifact retention
2025-08-31  Joel Rosdahlci: Verify llvm-mingw toolchain download
2025-08-31  Joel Rosdahlci: Rename binary jobs to common "-binary" suffix
2025-08-31  Joel Rosdahlci: Add traces to CI jobs to make debug cycle shorter
2025-08-31  Joel Rosdahlbuild: Improve installation of documentation
2025-08-31  Joel Rosdahlci: Rename macOS to Darwin in CI context
2025-08-31  Joel Rosdahlci: Rename macOS binary jobs to match others
2025-08-31  Joel Rosdahlci: Add documentation build job
2025-08-31  Joel Rosdahlci: Run on ubuntu-24.04 instead of ubuntu-latest
2025-08-31  Joel Rosdahlci: Improve binary build jobs
2025-08-31  Joel Rosdahlci: Bump to newer codespell and typos versions
2025-08-21  Joel Rosdahlbuild: Detect ccache version from GitHub Actions enviro...
2025-08-21  autoantwortrefactor: Use std::array instead of const char* array...
next