]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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...
2020-10-23  Joel RosdahlDetect errors in log strings at compile time
2020-10-23  Alexander LaninFail gracefully on ancient compilers (#702)
2020-10-22  Alexander LaninFix order of commands in third_party CMakeLists.txt...
2020-10-22  Joel RosdahlRefer to the platform-compiler-language-support page...
2020-10-22  Erik FlodinRequire CLONE_NOOWNERCOPY to be defined for clone on...
2020-10-22  Erik FlodinUse BLAKE3 machinery for detecting AVX2 support (#696)
2020-10-22  Alexander LaninBLAKE3: Use C version on ancient Clang (#692)
2020-10-20  Erik FlodinAdd missing parameters to log() call (#691)
2020-10-20  Alexander LaninSupport ccache ccache gcc (#687)
2020-10-19  Joel RosdahlFix badly named man page filename (Ccache.1 instead...
2020-10-19  Joel RosdahlUse CMake A2X_EXE variable instead of hardcoded a2x
2020-10-18  Joel RosdahlPrepare for v4.0 v4.0
2020-10-18  Joel RosdahlUpdate authors
2020-10-15  Joel RosdahlRemove apparently unnecessary ::add-path command
2020-10-15  Joel RosdahlUse $GITHUB_PATH to set PATH from install-cuda
2020-10-15  Joel RosdahlRun cross-compiled 64-bit MinGW unit tests in Wine
2020-10-14  Joel RosdahlAdd codespell build job
2020-10-14  Joel RosdahlImprove NEWS
2020-10-12  Joel RosdahlAdd “Compatibility with older versions” section to...
2020-10-12  Joel RosdahlHash variables that may affect the compilation
2020-10-12  Joel RosdahlRefactor logical expression in find_compiler
2020-10-12  Olle LiljenzinFix expect_perm to work with SELinux (#681)
2020-10-10  Joel RosdahlUpdate NEWS
2020-10-10  Chris BurrRemove -lgcov from profiling tests (#679)
2020-10-10  Joel Rosdahltest: Verify masquerading when executed as an absolute...
2020-10-10  Joel Rosdahltest: Remove now unnecessary setting of CCACHE_COMPILE
2020-10-10  Joel Rosdahltest: Improve masquerading suite probe
2020-10-10  Joel Rosdahltest: Publish and use COMPILER_BIN and COMPILER_ARGS
2020-10-10  Joel RosdahlUpgrade to string-view-lite 1.6.0
2020-10-10  Joel RosdahlUpdate authors
2020-10-10  Joel RosdahlAdd Erik Flodin (formerly Johansson) to .mailmap
2020-10-10  Joel RosdahlKeep comments when using -M/-F/-o to set config values
next