summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Fix test failure in GitHub CI mingw64 jobsHEADmasterJoel Rosdahl2023-05-071-2/+4
* doc: Add remote file storage example with URL-encoded spaceJoel Rosdahl2023-05-061-1/+1
* bump: Upgrade to doctest 2.4.11Joel Rosdahl2023-04-221-9/+24
* chore: Suppress clang-tidy warnings we don't want to fixJoel Rosdahl2023-04-191-0/+3
* refactor: Improve calculate_result_and_manifest_key parametersJoel Rosdahl2023-04-191-12/+12
* refactor: Use constructor member initializer listsJoel Rosdahl2023-04-192-6/+4
* refactor: Use std::unique_ptr for data in util::BytesJoel Rosdahl2023-04-192-51/+44
* chore: Sort .clang-tidy check listJoel Rosdahl2023-04-192-64/+67
* chore: Add comments for all statistics countersJoel Rosdahl2023-04-191-0/+120
* refactor: Extract MSVC debug option logic to a functionJoel Rosdahl2023-04-191-14/+19
* fix: Limit MSVC debug flag detection to documented parameters (#1263)Stephan Rohmen2023-04-191-3/+7
* fix: Don't add additional depend mode options after Clang -- optionJoel Rosdahl2023-04-172-1/+16
* bump: Update to zstd 1.5.5 (#1272)Raihaan Shouhell2023-04-171-2/+2
* fix: Find Ccache version from lightweight Git tagJoel Rosdahl2023-04-171-1/+1
* test: Add test for default value of inode_cacheJoel Rosdahl2023-04-171-0/+1
* fix: Make output of "ccache -k max_size" parsableJoel Rosdahl2023-04-171-8/+9
* ci: Disable Windows 64-bit MSBuild jobs for nowJoel Rosdahl2023-04-171-20/+22
* feat: Don't treat /Zi as unsupported for clang-cl (#1266)Tobias Hieta2023-03-282-1/+28
* Update NEWSJoel Rosdahl2023-03-221-0/+11
* build: Make ccache compile with clang-cl on Windows (#1260)Tobias Hieta2023-03-163-6/+7
* chore: Update copyright yearsv4.8Joel Rosdahl2023-03-122-2/+2
* chore: Update NEWSJoel Rosdahl2023-03-121-0/+141
* Revert "bump: Upgrade to zstd 1.5.4"Joel Rosdahl2023-03-121-2/+2
* chore: Fix typosJoel Rosdahl2023-03-112-4/+4
* chore: Add typos configurationJoel Rosdahl2023-03-112-1/+10
* feat: Support overriding MSVC /Z* optionsJoel Rosdahl2023-03-083-4/+63
* refactor: Improve InodeCache::get signatureJoel Rosdahl2023-03-074-60/+40
* feat: Make it possible to disable ccache for a certain source code fileJoel Rosdahl2023-03-075-2/+50
* enhance: Add util::read_file_part<std::string> implementationJoel Rosdahl2023-03-073-17/+36
* refactor: Use util::BitSet for hash_source_code_fileJoel Rosdahl2023-03-078-148/+173
* refactor: Use util::BitSet for core::SloppinessJoel Rosdahl2023-03-056-89/+49
* enhance: Add util::BitSetJoel Rosdahl2023-03-053-0/+198
* bump: Upgrade to doctest 2.4.10Joel Rosdahl2023-03-042-24/+96
* feat: Improve cache size presentation and specificationJoel Rosdahl2023-03-0412-199/+371
* enhance: Add util::TextTable::Cell::Cell(std::string_view)Joel Rosdahl2023-03-042-5/+9
* feat: Improve disk size calculation on WindowsJoel Rosdahl2023-03-042-4/+5
* enhance: Add util::likely_size_on_diskJoel Rosdahl2023-03-042-2/+22
* enhance: Add util::split_once(std::string&&, char)Joel Rosdahl2023-03-043-9/+66
* refactor: Move Util::parse_size to utilJoel Rosdahl2023-03-048-76/+77
* refactor: Move Util::format_{human,parsable}_* to utilJoel Rosdahl2023-03-049-121/+121
* feat: Improve error message when failing to parse command line configJoel Rosdahl2023-03-041-1/+6
* chore: Remove now superfluous "this->" in lambdaJoel Rosdahl2023-03-041-1/+1
* chore: Always add -Wdouble-promotion to dev mode flagsJoel Rosdahl2023-03-041-3/+1
* chore: Enable and fix some more warningsJoel Rosdahl2023-03-045-16/+16
* chore: Clean up Redis helper scripts a bit (#1254)Anders Björklund2023-02-222-13/+16
* feat: Add support for setting per-compilation config on command lineJoel Rosdahl2023-02-2010-161/+260
* chore: Fix typosJoel Rosdahl2023-02-162-2/+2
* bump: Upgrade to zstd 1.5.4Joel Rosdahl2023-02-101-2/+2
* fix: Log config and command line before finding compilerJoel Rosdahl2023-02-091-16/+18
* perf: Don't update stats file when there are no incremented countersJoel Rosdahl2023-02-081-1/+1