summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: Update NEWSv4.7.3Joel Rosdahl2022-11-051-0/+49
* doc: Mention the default value of keep_comments_cppJoel Rosdahl2022-11-051-1/+2
* chore: Fix grammar in commentJoel Rosdahl2022-11-051-2/+2
* feat: Include I_MPI_CC/I_MPI_CXX in the input hashJoel Rosdahl2022-11-051-0/+6
* chore: Improve inode cache loggingJoel Rosdahl2022-11-051-6/+5
* feat: Support -Wp,-M[M]D with -o without -MMD/-MQ/-MT for GCC and ClangJoel Rosdahl2022-11-032-18/+51
* test: Silence progress messages from CCACHE_UMASK testJoel Rosdahl2022-11-031-3/+3
* test: Silence Clang warnings about unused arguments during compilationJoel Rosdahl2022-11-031-4/+4
* test: Remove left-over fi statementJoel Rosdahl2022-11-031-1/+0
* fix: Fix parsing of sloppiness with trailing delimiterJoel Rosdahl2022-11-032-9/+7
* fix: Avoid redundant slash in HTTP storage URLs with subdirsJoel Rosdahl2022-11-031-1/+1
* fix: Hash variables that affect Clang version on macOSJoel Rosdahl2022-11-031-2/+8
* chore: Tweak commentsJoel Rosdahl2022-11-032-4/+4
* chore: Improve logging of file read failuresJoel Rosdahl2022-11-028-11/+17
* chore: Update authorsv4.7.2Joel Rosdahl2022-10-291-1/+1
* chore: Update NEWSJoel Rosdahl2022-10-291-0/+32
* fix: Process the argument following a -Xarch argument (#1199)rblx-kbuck2022-10-282-2/+4
* fix: Use configured umask for command line operations like --zero-statsJoel Rosdahl2022-10-283-0/+31
* test: Disable flaky Windows profiling testsJoel Rosdahl2022-10-282-5/+8
* build: Include limits.h for PATH_MAXJoel Rosdahl2022-10-262-0/+4
* fix: Use separate 32-bit and 64-bit inode cache filesJoel Rosdahl2022-10-262-2/+4
* build: Apply standard settings and warnings to lockfile test (#1195)Gregor Jasny2022-10-241-1/+1
* chore: Correct contributor in NEWSJoel Rosdahl2022-10-221-1/+1
* chore: Update NEWSv4.7.1Joel Rosdahl2022-10-221-0/+21
* ci: Avoid using deprecated GitHub set-output commandJoel Rosdahl2022-10-221-1/+1
* ci: Add GCC 8 and GCC 9 jobsJoel Rosdahl2022-10-221-1/+16
* build: Remove unneeded C++11 flag in libatomic test (#1191)Orgad Shaneh2022-10-221-3/+0
* build: Support compilation with GCC 8 (#1190)Orgad Shaneh2022-10-222-0/+27
* fix: Handle -MD/-MMD when compiling assembler fileJoel Rosdahl2022-10-197-37/+99
* chore: Remove unused no-response bot configJoel Rosdahl2022-10-191-12/+0
* doc: Fix markup in NEWSJoel Rosdahl2022-10-171-2/+2
* chore: Update NEWSv4.7Joel Rosdahl2022-10-171-1/+281
* doc: Improve manualJoel Rosdahl2022-10-161-4/+5
* doc: Fixed markup of __NAME__ macrosJoel Rosdahl2022-10-161-11/+11
* refactor: Avoid an extra data copy when rewriting stdoutJoel Rosdahl2022-10-162-7/+9
* test: Simplify util::read_file_part testJoel Rosdahl2022-10-161-11/+8
* enhance: Add more util::Bytes::insert variantsJoel Rosdahl2022-10-162-1/+66
* refactor: Rename ShowIncludesParser to MsvcShowIncludesOutputJoel Rosdahl2022-10-167-32/+33
* chore: Tweak code related to auto depend mode for MSVCJoel Rosdahl2022-10-164-11/+13
* doc: Tweak manual and comments related to /showIncludesJoel Rosdahl2022-10-164-12/+12
* chore: Add news for version 4.6.3Joel Rosdahl2022-10-161-0/+28
* chore: Tweak READMEJoel Rosdahl2022-10-161-1/+1
* chore: Update authorsJoel Rosdahl2022-10-163-1/+7
* ci: Remove Ubuntu 18.04 jobs and add GCC 12 job (#1180)Orgad Shaneh2022-10-161-9/+5
* build: Add headers to CMake project files (#1178)Orgad Shaneh2022-10-159-0/+27
* feat: Support auto depend mode for MSVC without /showIncludes (#1176)Orgad Shaneh2022-10-159-4/+136
* ci: Remove clang64 msys target from ci (#1179)Orgad Shaneh2022-10-151-4/+0
* test: Make the integration tests work under Windows (#1133)Orgad Shaneh2022-10-1222-95/+343
* build: Add missing source file extensionJoel Rosdahl2022-10-121-1/+1
* feat: Support depend mode for MSVC (#992)Orgad Shaneh2022-10-1212-12/+272