summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* chore: Disable some clang-tidy checks that don’t contribute muchJoel Rosdahl2022-03-272-6/+3
* docs: Add reference to reference build configs (#1031)vsplesk2022-03-271-0/+5
* fix: Bail out on too hard MSVC environment variables CL and _CL_Joel Rosdahl2022-03-264-2/+18
* fix: Prefer CMake find module for hiredis packageJoel Rosdahl2022-03-261-1/+1
* refactor: Simplify string append in process_argJoel Rosdahl2022-03-261-3/+2
* chore: Improve error message for read error in from_cacheJoel Rosdahl2022-03-261-1/+1
* fix: Prefer CMake find module for zstd package (#1030)Cristian Adam2022-03-261-1/+1
* feat: Support directory for MSVC -Fo option (#1019)Orgad Shaneh2022-03-261-5/+18
* fix: Don't exit with error on read failure from cached file (#1036)6d5CfLQ3dYAb2022-03-261-7/+7
* fix: Don’t cache preexisting object file when using -fsyntax-onlyJoel Rosdahl2022-03-242-9/+48
* fix: Authenticate with Redis before database selection (#1020)6d5CfLQ3dYAb2022-03-231-1/+1
* fix: Work around endianness problem in Util::read_text_fileJoel Rosdahl2022-03-192-0/+10
* test: Don’t require C++-capable compiler for the test suiteJoel Rosdahl2022-03-131-4/+5
* docs: Add missing word in release notesJoel Rosdahl2022-02-281-2/+2
* chore: Prepare for v4.6v4.6Joel Rosdahl2022-02-273-2/+8
* chore: Update NEWSJoel Rosdahl2022-02-271-0/+78
* style: Add missing newline at end of fileJoel Rosdahl2022-02-271-2/+2
* chore: Sort codespell allowlistJoel Rosdahl2022-02-271-1/+1
* refactor: Make Util::is_absolute_path_with_prefix return optionalJoel Rosdahl2022-02-274-56/+49
* style: Tweak commentsJoel Rosdahl2022-02-271-3/+3
* chore: Improve hint in source code format error messageJoel Rosdahl2022-02-271-1/+3
* fix: Don’t increment direct_cache_miss for forced recacheJoel Rosdahl2022-02-272-1/+33
* fix: Make conversion to relative paths more reliable on Windows (#1011)Marius Zwicker2022-02-277-3/+112
* chore: Add Vili Väinölä to .mailmapJoel Rosdahl2022-02-211-0/+1
* fix: Hash object file directory for MSVC compilersJoel Rosdahl2022-02-201-0/+13
* bump: Upgrade to BLAKE3 1.3.1Joel Rosdahl2022-02-207-19/+25
* docs: Tweak hard link config option descriptionJoel Rosdahl2022-02-201-6/+6
* fix: Respect umask when making hard linked files read onlyJoel Rosdahl2022-02-191-1/+3
* refactor: Extract get_umask function to UtilJoel Rosdahl2022-02-193-21/+22
* chore: Touch up Util::read_text_file codeJoel Rosdahl2022-02-192-23/+23
* fix: Support UTF-16LE .rsp files (#1005)vvainola2022-02-194-1/+50
* docs: Add documentation that compiler plugins are hashed too (#1006)Philipp Gortan2022-02-151-2/+3
* feat: Remove automatic enabling of ccache for ccache buildJoel Rosdahl2022-02-072-75/+0
* chore: Remove obsolete GCC 4.8 workaroundsJoel Rosdahl2022-02-072-13/+2
* fix: Ensure that raw filenames are static in lengthJoel Rosdahl2022-02-078-14/+24
* refactor: Clean up code related to -Fp/-Yu with concatenated pathJoel Rosdahl2022-02-051-24/+17
* fix: Fix clang-cl display name (#1003)Orgad Shaneh2022-02-031-1/+2
* style: Improve names related to clang-clJoel Rosdahl2022-02-034-22/+24
* docs: Add missing documentation of compiler type “clang-cl”Joel Rosdahl2022-02-031-0/+2
* fix: Don’t finalize ZstdCompressor twiceJoel Rosdahl2022-02-031-3/+1
* feat: Add support for clang-cl (#993)Orgad Shaneh2022-02-034-20/+40
* feat: Add option to use Bearer token with HTTP backend (#1001)Delgan2022-01-282-1/+13
* bump: Upgrade to cpp-httplib 0.10.2Joel Rosdahl2022-01-273-37/+157
* feat: Enable HTTP keep-alive by default (#1000)Joel Rosdahl2022-01-272-8/+2
* feat: Add --inspect option instead of --dump-manifest/--dump-resultJoel Rosdahl2022-01-2517-176/+145
* enhance: Add File::File(FILE*) constructorJoel Rosdahl2022-01-241-2/+17
* fix: Do not handle -o<file> for MSVC (#994)Orgad Shaneh2022-01-241-1/+5
* bump: Upgrade to BLAKE3 1.3.0Joel Rosdahl2022-01-242-1/+7
* bump: Upgrade to fmt 8.1.1Joel Rosdahl2022-01-248-843/+1424
* bump: Upgrade to doctest 2.4.8Joel Rosdahl2022-01-243-575/+815