]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-01-09  Azat KhuzhinIgnore SOURCE_DATE_EPOCH under time_macros sloppiness...
2021-01-06  Alexander LaninFix scanning of headers with Clang-Tidy (#758)
2021-01-06  Joel RosdahlSuppress Clang-Tidy warning about including signal.h
2021-01-06  Joel RosdahlImprove header inclusion for SignalHandler
2021-01-06  Joel RosdahlUpgrade to optional-lite 3.4.0
2021-01-06  Joel RosdahlUpgrade to fmt 7.1.3
2021-01-06  Joel RosdahlUpgrade to doctest 2.4.4
2021-01-06  Joel RosdahlUpgrade to zstd 1.4.8
2021-01-06  Joel RosdahlAdapt to the ccache code style
2021-01-06  Joel RosdahlTweak build.yaml
2021-01-06  Nicholas HutchinsonCI: Add VS2019 build jobs (#757)
2021-01-06  Joel RosdahlAdd debug_dir setting for specifying a directory for...
2021-01-06  Joel RosdahlRemove redundant initialization of std::string variables
2021-01-06  Joel RosdahlMake Util::make_relative_path able to find matches...
2021-01-06  Joel RosdahlAdd hint on how to link statically with libzstd
2021-01-03  Joel RosdahlConfigure nonstd::string_view to don’t fall back to...
2021-01-03  Joel RosdahlDon’t capture “this” implicitly
2021-01-03  Joel RosdahlFix retrieval of object file when destination is /dev...
2021-01-03  Joel RosdahlImprove log messages and comments related to retrieving...
2021-01-03  Joel RosdahlImprove log message when manifest entry already exists
2021-01-03  Joel RosdahlCapitalize log message with inode cache statistics
2021-01-03  Joel RosdahlDeduce split dwarf filename from object file with zero...
2020-12-30  Joel RosdahlOnly accept -f(no-)color-diagnostics for Clang
2020-12-29  Joel RosdahlRemove obsolete (and now incorrect) fallback replacemen...
2020-12-29  Joel RosdahlFix Util::dir_name for Windows paths
2020-12-29  Joel RosdahlAdd simple unit test of Util::make_relative_path
2020-12-28  Nicholas HutchinsonFix running tests on macOS (#756)
2020-12-28  Nicholas HutchinsonImprove TemporaryFile implementation for Windows (...
2020-12-27  Joel RosdahlTweak markdown formatting
2020-12-27  Joel RosdahlRephrase hint about C-style code left in the code base
2020-12-27  Joel RosdahlRemove “Support” issue template
2020-12-27  Joel RosdahlMention GitHub discussions
2020-12-26  Joel RosdahlAdd preprocessed file extension to cpp stdout early
2020-12-26  Joel RosdahlAdd Util::hard_link utility function
2020-12-25  Nicholas HutchinsonGitHub: Ensure apt update is run for all Linux jobs
2020-12-11  Erik FlodinAdd missing pragma once (#744)
2020-12-09  Alexander LaninFix building 32bit tests on macOS (#743)
2020-12-09  Joel RosdahlDon’t build with Clang’s -Weverything option
2020-12-08  Joel RosdahlImprove incorrect documentation on what cache_dir does
2020-12-07  Erik FlodinImprove SIMD detection (#735)
2020-12-07  khng300Fix missing isascii() declaration on FreeBSD (#730)
2020-12-07  Joel RosdahlImprove mutex handling code structure in InodeCache
2020-12-06  Joel RosdahlReintroduce dev mode and disable problematic build...
2020-12-06  Joel RosdahlImprove references in the manual
2020-12-06  Joel RosdahlRemove legacy “cheap and nasty” mkstemp replacement
2020-12-02  Joel RosdahlImprove documentation of compression levels and -X...
2020-12-02  Joel RosdahlImprove consistency of terms in the manual
2020-12-02  Joel RosdahlImprove documentation wording on compiler_check string...
2020-12-01  Joel RosdahlEnable Clang 5.0 tests again
2020-11-29  Orgad ShanehMinGW: Default to static linking (#732)
2020-11-29  Orgad ShanehGitHub: Call apt-get update before install (#733)
2020-11-24  Joel RosdahlAdd missing copyright information to LICENSE.adoc
2020-11-24  Joel RosdahlUse simple globs in LICENSE.adoc
2020-11-23  Joel RosdahlBuild and install HTML documentation by default if...
2020-11-22  Joel RosdahlUpdate news v4.1
2020-11-22  Joel RosdahlUpdate authors
2020-11-19  Joel RosdahlFix bug in depfile when output filename includes specia...
2020-11-19  Joel RosdahlAlign spelling of “nonexistent”
2020-11-19  Joel RosdahlExtract code for parsing dependency files into a separa...
2020-11-18  Yoshimasa NiwaFix result_name_from_depfile by parsing depfile in...
2020-11-17  Joel RosdahlAdd --config-path option
2020-11-17  Joel RosdahlMake color_diagnostics and direct test suites work...
2020-11-17  Joel RosdahlCreate unittest directories in testdir
2020-11-16  Alexander LaninCache -fsyntax-only result (#685)
2020-11-12  Joel RosdahlLink with libatomic when needed (#723)
2020-11-10  Joel RosdahlBump to Xcode 11.7
2020-11-10  Joel RosdahlAdd tip about installing docbook-xml and docbook-xsl...
2020-11-10  Joel RosdahlFix conditional compilation of robust mutex code in...
2020-11-09  Joel RosdahlImprove config.h comments
2020-11-09  Joel RosdahlSay “define” instead of “define to 1” in config.h
2020-11-09  Joel RosdahlImprove safety of fallback after failed -fdiagnostics...
2020-11-09  Joel RosdahlAdd possibility of overriding compiler type guess
2020-11-09  Joel RosdahlRename GuessedCompiler to CompilerType
2020-11-09  Joel RosdahlFollow symlinks when guessing compiler
2020-11-09  Joel Rosdahltest: Don’t wait forever for output from script(1)
2020-11-07  Joel RosdahlDon’t add a duplicate manifest entry when recaching
2020-11-07  Joel RosdahlRemove superfluous Config::set_limit_multiple method
2020-11-05  Joel RosdahlAdd comment about -fcolor-diagnostics and assembler...
2020-11-04  Joel RosdahlUpgrade to doctest 2.4.1
2020-11-04  Joel RosdahlAdd Ubuntu 18.04 Dockerfile
2020-11-04  Joel RosdahlAdd docbook-{xml,xsl} packages to Ubuntu environments
2020-11-04  Joel RosdahlRemove now unused Args::contains method
2020-11-04  Alexander LaninDisable some tests on ancient Clang versions (#693)
2020-11-03  Joel RosdahlDocument the relation between CCACHE_DIR and -d/--directory
2020-11-03  Joel Rosdahldoc: Fix incorrect reference and bad markup
2020-11-03  Alexander LaninFall back to version "unknown" when Git is not installe...
2020-11-03  Joel RosdahlRetain given color diagnostics options when forcing...
2020-11-03  Joel RosdahlAdd Args::contains method
2020-11-03  Joel RosdahlAdd Args::erase_last method
2020-11-03  Joel RosdahlTweak color_diagnostics.bash code style
2020-10-30  Orgad ShanehMinGW: Fix static linkage with libgcc and libstdc+...
2020-10-30  Erik FlodinDisable some AVX features on old Apple clang versions...
2020-10-30  Joel RosdahlClean up CMakeLists.txt
2020-10-30  Erik FlodinBuild and install man page by default (#705)
2020-10-28  Joel RosdahlRestore original umask after finalize_at_exit
2020-10-26  Alexander LaninCI: List all configurations explicitly (#690)
2020-10-23  Joel RosdahlTweak formulations and fix spelling in CMakeLists.txt
2020-10-23  Joel RosdahlTweak code style
2020-10-23  Joel RosdahlDetect errors in fmt::format format strings at compile...
2020-10-23  Joel RosdahlDetect errors in fmt::print format strings at compile...
next