]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2020-09-02  Alexander LaninAdd Visual Studio build directory to .gitignore (#650)
2020-09-02  Joel RosdahlSet _FILE_OFFSET_BITS to 64
2020-09-02  Joel RosdahlAdd clang-format off/on for SIZEOF_INT
2020-09-01  Joel RosdahlImprove test cases that use objdump
2020-09-01  Joel RosdahlImprove error message from expect_(not_)contains
2020-09-01  Joel RosdahlFix debug_prefix_map failure with old objdump versions
2020-08-31  Joel RosdahlClean up inode_cache suite probe code
2020-08-31  Deepak YadavSkip inode_cache tests if temporary_dir is on NFS ...
2020-08-31  Alexander LaninMerge address and UB sanitizer (#647)
2020-08-31  Joel RosdahlImprove handling of ccache version in the source releas...
2020-08-31  Joel RosdahlUse GCC for building packages
2020-08-31  Joel RosdahlUse Ninja when building source and binary packages
2020-08-31  Joel RosdahlUse proper names for source and binary packages
2020-08-30  Joel RosdahlGenerate tar.xz binary packages for non-Windows
2020-08-30  Joel RosdahlGenerate both tar.gz and tar.xz source packages
2020-08-30  Joel RosdahlRemove superfluous setting of CPACK_CMAKE_GENERATOR
2020-08-30  Joel RosdahlRemove superfluous setting of CMAKE_DEBUG_POSTFIX
2020-08-28  Joel RosdahlReset environment variables before running test suite...
2020-08-28  Joel RosdahlRefactor Config::default_temporary_dir
2020-08-28  Joel RosdahlComment out unused parameter name instead of using...
2020-08-28  Joel RosdahlTreat Clang-Format discrepancies as errors
2020-08-28  Joel RosdahlFix code formatting
2020-08-27  Rafael KitoverSupport building on MSVC (#632)
2020-08-27  Joel RosdahlSupport passing level 0 to “ccache -X” to use default...
2020-08-27  Joel RosdahlLet “ccache -X” print before/after statistics
2020-08-27  Joel RosdahlImprove layout of “ccache -x” statistics
2020-08-27  Joel RosdahlMake Util::format_human_readable_size format kB
2020-08-27  Alexander LaninFix asm compiler detection (#644)
next