]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-01-16  Joel RosdahlSend dependency arguments to compiler if run_second_cpp...
2020-01-16  Joel RosdahlTest extra_args_to_hash output of cc_process_args
2020-01-15  Joel RosdahlInclude “Co-authored-by” attributions when calculating...
2020-01-15  Joel RosdahlImprove error message for bad boolean environment varia...
2020-01-15  Joel RosdahlMake it harder to misinterpret semantics of boolean...
2020-01-15  Joel RosdahlAvoid passing compilation-only options to the preproces...
2020-01-15  Joel Rosdahlmisc/performance: Fix --no-cpp2 and --no-stats options
2020-01-05  Joel RosdahlPrepare for v3.7.7
2020-01-05  Joel RosdahlPrepare for v3.7.7
2020-01-05  Joel RosdahlUpdate NEWS
2020-01-05  Joel RosdahlMake sure to always log a “Result:” line
2020-01-05  Joel RosdahlAdd tests for verifying dependency file content
2020-01-05  Joel RosdahlRevert "Only pass implicit -MQ to preprocessor if needed"
2020-01-05  Joel RosdahlAdd “--nocpp2” option to misc/performance
2020-01-05  Joel RosdahlTest .incbin detection for assembler compilation
2020-01-05  Joel RosdahlRemove the unify mode
2019-12-15  Joel RosdahlRemove superfluous clang-format comments
2019-12-15  Cristian AdamUnittest fixes on Windows (#496)
2019-12-02  Joel RosdahlUpdate .mailmap
2019-12-02  Joel RosdahlImprove comments related to save_timestamp
2019-12-02  MizuhaHimurakiStore mtime/ctime as -1 if sloppy_file_stat is not...
2019-12-01  Joel RosdahlAssert in get_path_in_cache instead of throwing on...
2019-12-01  Joel RosdahlRefactor and simplify get_path_in_cache and tests
2019-12-01  Joel RosdahlReflow comments to fit the available width
2019-12-01  Joel RosdahlSimplify return of empty string_view
2019-12-01  Joel RosdahlRemove “nonstd::” qualification where no longer needed
2019-12-01  Joel RosdahlRemove duplicate backtick
2019-12-01  Joel RosdahlMerge pull request #483 from totph/svmisc
2019-11-26  Thomas OttoC++-ify get_path_in_cache(), add ConfigTester 483/head
2019-11-26  Thomas OttoUse change_extension() and remove_extension()
2019-11-26  Thomas OttoAdd and test change_extension()
2019-11-26  Thomas OttoAdd and test remove_extension()
2019-11-26  Thomas OttoAdd and test get_extension()
2019-11-26  Thomas OttoRemove obsolete x_basename
2019-11-26  Thomas OttoAdd and test and use get_truncated_base_name()
2019-11-25  Thomas OttoUse base_name() instead of x_basename()
2019-11-25  Thomas OttoAdd hash functions for string and string_view
2019-11-24  Thomas OttoWindows define and include restructuring (#492)
2019-11-17  Erik JohanssonAdd handling of __TIMESTAMP__ macro (#488)
2019-11-17  Joel RosdahlPrepare for v3.7.6
2019-11-17  Joel RosdahlUpdate NEWS
2019-11-17  Joel RosdahlAlways include input file path in direct mode hash
2019-11-17  Joel RosdahlIgnore unknown sloppiness values in configuration files
2019-11-14  Luboš LuňákHandle properly color diagnostics also in depend mode...
2019-11-14  Luboš LuňákAllow -fmodules in direct depend mode (#482)
2019-11-10  Thomas OttoCorrect "-MJ" bail out, identify both "-MJ file" and...
2019-11-05  Joel RosdahlUpdate libzstd to 1.4.4
2019-11-01  Joel RosdahlMove tests of FormatNonstdStringView to a separate...
2019-11-01  Joel Rosdahlstats: Fix statistics update with full filesystem
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
next