]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2020-10-10  Joel RosdahlUse capitalized “Ccache” at start of sentences consistently
2020-10-10  Alexander LaninMake CCACHE_COMPILER always the highest priority (...
2020-10-07  Joel RosdahlSupport GCC 9+ .gcno files in combination with -fprofil...
2020-10-07  Joel RosdahlAdd comments for Result::FileType values
2020-10-07  Joel RosdahlSimplify rewrite_dep_file_paths unit test
2020-10-07  Joel RosdahlUse capitalized “Ccache” at start of sentences consistently
2020-10-07  Joel RosdahlAdd option for enabling interprocedural (link time...
2020-10-06  Joel RosdahlDon’t print failure to “git describe” to stderr
2020-10-06  Joel RosdahlFix broken dependency file when using base_dir
2020-10-06  Joel RosdahlAvoid unnecessary stat calls in Util::make_relative_path
2020-10-05  Joel RosdahlImprove consistency of terms in the manual
2020-10-05  Joel RosdahlUpgrade to string-view-lite 1.5.1
2020-10-05  Joel RosdahlAllow running the test suite with a “+dirty” version
2020-10-05  Joel RosdahlOnly move cache file to another level when we know...
2020-10-05  Joel RosdahlConst-ify parameter to to_cache
2020-10-05  Joel RosdahlFix bad sizeof() application
2020-10-05  Joel RosdahlReduce variable scope in ResultRetriever::write_depende...
2020-10-05  Joel RosdahlSuppress Cppcheck warnings for all third party source...
2020-10-05  Joel RosdahlRemove redundant check related to parsing “-x”
2020-10-05  Joel RosdahlMerge pull request #678 from AlexanderLanin/x
2020-10-05  Alexander Laninrefactor: Simplify logic of -x handling 678/head
2020-10-05  Alexander LaninAdd unit tests for parsing -x argument
2020-10-05  Alexander LaninDisable some new Clang-Tidy features (#677)
2020-10-05  Joel RosdahlUpdate NEWS
2020-10-05  Joel RosdahlAdd CI build with GCC 4.8.5
2020-10-05  Joel RosdahlUse STATUS instead of NOTICE for CMake messages
2020-10-05  Joel RosdahlFix build error for TemporaryFile with GCC 4.8
2020-10-05  Joel RosdahlHandle interrupted waitpid call properly in hash_comman...
2020-10-05  Joel RosdahlDon’t add -I${CMAKE_SOURCE_DIR}/third_party when compiling
2020-10-05  Joel RosdahlAdd Paul Bunch to .mailmap
2020-10-05  Joel RosdahlMention how to configure location of the secondary...
2020-10-05  Alexander Laninrefactor: Improve naming/interface of compopt functions...
2020-10-01  Joel RosdahlUpgrade to BLAKE3 0.3.7
2020-10-01  Joel RosdahlUpdate NEWS
2020-10-01  Joel RosdahlHandle missing .gcno file gracefully
2020-10-01  Joel RosdahlSimplify source package generation
2020-10-01  Joel RosdahlMake it possible to build from “git archive” source...
2020-09-30  Joel RosdahlFix bad variable name by inlining it
2020-09-30  Joel RosdahlFix typo in manual section “Compiling in different...
2020-09-29  Alexander LaninAdd error detection to zstd download (#673)
2020-09-28  Alexander LaninAdd unittest for find_compiler (#670)
2020-09-28  Joel RosdahlUse ubuntu-18.04 instead of ubuntu-20.04 for Clang...
2020-09-27  Joel RosdahlDon’t update stats file if all counter updates are...
2020-09-27  Joel RosdahlHandle short read when writing result files
2020-09-27  Joel RosdahlImprove base_dir documentation
2020-09-27  Joel RosdahlImprove CMake targets related to documentation
2020-09-23  Joel RosdahlFix Clang-Tidy 9 warning about differing parameter...
2020-09-23  Joel RosdahlRemove unnecessary Result::Writer destructor
2020-09-23  Joel RosdahlEncode hash digests as 4 base16 digits + 29 base32hex...
2020-09-23  Joel RosdahlRename Util::format_hex to format_base16
2020-09-23  Joel RosdahlOptimize Util::format_hex
2020-09-23  Joel RosdahlFix base32hex code
2020-09-23  Joel RosdahlAdd base32hex implementation by Peter Conrad
2020-09-23  Joel RosdahlUse no indentation for license entries in LICENSE.adoc...
2020-09-23  Joel RosdahlSort entries in LICENSE.adoc according to file names
2020-09-23  Joel RosdahlPass Args by const ref
2020-09-23  Joel RosdahlUse short type suffix for cache files
2020-09-23  Joel RosdahlReduce duplication in third party CMakeLists.txt
2020-09-23  Joel RosdahlStore cache statistics on level 2 and cache bookkeeping...
2020-09-23  Joel RosdahlSilence unwanted output in CCACHE_UMASK test
2020-09-23  Joel RosdahlImplement support for automatic cache levels
2020-09-21  Joel RosdahlFix capitalization of CMake, Cppcheck, Clang-Format...
2020-09-21  Joel RosdahlAvoid -Wshadow warnings with older compilers
2020-09-21  Joel RosdahlAdd ASSERT and DEBUG_ASSERT macros
2020-09-21  Gregor JasnyHandle waitpid interruption and add missing string...
2020-09-21  Paul Fultz IIAdd support for hip language (#666)
2020-09-17  Joel RosdahlAvoid mentioning __TIME__ and friends literally in...
2020-09-17  Joel RosdahlAdd Util::clamp function
2020-09-17  Joel Rosdahltest: Retrieve test suite list from CMakeLists.txt
2020-09-17  Joel RosdahlMake “-fstack-usage” test work when $COMPILER is a...
2020-09-17  Joel RosdahlFix and simplify calculation of cache size change
2020-09-17  Joel RosdahlUse appropriate type for size delta
2020-09-17  Joel RosdahlInclude thread ID in addition to process ID in symlink...
2020-09-17  Joel Rosdahlrecompress: Don’t defer updating statistics counter
2020-09-17  Joel RosdahlRefactor create_cachedir_tag
2020-09-17  Joel RosdahlRemove unnecessary suffix parameter from Util::get_path...
2020-09-17  Joel RosdahlRemove cache_dir_levels (CCACHE_NLEVELS) setting
2020-09-17  Alexander Laninrefactor: Convert Util::strip_whitespace to use string_...
2020-09-14  Joel RosdahlRefactor remaining stats_* functions into Statistics
2020-09-14  Joel RosdahlRemove knowledge about legacy top-level stats file
2020-09-14  Joel RosdahlRefactor Statistics::{write,increment} into Statistics...
2020-09-14  Joel RosdahlRefactor away stats_{add_cleanup,set_sizes}
2020-09-14  Joel RosdahlRemove upgrade code for populating config with legacy...
2020-09-14  Joel RosdahlRefactor flushing of stats and logs at ccache exit
2020-09-14  Joel RosdahlAdd and use Statistics::increment function
2020-09-14  Joel RosdahlExtract stats_{read,write} and Statistic enum to Statis...
2020-09-14  Joel RosdahlAdd unit tests of Counters class
2020-09-14  Joel RosdahlAdd and use Counters::increment(const Counters&)
2020-09-14  Joel RosdahlIntroduce Counters::{get,set}_raw
2020-09-14  Joel RosdahlIntroduce Counters::get/set/increment methods, replacin...
2020-09-14  Joel RosdahlReplace stats_update_size with incrementing counters...
2020-09-14  Joel RosdahlReplace stats_update with incrementing counters directly
2020-09-14  Joel RosdahlTweak AsciiDoc section divider format
2020-09-14  Alexander Lanintest: Introduce unit test for -Xclang handling (#659)
2020-09-14  Alexander Laninrefactor: Compare Args::to_string in tests, not interna...
2020-09-10  Erik JohanssonSwitch from XXH64 to XXH3 for checksums (#657)
2020-09-08  Joel RosdahlDon’t create <objectfile>.ccache-log when there is...
2020-09-08  Joel RosdahlDon’t log stat error in Util::read_file
2020-09-08  Joel RosdahlSimplify TemporaryFile
2020-09-08  Joel RosdahlAdd Util::ensure_dir_exists
next