summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: Update NEWSv4.6.1Joel Rosdahl2022-05-151-0/+133
* chore: Update authorsJoel Rosdahl2022-05-141-0/+2
* style: Improve names of Args::AtFileFormat valuesJoel Rosdahl2022-05-144-20/+18
* ci: Bump to CodeQL action v2Joel Rosdahl2022-05-141-2/+2
* fix: Support Redis URL without hostJoel Rosdahl2022-05-141-3/+3
* chore: Don’t store unused return valueJoel Rosdahl2022-05-141-2/+1
* chore: Constify core::Manifest::add_result parameterJoel Rosdahl2022-05-142-6/+7
* chore: Set version “unknown” instead of empty string if unknownJoel Rosdahl2022-05-141-3/+3
* fix: Support Git 1.x when determining ccache versionJoel Rosdahl2022-05-141-1/+2
* chore: Prepare for binary patching SYSCONFDIRJoel Rosdahl2022-05-141-1/+4
* chore: Add Jacob Young to .mailmapJoel Rosdahl2022-05-141-0/+1
* fix: Avoid incorrect error log for Redis write in reshare modeJoel Rosdahl2022-05-141-4/+4
* chore: Remove anonymous users from AUTHORSJoel Rosdahl2022-05-143-4/+4
* fix: Correctly represent statistics counters > 1 in log and stats logJoel Rosdahl2022-05-112-2/+12
* fix: Fix parsing of MSVC response files (#1071)jacobly02022-05-114-10/+49
* docs: Add warning about base_dirJoel Rosdahl2022-05-081-0/+6
* chore: Update license for nonstd::expectedJoel Rosdahl2022-05-081-3/+3
* refactor: Simplify Reader::read_intJoel Rosdahl2022-05-081-6/+4
* fix: Log expanded secondary storage URL in put/removeJoel Rosdahl2022-05-081-3/+3
* fix: Fix miscompile of nonstd::expected on MSVC v19.22 (#1053)jacobly02022-05-081-15/+42
* fix: Check for short reads in Reader::read_str (#1068)Gregor Jasny2022-05-081-1/+6
* fix: Fix "Multiple precompiled headers used" error if /Yu option is used afte...Alexey Telishev2022-05-081-0/+1
* feat: Make upload-redis output more like other tools (#1070)Anders Björklund2022-05-081-9/+20
* fix: Improve MSVC /Fp and /Yu options furtherJoel Rosdahl2022-05-061-6/+16
* chore: Add knowledge of linker option -z to avoid note in debug logJoel Rosdahl2022-05-051-1/+2
* fix: Handle MSVC /Fp and /Yu options with concatenated path againJoel Rosdahl2022-05-051-17/+9
* feat: Handle -imsvc compiler option (#1055)jacobly02022-05-011-0/+1
* build: Fix build arguments to clang-cl (#1054)jacobly02022-05-011-3/+5
* fix: Fix sporadic test.profiling failures (#1056)jacobly02022-05-011-1/+1
* fix: Isolate inode cache file in testsJoel Rosdahl2022-05-011-4/+3
* feat: Improve inode cache loggingJoel Rosdahl2022-05-011-3/+3
* ci: Fix CUDA installationJoel Rosdahl2022-04-301-1/+1
* fix: Normalize paths to fix basedir option on Windows (#1033)vvainola2022-04-303-22/+26
* refactor: Improve absolute path normalization functionsJoel Rosdahl2022-04-305-38/+68
* fix: Make Stat::same_inode_as consider error codeJoel Rosdahl2022-04-262-3/+5
* docs: Mention default cache locations for Windows and macOSJoel Rosdahl2022-04-171-2/+3
* fix: Fix static linkage with hiredis on Windows (#1041)Orgad Shaneh2022-04-121-0/+3
* fix: Replace skip_last_empty with IncludeDelimiter (#1046)Orgad Shaneh2022-04-125-35/+12
* fix: Fix code restructuring mistake in 5a55014fJoel Rosdahl2022-04-081-2/+2
* fix: Fix process_preprocessed_file bug for distcc markerJoel Rosdahl2022-04-081-1/+3
* style: Tweak code style to match conventionsJoel Rosdahl2022-04-051-4/+4
* style: Enable some clang-tidy readability checks for unit testsJoel Rosdahl2022-04-052-4/+12
* Merge pull request #1037 from orgads/cl-strip-lfJoel Rosdahl2022-04-056-123/+133
|\
| * fix: Do not add redundant newlines for stdoutOrgad Shaneh2022-04-051-3/+5
| * feat: Support preserving the delimiters on tokenizerOrgad Shaneh2022-04-055-24/+88
| * test: Simplify tokenizer testsOrgad Shaneh2022-04-051-98/+42
|/
* fix: Only use /run/user/<UID>/ccache-tmp if writableJoel Rosdahl2022-04-031-1/+1
* fix: Add ASM and ASM_MASM to project() languages (#1043)Rafael Kitover2022-04-031-1/+1
* fix: Improve handling of .gcno filesJoel Rosdahl2022-04-037-11/+101
* refactor: Sort sloppiness parsing/generationJoel Rosdahl2022-04-012-38/+38