]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-02-24  Nicholas HutchinsonFix Util::read_file truncating files if size_hint is...
2021-02-24  Jon PetrissansSupport building ccache with xlclang++ on AIX 7.2 ...
2021-02-23  Joel RosdahlHandle -frecord-gcc-switches correctly
2021-02-23  Joel Rosdahldoc: Fix markup of compiler type “other”
2021-02-23  Evangelos FoutrasSupport -fcolor-diagnostics passed to cc1 with -Xclang...
2021-02-17  Sergei TrofimovichStdAtomic.cmake: Probe atomic increment as well (#800)
2021-02-17  Joel RosdahlTweak passing of magic bytes to please GitHub CodeQL
2021-02-14  Joel RosdahlConvert trivial switch statement to if statement
2021-02-07  Joel RosdahlOnly dup2 stderr into $UNCACHED_ERR_FD for preprocessor...
2021-02-02  Joel RosdahlUse existing CMake “message()” level
2021-02-02  Joel RosdahlAdd missing word in news item
2021-02-02  Joel RosdahlPrepare for v4.2 v4.2
2021-02-02  Joel RosdahlUpdate news
2021-02-01  Joel RosdahlUse full path to env program
2021-02-01  Joel RosdahlUpdate NEWS
2021-02-01  Joel RosdahlImprove handling of SOURCE_DATE_EPOCH
2021-02-01  Joel RosdahlSort test suites
2021-02-01  Joel RosdahlImprove comments in UseCcache.cmake
2021-02-01  Joel RosdahlImprove speed of compiler launcher command in UseCcache...
2021-01-30  Joel RosdahlUse snake case for CMake variable names
2021-01-30  Joel RosdahlImprove emoji for questions/discussions in GitHub issue...
2021-01-30  Joel RosdahlUpdate authors
2021-01-30  Joel RosdahlAdd Ka Ho Ng to .mailmap
2021-01-25  Stuart HendersonDisable inode cache on OSes without pthread_mutexattr_s...
2021-01-25  Nicholas HutchinsonCI: Skip homebrew update/cleanup on macOS (#790)
2021-01-25  Nicholas Hutchinsontests: Improve COFF object file comparison (#789)
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)
next