]> git.ipfire.org Git - thirdparty/ccache.git/history - src/core/Statistics.cpp
chore: Fix blake3.h pattern in .clang-format after 2950646b473e
[thirdparty/ccache.git] / src / core / Statistics.cpp
2024-03-09  Joel Rosdahlchore: Improve source tree structure
2024-02-19  Joel Rosdahlchore: Rename util/fmtmacros.hpp to util/format.hpp
2024-02-03  Joel Rosdahlrefactor: Simplify Statistics::format_machine_readable...
2024-01-22  Kaspar Schleiserfeat: Add `--print-stats` format selection, JSON format...
2024-01-14  Joel Rosdahlfix: Disable caching for modified source/include files
2023-12-10  Joel Rosdahlchore: Fix some -Wconversion warnings
2023-10-02  Joel Rosdahlrefactor: Move Logging to util
2023-10-01  Joel Rosdahlrefactor: Move fmtmacros to util
2023-08-18  Joel Rosdahlchore: Avoid ccache:disable strings in ccache source...
2023-08-03  Joel Rosdahlfeat: Include maximum size/files in --print-stats
2023-07-18  Joel Rosdahlrefactor: Move Util::localtime to util
2023-06-07  Gregor Jasnyrefactor: Use std::size to compute array size (#1297)
2023-04-19  Joel Rosdahlchore: Add comments for all statistics counters
2023-03-07  Joel Rosdahlfeat: Make it possible to disable ccache for a certain...
2023-03-04  Joel Rosdahlfeat: Improve cache size presentation and specification
2023-01-17  Joel Rosdahlfeat: Improve automatic cache cleanup mechanism
2023-01-11  Joel Rosdahlfeat: Consistently show cache size and max size with...
2023-01-11  Joel Rosdahlfix: Avoid sometimes too wide percent figure in --show...
2022-12-13  Joel Rosdahlfix: Fix conditions for --show-stats
2022-10-19  Joel Rosdahlfix: Handle -MD/-MMD when compiling assembler file
2022-10-04  Joel Rosdahlfeat: Improve statistics for remote hits/misses
2022-10-02  Joel Rosdahlrefactor: Sort k_statistics_fields
2022-09-27  Joel Rosdahlchore: Rename primary/secondary storage to local/remote...
2022-09-27  Joel Rosdahlchore: Rename primary/secondary config to config/system...
2022-09-21  Joel Rosdahlrefactor: Use util::TimePoint for timestamps
2022-07-05  Joel Rosdahlfix: Don't display max size in ccache -s if it's 0...
2022-07-04  Joel Rosdahlfeat: Let -s/--show-stats show cleanups counter with...
2022-06-19  Joel Rosdahlrefactor: Use structured binding declarations
2022-06-19  Joel Rosdahlrefactor: Remove some now unnecessary static_assert...
2022-06-19  Joel Rosdahlrefactor: Use std::clamp
2022-05-28  Joel Rosdahlfeat: Improve --show-stats
2022-05-11  Joel Rosdahlfix: Correctly represent statistics counters > 1 in...
2022-03-26  Joel Rosdahlfix: Bail out on too hard MSVC environment variables...
2022-01-10  Orgad ShanehFix stats output for secondary storage (#988)
2021-09-11  Joel Rosdahlfeat: Show separate statistics counters for misses
2021-08-20  Joel Rosdahlfeat: Only show secondary storage stats if non-empty...
2021-08-16  Joel Rosdahlfeat: Improve statistics summary
2021-08-16  Joel Rosdahlfeat: Print statistics IDs instead of descriptions...
2021-08-10  Joel Rosdahlfeat: Add statistics for forced recaches
2021-08-10  Joel Rosdahlfeat: Add statistics for primary/secondary hits/miss
2021-08-10  Joel Rosdahlfeat: Add statistics for direct/preprocessed cache...
2021-08-10  Joel Rosdahlfeat: Sort output of --print-stats
2021-08-10  Joel Rosdahlenhance: Prepare for a ccache invocation having multipl...
2021-07-22  Joel RosdahlMove/split statistics functionality into core and stora...