]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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...
2024-09-10  huangqinjinfeat: Option absolute_paths_in_stderr also rewrites... 1504/head
2024-09-10  huangqinjinenhance: Add utility to get path length in compiler...
2024-09-10  huangqinjinfix: Fix util::replace_all for string_view to non-C...
2024-09-10  huangqinjinfeat: Add support for MSVC /TC and /TP options (#1499)
2024-08-26  Joel Rosdahlchore: Improve type of boolean
2024-08-26  Joel Rosdahldocs: Remove repeated word
2024-08-26  huangqinjinchore: Correct my name (#1498)
2024-08-26  dsrowellfeat: Add ability to send arbitrary HTTP headers to...
2024-07-22  Joel Rosdahlchore: Update authors
2024-07-22  Joel Rosdahlchore: Update NEWS
2024-07-17  Joel Rosdahltest: Only run -fprofile-update=atomic test when suppor...
2024-07-16  Joel Rosdahlchore: Remove no longer relevant Gitter links
2024-07-09  Anders Björklundtest: Use bash for running script command (#1482)
2024-07-04  Joel Rosdahlchore: Fix copyright row order
2024-07-02  Joel Rosdahlrefactor: Introduce and use DEFER macro, replacing...
2024-07-02  Joel Rosdahlrefactor: Introduce and use CHECK_LIB_CALL macro
2024-07-02  Joel Rosdahlbuild: Fix detection of Fmt version for Fmt<11
2024-07-02  Holger Hoffstättebuild: Try harder to determine FMT_VERSION (#1478)
2024-06-30  Joel Rosdahlchore: Update authors
2024-06-30  Joel Rosdahlchore: Update NEWS
2024-06-30  Joel Rosdahlchore: Fix reference to format.cc in LICENSE.adoc
2024-06-30  Joel Rosdahlrefactor: Convert some std::string paths to fs::path
2024-06-30  Joel Rosdahlchore: Rename source files to lowercase for consistency
2024-06-30  Joel Rosdahlrefactor: Clean up some fs::path usage
2024-06-30  Joel Rosdahlrefactor: Convert Config::m_temporary_dir to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert Config::m_stats_log to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert Config::m_log_file to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert Config::m_cache_dir to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert Context::i_tmpfile to fs::path
2024-06-30  Joel Rosdahlrefactor: Use fs::path for Context::register_pending_tm...
2024-06-30  Joel Rosdahlrefactor: Improve handling of ignore_header_paths matching
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::sanitize_blacklists to...
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::profile_path to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::included_pch_file to fs...
2024-06-30  Joel Rosdahlchore: Add ubuntu-24.04 Dockerfile
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::orig_included_pch_file...
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::output_al to fs::path
2024-06-30  Joel Rosdahlrefactor: Convert ArgsInfo::output_ipa to fs::path
next