summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2385 from icebreaker/missing_include_guardsJan Niklas Hasse2024-02-212-0/+10
|\
| * added missing include guardsMihail Szabolcs2024-02-182-0/+10
|/
* GitHub Actions: Only specify major version for actions/upload-release-assetJan Niklas Hasse2024-02-133-4/+4
* GitHub Actions: Don't specify patch version for actions/upload-release-assetJan Niklas Hasse2024-02-133-4/+4
* Merge pull request #2373 from digit-google/document-manual-generationJan Niklas Hasse2024-02-131-0/+36
|\
| * README.md: document Manual and Doxygen generationDavid 'Digit' Turner2024-02-131-0/+36
* | Merge pull request #2369 from Colecf/dark_modeJan Niklas Hasse2024-02-131-0/+26
|\ \
| * | Add a dark mode to the docsCole Faust2023-12-311-0/+26
* | | Merge pull request #2375 from scivision/correct-flagJan Niklas Hasse2024-02-131-3/+3
|\ \ \ | |_|/ |/| |
| * | correction to #2360scivision2024-01-161-3/+3
|/ /
* | Merge pull request #2360 from Simonhancrew/masterJan Niklas Hasse2024-01-021-0/+10
|\ \ | |/ |/|
| * [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as erroryourfather2023-12-301-0/+10
* | Merge pull request #2358 from digit-google/fix-canonicalize-path2Jan Niklas Hasse2023-12-282-42/+208
|\ \ | |/ |/|
| * CanonicalizePath: Remove kMaxComponents limitDavid 'Digit' Turner2023-12-072-42/+208
* | Merge pull request #2356 from jhasse/remove-w-dupbuildJan Niklas Hasse2023-12-078-87/+36
|\ \ | |/ |/|
| * Improve misleading error message when an output is defined multiple timesJan Niklas Hasse2023-12-066-11/+18
| * Remove `-w dupbuild` completely, always error on duplicate edgesJan Niklas Hasse2023-11-294-79/+21
* | Merge pull request #2302 from Snektron/timer-to-micros-chronoJan Niklas Hasse2023-11-291-2/+7
|\ \ | |/ |/|
| * metrics: use chrono to convert ticks to microsRobin Voetter2023-06-151-2/+7
* | Merge pull request #2292 from digit-google/fix-stats-reportJan Niklas Hasse2023-11-223-2/+11
|\ \
| * | Don't double-count the 'node stat' metric.David 'Digit' Turner2023-09-251-1/+0
| * | Fix .ninja parse time reported by `-d stats`.David 'Digit' Turner2023-09-252-1/+11
* | | Merge pull request #2219 from Siogian/masterJan Niklas Hasse2023-11-221-1/+1
|\ \ \
| * | | fix garbled error message, like Chinese in Windowsxiaojian.liang2022-12-041-1/+1
* | | | Merge pull request #1562 from jhasse/googletestJan Niklas Hasse2023-11-228-277/+39
|\ \ \ \
| * | | | CMakeLists.txt: Use GTest::gtest instead of gtestDavid 'Digit' Turner2023-11-161-1/+18
| * | | | GitHub Actions: C++11 is now the defaultJan Niklas Hasse2023-10-141-1/+1
| * | | | GitHub Actions: Install libgtest-dev for Ubuntu 20.04Jan Niklas Hasse2023-10-121-1/+1
| * | | | Revert back to GoogleTest 1.10.0 for RHEL 7Jan Niklas Hasse2023-10-121-2/+2
| * | | | GitHub Actions: configure.py no longer builds testsJan Niklas Hasse2023-10-121-1/+0
| * | | | Update GoogleTest to last release to support C++11Jan Niklas Hasse2023-10-121-2/+2
| * | | | Merge branch 'master' into googletestJan Niklas Hasse2023-10-1258-587/+2121
| |\ \ \ \
| * | | | | GoogleTest doesn't allow calling ASSERT from a constructorJan Niklas Hasse2021-11-161-2/+1
| * | | | | Merge branch 'master' into googletestJan Niklas Hasse2021-11-1658-746/+2374
| |\ \ \ \ \
| * | | | | | GoogleTest 1.11.0 now requires linking pthread on LinuxJan Niklas Hasse2021-11-161-1/+2
| * | | | | | Use GoogleTest instead of our own frameworkJan Niklas Hasse2020-11-187-273/+20
* | | | | | | Merge pull request #2355 from orgads/typoJan Niklas Hasse2023-11-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix typoOrgad Shaneh2023-11-191-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2352 from digit-google/remove-phony-in-edgesJan Niklas Hasse2023-11-188-60/+66
|\ \ \ \ \ \ \
| * | | | | | | Remove phony edges for nodes created by a dependency loader.David 'Digit' Turner2023-11-078-60/+66
|/ / / / / / /
* | | | | | | Merge pull request #2350 from taminob/bugfix/2342/remove-no-work-to-do-output...Jan Niklas Hasse2023-11-012-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Add output_test assertion for quiet without 'no work to do'Tamino Bauknecht2023-10-241-0/+1
| * | | | | | | Do not print 'no work to do' with --quietTamino Bauknecht2023-10-241-1/+3
* | | | | | | | Merge pull request #2347 from sunshaoce/RE2C_PROPERJan Niklas Hasse2023-10-301-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fixup!Shao-Ce SUN2023-10-231-5/+7
| * | | | | | | Add a check for re2c versionShao-Ce SUN2023-10-231-2/+5
|/ / / / / / /
* | | | | | | Merge pull request #2340 from bc-lee/feature/deprecate-pipes-moduleJan Niklas Hasse2023-10-141-3/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove unused module string in configure.pyByoungchan Lee2023-10-091-1/+0
| * | | | | | Replace pipes.quote with shlex.quote in configure.pyByoungchan Lee2023-10-091-2/+2
* | | | | | | Merge pull request #2333 from digit-google/remove-stale-test-outputsJan Niklas Hasse2023-10-124-42/+113
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |