]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-07-19  Joel RosdahlMove Util::get_path_in_cache to PrimaryStorage
2021-07-19  Joel RosdahlStore secondary storage hits in primary storage
2021-07-19  Joel RosdahlImprove secondary storage framework
2021-07-19  Joel Rosdahldoc: Mention file URLs without double slash
2021-07-19  Joel RosdahlRemove redundant _utils suffix for util headers
2021-07-19  Joel RosdahlAdd util::join function
2021-07-19  Joel RosdahlSplit util headers into interface and implementation...
2021-07-19  Joel RosdahlMove parse_signed and parse_unsigned to util
2021-07-19  Joel RosdahlAdd util::value_or_throw function
2021-07-19  Joel RosdahlMove starts_with and ends_with to util
2021-07-19  Joel RosdahlMove strip_whitespace to util
2021-07-19  Joel RosdahlSort Config::set_* methods
2021-07-19  Joel RosdahlUse std::this_thread::sleep_for instead of usleep
2021-07-17  Gregor JasnyHTTP storage: Fix IPv6 address handling (#898)
2021-07-17  Gregor JasnyFix test-all-systems (#901)
2021-07-14  Gregor JasnyExpose list of enabled features (#897)
2021-07-14  Gregor JasnyHTTP storage: Implement timeout support (#896)
2021-07-14  Gregor JasnyHTTP storage: Implement authentication support (#895)
2021-07-14  Joel RosdahlAdd CII Best Practices badge
2021-07-14  Joel RosdahlMention that test cases are preferred for contributed...
2021-07-13  Gregor JasnyOnly run redis test if backend is enabled (#891)
2021-07-12  Joel RosdahlAdd test for Redis storage with password
2021-07-12  Joel RosdahlRemove read-only tests of HTTP and Redis storage backends
2021-07-12  Joel RosdahlMake secondary_http and secondary_redis tests independent
2021-07-12  Joel Rosdahltest: Fix secondary_http suite for test/run called...
2021-07-12  Joel RosdahlImplement partial support for Redis provisional URI...
2021-07-12  Joel RosdahlSimplify Redis reply object management
2021-07-12  Joel RosdahlTouch up Redis storage code slightly
2021-07-10  Joel Rosdahlci: Extract common package list to a variable
2021-07-10  Anders BjörklundAdd optional Redis secondary storage backend (#875)
2021-07-10  Joel RosdahlTouch up secondary storage code slightly
2021-07-09  Joel RosdahlMove is_full_path to util
2021-07-08  Joel RosdahlMerge pull request #676 from gjasny/httpcache-backend
2021-07-07  Gregor JasnyAdd secondary HTTP storage 676/head
2021-07-07  Gregor JasnyRemove dead code in cpp-httplib
2021-07-07  Gregor JasnyAdd cpp-httplib 0.9.0
2021-07-07  Joel RosdahlImprove ssize_t typedefs for Windows platforms
2021-07-07  Joel RosdahlRemove system.hpp, including what’s needed instead
2021-07-06  Joel RosdahlDon’t fail “Collect testdir” job if there is no testdir...
2021-07-06  Joel RosdahlMove READ_BUFFER_SIZE to config.h, adding a CCACHE_...
2021-07-06  Joel RosdahlAdd util::split_path_list function and remove PATH_DELI...
2021-07-06  Joel RosdahlRemove now mostly superfluous DIR_DELIM_CH macro
2021-07-06  Gregor JasnyUpdate dockerfiles with supported distributions (#886)
2021-07-06  Joel RosdahlMerge pull request #881 from gjasny/use-url-class
2021-07-06  Gregor JasnyRequire CMake 3.10 (#885)
2021-07-05  Gregor JasnyUse URL class for URL parsing 881/head
2021-07-05  Gregor JasnyAdd CxxUrl v0.2
2021-07-05  Gregor JasnyGlobally define WIN32_LEAN_AND_MEAN (#882)
2021-07-05  Gregor JasnyFix CMake feature detection (#883)
2021-07-05  Joel RosdahlDon’t collapse empty lines in rewrite_stderr_to_absolut...
2021-07-05  Joel RosdahlDon’t collapse empty lines in Depfile::rewrite_paths
2021-07-05  Joel RosdahlAdd mode parameter to split_into_* and Tokenizer
2021-07-04  Joel RosdahlFix typo in Util::split_into_views doc string
2021-07-04  Joel RosdahlFix bug in debug_dir (CCACHE_DEBUGDIR)
2021-07-04  Joel RosdahlAdd util::to_absolute_path
2021-07-04  Joel RosdahlMove is_absolute_path to util
2021-07-03  Anders BjörklundAdd magic file for identifying ccache files (#880)
2021-07-03  Joel Rosdahldoc: Mention “-” for standard input consistently
2021-07-03  Joel RosdahlAdd integration test for stats_log
2021-07-03  Joel RosdahlTweak stats_log documentation
2021-07-03  Joel RosdahlSimplify format_stats_log implementation
2021-07-03  Anders BjörklundAllow dumping stdin by giving - as path (#879)
2021-07-03  Gregor JasnyUse generator expression for ccache location (#878)
2021-07-01  Joel RosdahlMerge pull request #873 from gjasny/fix-appleclang...
2021-07-01  Joel RosdahlFix source file suffix selection for libblake3
2021-06-29  Joel RosdahlAllow one -Xarch_* option that matches -arch (#874)
2021-06-29  Gregor JasnyDefault to clang compiler on macOS 873/head
2021-06-29  Gregor JasnyFix Apple Clang detection
2021-06-29  Gregor JasnyMark tests as skipped for unsupported compilers
2021-06-29  Joel RosdahlSimplify header categorization rules
2021-06-29  Joel RosdahlUse .clang-format regexes instead of comments to group...
2021-06-28  Joel RosdahlDisable some clang-tidy checks that don’t contribute...
2021-06-28  Joel RosdahlRemove unused function
2021-06-28  Joel RosdahlImprove SecondaryStorage comments
2021-06-27  Joel RosdahlInclude $PWD in hash for -fprofile-generate with relati...
2021-06-27  Joel RosdahlAdd secondary file storage backend
2021-06-27  Joel RosdahlImplement configurations, API and framework for seconda...
2021-06-27  Joel RosdahlImprove parsing of umask values
2021-06-27  Joel RosdahlAdd base parameter to Util::parse_unsigned
2021-06-27  Joel RosdahlCorrect documentation of Util::unlink_safe
2021-06-27  Joel RosdahlAdd util::percent_decode
2021-06-27  Joel RosdahlAdd util::split_once
2021-06-27  Joel RosdahlRefactor main primary storage backend code into storage...
2021-06-27  Joel RosdahlRefactor config and context setup
2021-06-27  Joel RosdahlRemove now superfluous std::make_unique shim
2021-06-27  Joel RosdahlAdd Tokenizer class
2021-06-27  Joel RosdahlRevise include file order to work with new directory...
2021-06-27  Joel RosdahlRemove superfluous context instance in test case
2021-06-20  Michael KruseUse single command line arg for /FI (#869)
2021-06-20  Michael KruseAdd sloppy include_file_mtime to ivfsoverlay test ...
2021-06-20  Michael KruseSkip nvcc_ldir test with non-working nvcc (#867)
2021-06-19  Joel RosdahlUse some generic lambda expressions
2021-06-19  Joel RosdahlRequire C++14-compatible compiler to build ccache
2021-06-19  Joel RosdahlRemove Ubuntu 16.04/Clang 3.8 build
2021-06-17  r-burnsExplicitly select C++ when using -fcxx-modules (#861)
2021-06-17  Gregor JasnyIgnore CLion files (#862)
2021-06-16  Joel RosdahlDon’t crash on relative PWD value
2021-06-16  Joel RosdahlImprove architecture document
2021-06-15  Anders BjörklundAdd stats log file, logging input file and result ...
2021-06-15  Joel RosdahlDocument the plan of changing naming conventions for...
next