]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-01-25  Alexander LaninFix fast linker selection for old GCC versions (#788)
2021-01-19  Erik FlodinBlake3 build (#781)
2021-01-19  Nicholas HutchinsonTest suite fixes and improvements for Windows (#780)
2021-01-19  Joel RosdahlRefer people to discussions for support
2021-01-19  Joel RosdahlAdd emojis to issue types
2021-01-19  Alexander Laninrefactor: Drop out parameter from get_level_1_files...
2021-01-19  Alexander LaninExtract enums into separate headers (#764)
2021-01-17  Alexander LaninFaster compile times (#759)
2021-01-17  Joel RosdahlDon’t cache result if a preprocessed header file is...
2021-01-17  Joel RosdahlExtract helper function include_file_too_new
2021-01-17  Joel RosdahlMove variable closer to usage in do_remember_include_file
2021-01-16  Joel RosdahlSupport source code language “cuda”, used by Clang
2021-01-16  Joel RosdahlAdd supported_source_extension function
2021-01-16  Joel RosdahlRemove trailing spaces
2021-01-16  Joel RosdahlRemove superfluous file_language member from ArgumentPr...
2021-01-16  Joel Rosdahldoc: Mention that ccache requires the “-c” option
2021-01-11  Sergei Trofimovichdoc/MANUAL.adoc: Don't use non-ASCII quotes (#761)
2021-01-10  Joel RosdahlFix YAML syntax in codeql-analysis.yaml after #746
2021-01-10  Alexander LaninAdd CodeQL (#746)
2021-01-10  Nicholas HutchinsonFix Lockfile on Windows when parent directories do...
2021-01-10  Joel RosdahlUse static_cast
2021-01-10  Alexander LaninCI: Fix testdir upload file name in case of failed...
2021-01-10  Khem RajAlways use 64bit to print time_t (#762)
2021-01-09  Joel RosdahlTweak documentation and code related to SOURCE_DATE_EPOCH
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
next