]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2020-09-08  Joel RosdahlAdd noexcept to move constructors and assignment operators
2020-09-08  Joel RosdahlMove File method definitions outside the class for...
2020-09-08  Joel RosdahlMove manifest functions into a Manifest namespace
2020-09-07  Joel RosdahlAdd missing newline in --hash-file output
2020-09-07  Joel Rosdahldoc: Correct default compression level
2020-09-05  Joel RosdahlUse “using nonstd::*” consistently
2020-09-05  Joel RosdahlIntroduce Util::parse_{unsigned,signed} functions
2020-09-05  Joel RosdahlTweak some integer types
2020-09-05  Joel RosdahlAllow for 64-bit values in statistics counters
2020-09-05  Joel RosdahlImprove name of ArgumentProcessingState::input_charset
2020-09-05  Joel RosdahlConvert fromcache_call_mode enum to enum class
2020-09-05  Joel RosdahlClean up ProcessArgsResult
2020-09-05  Joel RosdahlRemove redundant static keyword for namespace-level...
2020-09-04  Joel RosdahlClean up .gitignore
2020-09-04  Joel RosdahlSimplify definition of the stats_info array
2020-09-04  Joel RosdahlImprove variable names related to statistics counters
2020-09-04  Alexander Laninrefactoring: Use return syntax for process_args (#652)
2020-09-04  Alexander Laninrefactoring: Convert stats to enum class (#651)
2020-09-03  Joel RosdahlClarify naming conventions for enum and enum class...
2020-09-02  Joel RosdahlFix test errors with GCC 4.4
next