]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2025-04-23  Joel Rosdahlbump: Upgrade to BLAKE3 1.8.2
2025-04-23  Joel Rosdahlchore: Split util::split_once into util::split_once...
2025-04-19  Joel Rosdahlchore: Clean up profiling_gcc_10+ test suite
2025-04-19  Joel Rosdahltest: Silence benign compiler warning in the profiling_...
2025-04-19  Joel Rosdahlchore: Fix some Clang-Tidy warnings
2025-04-01  Joel Rosdahlchore: Build with -Wextra-semi/-Wextra-semi-stmt and...
2025-03-31  Joel Rosdahlfeat: Log which result entry matched in manifest
2025-03-30  Joel Rosdahlchore: Log usage of cmd_args temporary file earlier
2025-03-30  Joel Rosdahlfeat: Improve logging of process exit
2025-03-30  Joel Rosdahlfeat: Log mtime for removed files in internal tempdir
2025-03-30  Joel Rosdahlrefactor: Extract timestamp format to util::format_iso8...
2025-03-22  Joel Rosdahlchore: Update NEWS
2025-03-22  Joel Rosdahlchore: Update NEWS
2025-03-22  Joel Rosdahlfix: Reset signal mask and defaults when executing...
2025-03-18  Joel Rosdahlbump: Upgrade to cpp-httplib 0.20.0
2025-03-17  Joel Rosdahlchore: Update NEWS
2025-03-15  Joel Rosdahlfix: Fix log file locking on Windows
2025-03-09  Joel Rosdahlchore: Prepare for release v4.11
2025-03-09  Joel Rosdahlchore: Update authors
2025-03-09  Joel Rosdahlchore: Update NEWS
2025-03-09  Joel Rosdahltest: Remove centos-7 Dockerfile
2025-03-09  Joel Rosdahltest: Add alma-8 Dockerfile
2025-03-05  kzlarfeat: Add knowledge about options related to react...
2025-03-03  Joel Rosdahltest: Add debian-12 to test-all-systems
2025-03-03  Maksym Sobolyevtest: Refresh dockerfiles and add Debian 12 (#1538)
2025-03-02  Joel Rosdahlrefactor: Remove redundant args_info parameter from...
2025-03-01  Joel Rosdahldocs: Add space after CMake -D option
2025-02-27  Joel Rosdahlbump: Upgrade to xxhash 1.5.7
2025-02-27  Joel Rosdahlbump: Upgrade to xxhash 0.8.3
2025-02-27  Joel Rosdahlbump: Upgrade to fmt 11.1.4
2025-02-27  Joel Rosdahlbump: Upgrade to blake3 1.6.1
2025-02-27  Joel Rosdahlbump: Upgrade to cpp-httplib 0.19.0
2025-02-27  Joel Rosdahlrefactor: Simplify nested ifs
2025-02-27  Icarus Sparry... feat: Add knowledge about --offload-compress (#1571)
2025-02-27  Oded Sfix: Rename raw files correctly for >2 cache levels
2025-02-10  Joel Rosdahlci: Test more Clang versions available in ubuntu-24
2025-02-10  Joel Rosdahlci: Drop ubuntu-20 in favor of ubuntu-22
2025-01-28  Joel Rosdahlrefactor: Simplify code for executing Windows processes
2025-01-28  Joel Rosdahlchore: Simplify util::add_exe_suffix
2025-01-28  Joel Rosdahlfix: Fix --trim-method mtime
2025-01-25  Joel Rosdahlfix: Handle command line config options ending with...
2025-01-10  Henrique Ferreirofeat: Add support for -f(debug|file)-compilation-dir...
2025-01-10  Doekinfeat: Support .bat and .cmd scripts as the compiler...
2025-01-06  Joel Rosdahldocs: Fix typo
2025-01-06  Joel Rosdahldocs: Clarify how LRU cleanup works
2025-01-06  Henrique Ferreirofix: Correctly call sha256sum on macOS (#1549)
2025-01-02  Nick Sarniedocs: Fix description of icx-cl (#1548)
2025-01-01  Joel Rosdahlchore: Improve variable name in misc/clang-format
2025-01-01  Joel Rosdahlperf: Avoid stat call for ~/.ccache if CCACHE_DIR is set
2025-01-01  Joel Rosdahlchore: Add NOCACHE option to misc/build-in-docker
2025-01-01  Nick Sarniefeat: Add support for Intel's LLVM-based compilers...
2024-12-30  Joel Rosdahlfeat: Add support for clang-cl option /showIncludes...
2024-12-30  Joel Rosdahlchore: Tweak comment and add const
2024-12-30  Maksym Sobolyevfeat: Add HTTP_STORAGE_BACKEND build option (#1537)
2024-12-30  gitmodimofix: Rewrite more paths with absolute_paths_in_stderr...
2024-11-16  Joel Rosdahlrefactor: Tweak includes
2024-11-16  Joel Rosdahlfix: Synchonize writing to the log file
2024-11-15  Joel Rosdahlenhance: Add util::FileLock
2024-11-15  Joel Rosdahlci: Use newest macos image
2024-11-15  Matt Johnstonfix: Pass -fprofile-abs-path through to GCC (#1531)
2024-11-15  Joel Rosdahlbuild: Ignore Clang 19 -Wcast-function-type-mismatch...
2024-11-10  Joel Rosdahlfix: Add support for Clang -frandomize-layout-seed...
2024-11-09  Joel Rosdahlfix: Use util::getenv_path for environment variables...
2024-11-09  Joel Rosdahlfix: Use util::getenv_path_list to get PATH in find_exe...
2024-11-09  Joel Rosdahlchore: Store config paths in lexically normal form
2024-11-09  Joel Rosdahlrefactor: fs::path-ify helper functions in config.cpp
2024-11-09  Joel Rosdahlrefactor: Use util::lexically_normal
2024-11-08  Joel Rosdahlenhance: Add util::lexically_normal
2024-11-07  Joel Rosdahlenhance: Make util::getenv_path differentiate between...
2024-11-07  Joel Rosdahlfix: Fix util::make_relative_path for trailing slash...
2024-11-07  Joel Rosdahlfix: Ignore trailing slash in prefix in util::path_star...
2024-11-02  Joel Rosdahlchore: Mention correct Clang-Format version lower bar
2024-11-02  Joel Rosdahlchore: Fix typo
2024-10-24  Joel Rosdahldocs: Fix description of default cache_dir on non-macOS...
2024-10-24  Joel Rosdahlrefactor: Rename "at file" to "response file" internally
2024-10-22  Joel Rosdahltest: Add and use postdate function for making future...
2024-10-22  Joel Rosdahlrefactor: Avoid const data members
2024-10-22  Joel Rosdahlrefactor: Properly move fds into execute()
2024-10-22  Joel Rosdahlrefactor: Restructure code to help Clang-Tidy understand it
2024-10-22  Joel Rosdahlchore: Mark some return values as ignored
2024-10-22  Joel Rosdahlrefactor: Use C++17-style variable templates
2024-10-22  Joel Rosdahlchore: Ignore useless cppcoreguidelines-avoid-do-while...
2024-10-22  Joel Rosdahlenhance: Add util::getenv_path and util::getenv_path_list
2024-10-22  Max Winklerfeat: Add response_file_format config option for rsp...
2024-10-19  Bernhard M... test: Make tests pass in 2038 (#1525)
2024-10-18  Joel Rosdahlci: Enable ubuntu-24.04 builds again
2024-10-17  Joel Rosdahlci: Remove macOS-12 builds
2024-10-17  Joel Rosdahlfix: Fix binary patching of sysconfdir for Linux prebui...
2024-10-17  Joel Rosdahlrefactor: Improve some types
2024-09-22  Joel Rosdahlci: Upgrade codespell and typos versions
2024-09-22  Davidfeat: Add support for -fprofile-prefix-path gcc option...
2024-09-21  DStest: Add a unittest for the hard link based compiler...
2024-09-21  Joel Rosdahlfix: Detect compiler type for hard linked generic compi...
2024-09-21  Joel Rosdahlchore: Tweak comments
2024-09-21  Moritzfix(http-storage): Make sure 'keep-alive' can be overri...
2024-09-21  huangqinjinfeat: Relativize absolute paths within base_dir in...
2024-09-21  Joel Rosdahldocs: Mention that absolute_paths_in_stderr applies...
2024-09-21  huangqinjinbuild: Instruct MSVC to accept UTF-8 characters (#1508)
2024-09-10  Juan Manuel... refactor: Remove duplicated call to posix_spawn_file_ac...
2024-09-10  Joel Rosdahlfeat: Make absolute_paths_in_stderr also handle MSVC...
next