summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Increment ninja_log version (#2240)Junji Watanabe2023-04-182-25/+33
* Remove auto_ptrOrgad Shaneh2023-01-141-5/+1
* Use python3 in all run linesNico Weber2023-01-101-3/+1
* 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 #2160 from zmodem/fix_FindFirstFileExANico Weber2022-12-092-1/+13
|\ \
| * | Handle ERROR_DIRECTORY when calling FindFirstFileExAHans Wennborg2022-07-122-1/+13
* | | Merge branch 'master' into steady_clock_now_goodBruce Dawson2022-10-2422-176/+773
|\ \ \
| * | | support 32bit system like i386 (#829)Ma Aiguo2022-10-094-4/+55
| * | | 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
| * | | | Merge pull request #2127 from netheril96/patch-2Jan Niklas Hasse2022-08-301-4/+4
| |\ \ \ \
| | * | | | Qualify `std::string`.Siyuan Ren2022-06-111-1/+1
| | * | | | Merge branch 'ninja-build:master' into patch-2Siyuan Ren2022-06-1110-82/+398
| | |\ \ \ \
| | * | | | | Really respect the env variable `CLICOLOR_FORCE`.Siyuan Ren2022-05-071-4/+4
| * | | | | | mark this 1.12.0.gitJan Niklas Hasse2022-08-301-1/+1
| * | | | | | Merge pull request #2170 from ngg/unicodeJan Niklas Hasse2022-08-301-4/+4
| |\ \ \ \ \ \
| | * | | | | | Fix building on Windows in UNICODE modeGergely Nagy2022-07-231-4/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | Fixbug: SIGFPE error when cpu.cfs_period_us = 0Yang Zongze2022-07-281-0/+2
| |/ / / / /
| * | | | | Make IsDepsEntryLiveFor static and add const to parameter (#2141)Igor [hyperxor]2022-06-203-3/+3
| * | | | | Build ninja with C++11 (#2089)Bruce Dawson2022-06-164-62/+0
| | |/ / / | |/| | |
| * | | | Introduce mechanism to provide resiliency for inputs changing while the build...John Drouhard2022-06-108-80/+396
| | |_|/ | |/| |
| * | | chore: fix build warningGregor Jasny2022-05-171-1/+1
| * | | mark this 1.11.0.gitJan Niklas Hasse2022-05-151-1/+1
| |/ /
| * | Merge pull request #1827 from okhowang/cpu-limitJan Niklas Hasse2022-04-302-5/+197
| |\ \
| | * | feat: don't detect cpu if -j setokhowang(王沛文)2021-11-011-1/+20
| | * | feat: support cpu limit by cgroups on linuxokhowang(王沛文)2021-11-011-2/+161
| | * | feat: support cpu limit by job api on windowsokhowang(王沛文)2021-11-011-2/+16
| * | | Make the output of `ninja -t inputs` deterministicDavid 'Digit' Turner2022-03-214-6/+103
| * | | Ensure the `msvc` tool is built in all Win32 Ninja binaries.David 'Digit' Turner2022-03-111-4/+4
| | |/ | |/|
| * | Merge pull request #2088 from digit-google/fix-ReadFile-handle-leakJan Niklas Hasse2022-02-231-1/+2
| |\ \
| | * | Fix ReadFile() handle leak on read error on Windows.David 'Digit' Turner2022-02-181-1/+2
* | | | CleanupBruce Dawson2022-02-171-30/+0
* | | | Enabling C++11 in configure.pyBruce Dawson2022-02-171-0/+1
* | | | Make chrono optional, and enable updated __cplusplus on MSVCBruce Dawson2022-02-171-0/+29
* | | | Merge branch 'ninja-build:master' into steady_clock_now_goodBruce Dawson2022-02-171-11/+0
|\ \ \ \ | |/ / /
| * | | Don't disable stdout buffering on WindowsBruce Dawson2022-02-161-11/+0
| |/ /
* | | Merge branch 'ninja-build:master' into steady_clock_now_goodBruce Dawson2022-02-1624-193/+964
|\ \ \ | |/ /
| * | Merge pull request #1730 from naarcini/masterJan Niklas Hasse2022-02-021-1/+33
| |\ \
| | * | Add 'inputs' tool to print out all inputs for a set of targetsNicolas Arciniega2020-02-031-1/+33
| * | | Merge pull request #2074 from gunechristensen/masterJan Niklas Hasse2022-02-021-1/+2
| |\ \ \
| | * | | Filter lines ending with ".c++" in clparserDESKTOP-8CNEPM9\sune2022-01-261-1/+2
| * | | | Merge pull request #2055 from swills/still-dirty-timeJan Niklas Hasse2022-01-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Suggest possible cause for hitting cycle limitSteve Wills2021-11-231-1/+1
| * | | | Merge pull request #1901 from MartinBP/windows_case_sensitive_foldersJan Niklas Hasse2022-01-201-3/+4
| |\ \ \ \
| | * | | | disk_interface: Improve the stat cache handling for case sensitive folders on...Martin Boye Petersen2021-01-021-3/+4
| * | | | | Disable re2c from embedding the version number in the source fileMarc-Antoine Ruel2021-12-312-2/+2
| * | | | | Fix two typosMarc-Antoine Ruel2021-12-282-2/+2
| * | | | | Merge pull request #1800 from colincross/validationsJan Niklas Hasse2021-12-2115-165/+649
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add validation nodes to ninjaColin Cross2021-10-1115-160/+636