summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Ensure tests do not leave stale files in current directory.David 'Digit' Turner2023-10-064-42/+113
* | | | | | | | | | Merge pull request #2338 from ninja-build/remove-appveyor-msvcJan Niklas Hasse2023-10-061-19/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove MSVC build from AppVeyorJan Niklas Hasse2023-10-061-19/+0
* | | | | | | | | | Merge pull request #2335 from ninja-build/dependabot/github_actions/actions/u...Jan Niklas Hasse2023-10-063-4/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bump actions/upload-artifact from 1 to 3dependabot[bot]2023-10-063-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2334 from EwoutH/patch-2Jan Niklas Hasse2023-10-061-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Add Dependabot configuration for GitHub Actions updatesEwout ter Hoeven2023-10-061-0/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #2329 from digit-google/fix-mingw-compilationJan Niklas Hasse2023-09-251-7/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Mingw cross-compilation.David 'Digit' Turner2023-09-251-7/+13
* | | | | | | | | Merge pull request #2316 from gerioldman/TaskingRSPJan Niklas Hasse2023-09-241-2/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Correct formattinggerioldman2023-09-061-4/+8
| * | | | | | | | AddTasking RSP syntax to printCompdb functionalitygerioldman2023-08-271-2/+7
* | | | | | | | | Merge pull request #2321 from brondani/fix-check-filename-lengthJan Niklas Hasse2023-09-194-7/+52
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix check of filename lengthDaniel Brondani2023-09-074-7/+52
|/ / / / / / / /
* | | | | | | | Merge pull request #2311 from alcroito/fix_browse_python_3_11Jan Niklas Hasse2023-08-231-2/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix browse to work with Python 3.11+Alexandru Croitor2023-07-311-2/+7
|/ / / / / / /
* | | | | | | Merge pull request #2291 from digit-google/allow-duplicate-variable-expansionJan Niklas Hasse2023-05-292-6/+56
|\ \ \ \ \ \ \
| * | | | | | | Allow duplicate rule variable usage.David 'Digit' Turner2023-04-272-6/+56
* | | | | | | | Merge pull request #2293 from digit-google/fix-ppoll-auto-detectionJan Niklas Hasse2023-05-111-2/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | CMakeLists: Fix ppoll() feature detection.David 'Digit' Turner2023-05-101-2/+10
|/ / / / / / /
* | | | | | | Merge pull request #2281 from Hi-Angel/improve-ninja-modeJan Niklas Hasse2023-04-211-6/+31
|\ \ \ \ \ \ \
| * | | | | | | ninja-mode.el: add support for indentationKonstantin Kharlamov2023-03-281-5/+30
| * | | | | | | ninja-mode.el: fix variables highlightingKonstantin Kharlamov2023-03-281-1/+1
* | | | | | | | Merge pull request #2282 from arxanas/patch-4Jan Niklas Hasse2023-04-211-6/+5
|\ \ \ \ \ \ \ \