summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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-1112-89/+416
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2110 from splinter-build/compile-getopt-as-c++Jan Niklas Hasse2022-08-251-1/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Compile getopt as a C++ file, so that CMake need not look for a C compiler at...Michael Jones2022-08-241-1/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2174 from lrtfm/patch-1Jan Niklas Hasse2022-08-231-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Fixbug: SIGFPE error when cpu.cfs_period_us = 0Yang Zongze2022-07-281-0/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2139 from ken-matsui/support-building-libninja-re2c-on-co...Jan Niklas Hasse2022-08-221-3/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Support building `libninja-re2c.a` on `configure.py`Ken Matsui2022-05-311-3/+13
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2130 from e-kwsm/zsh-completionJan Niklas Hasse2022-08-221-17/+19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | improve zsh-completionEisuke Kawashima2022-06-131-17/+19
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | 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-167-65/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #2137 from ken-matsui/avoid-building-binary-when-used-as-l...Jan Niklas Hasse2022-06-101-7/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Add an option to avoid building binary when used as a libraryKen Matsui2022-06-101-7/+15
| |/ / / / / / /
* | | | | | | | Merge pull request #1943 from jdrouhard/output_time_before_commandJan Niklas Hasse2022-06-108-80/+396
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Introduce mechanism to provide resiliency for inputs changing while the build...John Drouhard2022-06-108-80/+396
|/ / / / / / /
* | | | | | | Merge pull request #2132 from gjasny/init-orderJan Niklas Hasse2022-05-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | chore: fix build warningGregor Jasny2022-05-171-1/+1
|/ / / / / / /
* | | | | | | doc: Add available since 1.11 to ValidationsJan Niklas Hasse2022-05-151-0/+3
* | | | | | | 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
* | | | | | | Merge pull request #2075 from digit-google/deterministic-inputsJan Niklas Hasse2022-03-226-8/+123
|\ \ \ \ \ \ \
| * | | | | | | Make the output of `ninja -t inputs` deterministicDavid 'Digit' Turner2022-03-216-8/+123
|/ / / / / / /
* | | | | | | Merge pull request #2087 from digit-google/msvc-toolJan Niklas Hasse2022-03-202-4/+35
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Ensure the `msvc` tool is built in all Win32 Ninja binaries.David 'Digit' Turner2022-03-111-4/+4
| * | | | | | Document the `msvc` toolDavid 'Digit' Turner2022-03-111-0/+31
|/ / / / / /
* | | | | | Ignore Visual Studios foldersJan Niklas Hasse2022-03-051-0/+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
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2092 from scivision/cmake-pruneJan Niklas Hasse2022-02-211-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cmake: remove unnecessary install parameterMichael Hirsch2022-02-201-1/+1
|/ / / / /
| | | | * CleanupBruce Dawson2022-02-173-33/+6
| | | | * Adjusting placementBruce Dawson2022-02-171-1/+2
| | | | * libninja -> ninjaBruce Dawson2022-02-171-1/+1
| | | | * Update CMake c++11 request per CR commentBruce Dawson2022-02-171-1/+1
| | | | * Restore CMakeLists.txt changeBruce Dawson2022-02-171-0/+1
| | | | * Enabling C++11 in configure.pyBruce Dawson2022-02-173-1/+2
| | | | * Make chrono optional, and enable updated __cplusplus on MSVCBruce Dawson2022-02-173-1/+32
| | | | * Merge branch 'ninja-build:master' into steady_clock_now_goodBruce Dawson2022-02-171-11/+0
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #2085 from randomascii/remove_bufferingJan Niklas Hasse2022-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-1630-207/+1015
| | | |\ | |_|_|/ |/| | |