summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2293 from digit-google/fix-ppoll-auto-detectionHEADmasterJan 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
|\ \
| * | Fix formatting for `msvc` tool documentationWaleed Khan2023-03-311-6/+5
| |/
* | Merge pull request #2290 from digit-google/use-ppollJan Niklas Hasse2023-04-211-0/+11
|\ \
| * | Enable ppoll() usage when available.David 'Digit' Turner2023-04-211-0/+11
|/ /
* | Increment ninja_log version (#2240)Junji Watanabe2023-04-182-25/+33
|/
* Clean up Windows workflow and add an x86 build (#2251)Nikhil Dabas2023-02-071-44/+15
* Merge pull request #2245 from scivision/cimacJan Niklas Hasse2023-01-311-2/+2
|\
| * ci:macos package with macos 12 for macos >= 10.15scivision2023-01-241-2/+2
* | Merge pull request #2250 from tocic/fix/docs_typosJan Niklas Hasse2023-01-312-11/+11
|\ \ | |/ |/|
| * Fix typos in docstocic2023-01-272-11/+11
|/
* Merge pull request #2235 from orgads/no-auto-ptrJan Niklas Hasse2023-01-151-5/+1
|\
| * Remove auto_ptrOrgad Shaneh2023-01-141-5/+1
|/
* Use python3 in all run linesNico Weber2023-01-105-11/+5
* Merge pull request #2143 from orgads/flushJan Niklas Hasse2022-12-262-0/+2
|\
| * Flush output after each lineOrgad Shaneh2022-06-072-0/+2
* | Merge pull request #2225 from cristianadam/longpathJan Niklas Hasse2022-12-151-0/+1
|\ \
| * | Add longPathAware manifest to enable long paths on WindowsCristian Adam2022-12-131-0/+1
* | | Add overridable parameter for name of Python binary (#2224)William Kent2022-12-131-1/+3
|/ /
* | Merge pull request #2160 from zmodem/fix_FindFirstFileExANico Weber2022-12-092-1/+13
|\ \
| * | Handle ERROR_DIRECTORY when calling FindFirstFileExAHans Wennborg2022-07-122-1/+13
* | | Merge pull request #2208 from ThadHouse/winarmciJan Niklas Hasse2022-11-091-0/+40
|\ \ \
| * | | Add build job for Windows Arm64Thad House2022-10-311-0/+40
|/ / /
* | | Merge pull request #2020 from randomascii/steady_clock_now_goodJan Niklas Hasse2022-10-312-49/+36
|\ \ \
| * | | Revert configure.py changeBruce Dawson2022-10-241-0/+0
| * | | Remove bad merge text from .md fileBruce Dawson2022-10-241-3/+0
| * | | Merge branch 'master' into steady_clock_now_goodBruce Dawson2022-10-2431-223/+981
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2086 from randomascii/compiler_detectJan Niklas Hasse2022-10-231-0/+9
|\ \ \ \
| * \ \ \ Merge branch 'master' into compiler_detectJan Niklas Hasse2022-08-2224-194/+819
| |\ \ \ \
| * | | | | Fix function and parameter names, and commentBruce Dawson2022-03-091-4/+4
| * | | | | Merge branch 'ninja-build:master' into compiler_detectBruce Dawson2022-02-171-11/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ninja-build:master' into compiler_detectBruce Dawson2022-02-1635-222/+1141
| |\ \ \ \ \ \
| * | | | | | | Improve error messages when VS cannot be foundBruce Dawson2021-07-261-0/+9
* | | | | | | | Merge pull request #2201 from martin-g/release-linux-aarch64Jan Niklas Hasse2022-10-231-0/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | Add build job for Linux ARM64Martin Tzvetanov Grigorov2022-10-051-0/+60
* | | | | | | | | Merge pull request #2203 from imaiguo/masterJan Niklas Hasse2022-10-234-4/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | support 32bit system like i386 (#829)Ma Aiguo2022-10-094-4/+55
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2188 from ninja-build/nico-patch-1Jan Niklas Hasse2022-10-231-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove requirement for Google copyright from CONTRIBUTINGNico Weber2022-08-301-1/+0
* | | | | | | | | | Merge pull request #2204 from picsel2/re2c-required-versionJan Niklas Hasse2022-10-181-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Increase required version of re2c to 0.15.3Sebastian Grabowski2022-10-111-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2191 from pseyfert/feature/zsh-completion-quiet-flagJan Niklas Hasse2022-09-051-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add --quiet flag to zsh completionPaul Seyfert2022-09-041-1/+2
|/ / / / / / / / /
* | | | | | | | | Convert RELEASING to Markdown and add instruction for GitHub releaseJan Niklas Hasse2022-08-301-14/+22
* | | | | | | | | Merge pull request #2101 from ken-matsui/patch-1Jan Niklas Hasse2022-08-301-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Avoid shadowing `time_millis_`, the field of `StatusPrinter`Ken Matsui2022-03-161-2/+2