]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2019-11-01  Joel RosdahlAtomicFile: Cope with write error (e.g. due to full...
2019-11-01  Thomas OttoFix and test interaction between fmt and nonstd::string...
2019-10-23  Joel RosdahlTweak grammar
2019-10-23  Joel RosdahlMention the AVX2 algorithm in NEWS
2019-10-23  Erik JohanssonAdd AVX2 variant of check_for_temporal_macros (#476)
2019-10-23  Joel RosdahlFix FormatNonstdStringView.hpp name in non_third_party_...
2019-10-22  Joel RosdahlPrepare for v3.7.5
2019-10-22  Joel RosdahlUpdate NEWS
2019-10-22  Joel RosdahlFix spelling
2019-10-22  Joel RosdahlPlease Clang’s -Wmissing-variable-declarations
2019-10-22  Joel RosdahlIncrease interval for cleaning up $CCACHE_DIR/tmp to...
2019-10-22  Joel RosdahlDon’t fail fatally if temporary cpp_stderr file is...
2019-10-19  Joel RosdahlImprove functions related to (l)stat-ing
2019-10-19  Joel RosdahlRemove obsolete traverse function
2019-10-19  Joel RosdahlRemove obsolete x_calloc function
2019-10-19  Joel RosdahlMake ccache buildable with Clang 9
2019-10-19  Joel RosdahlMake remember_include_file free from gotos
2019-10-19  Joel RosdahlAdd Thomas Otto (totph) to .mailmap
2019-10-19  Joel RosdahlTweak contribution guidelines
2019-10-19  Joel RosdahlUse nonstd::string_view where appropriate
2019-10-19  Joel RosdahlUse #include "third_party/..." consistently to include...
2019-10-19  Joel RosdahlRemove now superfluous size check of uncompressed files
2019-10-19  Joel RosdahlAdd nonstd::string_view 1.3.0
2019-10-19  Joel RosdahlAdd nonstd::optional 3.2.0
2019-10-19  Joel RosdahlUpgrade to fmt 6.0.0
2019-10-19  Joel RosdahlPretty-print embedded_file_type in log messages
2019-10-19  Joel RosdahlReduce casting related to FileType
2019-10-19  Thomas OttoConvert result type string to an enum (#478)
2019-10-18  Erik JohanssonFix warning during configure in out of tree build ...
2019-10-17  Thomas Ottotest output: only use ansi codes when run in a terminal
2019-10-17  Thomas Ottotest output: improve readability on light backgrounds
2019-10-14  Joel RosdahlRemove left-over CacheEntryReader::CacheEntryReader...
2019-10-14  Joel RosdahlFix comment after renaming util.cpp to legacy_util.cpp
2019-10-14  Joel RosdahlAdd missing #pragma once to File.hpp
2019-10-14  Joel RosdahlAdd -MQ to compilation flags to make dependency files...
2019-10-14  totphFix an out-of-bounds read when logging (#475)
2019-10-08  Joel RosdahlRecompress in parallel
2019-10-07  Joel RosdahlAdd -X/--recompress option
2019-10-07  Joel RosdahlLet cache entry writer/reader update/verify checksums
2019-10-07  Joel RosdahlMake File movable and noncopyable
2019-10-07  Joel RosdahlRename file_size to file_size_on_disk and improve its...
2019-10-05  Joel RosdahlRefactor result/manifest reading/writing
2019-10-05  Joel RosdahlAdd unit test of AtomicFile
2019-10-05  Joel RosdahlAdd AtomicFile::stream
2019-10-05  Joel RosdahlRename AtomicFile::close to commit
2019-10-05  Joel RosdahlInclude .tmp. in AtomicFile names
2019-10-05  Joel RosdahlAdd Util::big_endian_to_int and Util::int_to_big_endian
2019-10-05  Joel RosdahlAdd Util::get_file_size
2019-10-05  Joel RosdahlAdd std::make_unique implementation
2019-10-05  Joel RosdahlUse UpperCamelCase instead of snake_case for namespaces
2019-10-05  Joel RosdahlMake AtomicFile::Type values lower case
2019-10-05  Joel RosdahlExtract temporary file creation code into a function
2019-10-05  Joel RosdahlAdd and use Checksum class
2019-10-05  Joel RosdahlAdd and use CacheFile::Type and CacheFile::type
2019-10-05  Joel RosdahlMove parse_int to util
2019-10-05  Joel RosdahlFix test suite problems on OS X
2019-10-05  Joel RosdahlForce regeneration of autotools stuff in autogen.sh
2019-10-05  Joel RosdahlAdd .DS_Store to .gitignore
2019-10-05  Joel RosdahlMake detection of supported Clang warning flags actuall...
2019-10-03  Joel RosdahlAdd support for -MF=arg as understood by EDG-based...
2019-10-03  Joel RosdahlOnly pass implicit -MQ to preprocessor if needed
2019-10-03  Joel RosdahlUpdate NEWS
2019-09-22  Breno GuimaraesSimplify code
2019-09-22  Breno GuimaraesExtract function for free+nullify pattern
2019-09-22  Breno GuimaraesDont free/null variable twice
2019-09-22  Joel RosdahlDon’t crash if localtime returns null pointer in localt...
2019-09-17  Joel RosdahlInclude compiler-only arguments in the hash
2019-09-15  Joel RosdahlAdd configure check for Clang flags for disabling warnings
2019-09-15  Joel RosdahlMove dev mode configure check to the top
2019-09-15  Joel RosdahlAdd configure macro AX_CHECK_COMPILE_FLAG
2019-09-15  Joel RosdahlRemove obsolete configure check related to snprintf...
2019-09-12  Joel RosdahlClarify 3.7.4 news items 467/head
2019-09-12  Joel RosdahlPrepare for v3.7.4
2019-09-12  Joel RosdahlUpdate NEWS
2019-09-12  Joel RosdahlSupport GCC 9’s -gz=[type] option
2019-09-07  Joel RosdahlUpdate NEWS
2019-09-07  Joel RosdahlAdd missing include guard
2019-09-06  Joel RosdahlSort function definitions
2019-09-05  Joel RosdahlSet sysconfdir to /etc when dist checking
2019-09-05  Joel RosdahlDon’t fail on error when dist checking
2019-09-05  Joel RosdahlMerge dist checks for using libzstd/libb2 from the...
2019-09-05  Joel RosdahlSort .gitignore
2019-09-05  Joel RosdahlDon’t error out if a libzstd/libb2 Makefile doesn’t...
2019-09-05  Joel RosdahlAdd missing fmt headers to dist archive
2019-09-05  Joel RosdahlAdd progress bar for -x/--show-compression
2019-09-05  Joel RosdahlAdd progress bar for -c/--cleanup and -C/--clear
2019-09-05  Joel RosdahlConstify file_size
2019-09-05  Joel RosdahlAdd util::for_each_level_1_subdir function
2019-09-05  Joel RosdahlAdd util::get_level_1_files function
2019-09-05  Joel RosdahlAdd ProgressBar class
2019-09-05  Joel RosdahlAdd util::ends_with
2019-09-05  Joel RosdahlFix include so that Cppcheck finds it
2019-09-05  Joel RosdahlRemove no longer matched Cppcheck suppression
2019-09-05  Joel RosdahlFix Cppcheck warning about always false value
2019-09-05  Joel RosdahlMake legacy_suites a constant
2019-09-05  Joel RosdahlRemove left-over statement
2019-09-05  Joel RosdahlAdd util::create_dir, replacing create_parent_dirs...
2019-09-05  Joel RosdahlImprove documentation of util::read_file/write_file
2019-09-05  Joel RosdahlAdd util::dir_name
2019-09-05  Joel RosdahlAdd util::base_name
next