Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Bruce Dawson | 2022-02-18 | 3 | -33/+6 |
* | Adjusting placement | Bruce Dawson | 2022-02-18 | 1 | -1/+2 |
* | libninja -> ninja | Bruce Dawson | 2022-02-18 | 1 | -1/+1 |
* | Update CMake c++11 request per CR comment | Bruce Dawson | 2022-02-18 | 1 | -1/+1 |
* | Restore CMakeLists.txt change | Bruce Dawson | 2022-02-18 | 1 | -0/+1 |
* | Enabling C++11 in configure.py | Bruce Dawson | 2022-02-18 | 3 | -1/+2 |
* | Make chrono optional, and enable updated __cplusplus on MSVC | Bruce Dawson | 2022-02-18 | 3 | -1/+32 |
* | Merge branch 'ninja-build:master' into steady_clock_now_good | Bruce Dawson | 2022-02-17 | 1 | -11/+0 |
|\ | |||||
| * | Merge pull request #2085 from randomascii/remove_buffering | Jan Niklas Hasse | 2022-02-17 | 1 | -11/+0 |
| |\ | |||||
| | * | Don't disable stdout buffering on Windows | Bruce Dawson | 2022-02-17 | 1 | -11/+0 |
| |/ | |||||
* | | Merge branch 'ninja-build:master' into steady_clock_now_good | Bruce Dawson | 2022-02-17 | 30 | -207/+1015 |
|\ \ | |/ | |||||
| * | Merge pull request #1730 from naarcini/master | Jan Niklas Hasse | 2022-02-02 | 2 | -1/+37 |
| |\ | |||||
| | * | Use correct version number for inputs tool | Jan Niklas Hasse | 2021-12-21 | 1 | -1/+1 |
| | * | Add 'inputs' tool to print out all inputs for a set of targets | Nicolas Arciniega | 2020-02-03 | 2 | -1/+37 |
| * | | Merge pull request #2074 from gunechristensen/master | Jan Niklas Hasse | 2022-02-02 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Filter lines ending with ".c++" in clparser | DESKTOP-8CNEPM9\sune | 2022-01-26 | 1 | -1/+2 |
| * | | | Merge pull request #2055 from swills/still-dirty-time | Jan Niklas Hasse | 2022-01-28 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Suggest possible cause for hitting cycle limit | Steve Wills | 2021-11-23 | 1 | -1/+1 |
| * | | | Merge pull request #1901 from MartinBP/windows_case_sensitive_folders | Jan Niklas Hasse | 2022-01-20 | 1 | -3/+4 |
| |\ \ \ | |||||
| | * | | | disk_interface: Improve the stat cache handling for case sensitive folders on... | Martin Boye Petersen | 2021-01-02 | 1 | -3/+4 |
| * | | | | Merge pull request #2065 from maruel/re2c_no_version | Jan Niklas Hasse | 2022-01-01 | 4 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | Disable re2c from embedding the version number in the source file | Marc-Antoine Ruel | 2021-12-31 | 4 | -4/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #2062 from maruel/typos | Jan Niklas Hasse | 2021-12-29 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix two typos | Marc-Antoine Ruel | 2021-12-28 | 2 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #1800 from colincross/validations | Jan Niklas Hasse | 2021-12-21 | 16 | -165/+676 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Add validation nodes to ninja | Colin Cross | 2021-10-12 | 16 | -160/+663 |
| | * | | | Remove early return from Builder::AddTarget | Colin Cross | 2021-10-12 | 2 | -5/+13 |
| * | | | | Fix crash when FakeCommandRunner is deleted twice | Jan Niklas Hasse | 2021-11-16 | 1 | -0/+1 |
| * | | | | Merge pull request #2040 from scivision/gnu-win32-clang | Jan Niklas Hasse | 2021-11-15 | 1 | -3/+1 |
| |\ \ \ \ | |||||
| | * | | | | minidump-win32 is needed by native GNU-like Clang on Windows | Michael Hirsch | 2021-11-03 | 1 | -3/+1 |
| | |/ / / | |||||
| * | | | | Fix typos discovered by codespell (#2047) | Christian Clauss | 2021-11-12 | 6 | -5/+8 |
| * | | | | xrange() was removed in Python 3 in favor of range() (#2036) | Christian Clauss | 2021-11-11 | 1 | -4/+4 |
| * | | | | Merge pull request #2045 from Arthur-Milchior/rules_documentation | Jan Niklas Hasse | 2021-11-11 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | NF: clarify documentation's part about rules description | Arthur Milchior | 2021-11-07 | 1 | -3/+3 |
| | |/ / / | |||||
| * | | | | Fix typo | Dimitris Apostolou | 2021-11-08 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #2031 from randomascii/buffering2 | Jan Niklas Hasse | 2021-10-04 | 2 | -5/+11 |
| |\ \ \ | |||||
| | * | | | Disable stdout buffering in real_main | Bruce Dawson | 2021-10-01 | 2 | -5/+11 |
| |/ / / | |||||
| * | | | Merge pull request #1964 from rascani/fix-phony-edges | Nico Weber | 2021-10-01 | 5 | -6/+232 |
| |\ \ \ | |||||
| | * | | | Set output mtime of phony edges to the latest inputs | Richard Geary | 2021-08-02 | 5 | -6/+232 |
| * | | | | Remove -H CMake flag from README.md (#2023) | Ronald | 2021-09-20 | 1 | -1/+1 |
| * | | | | Merge pull request #2025 from mischajonker/mjonker_828 | Jan Niklas Hasse | 2021-09-16 | 2 | -7/+32 |
| |\ \ \ \ | |||||
| | * | | | | Fix ninja -t clean for directories on Windows | Mischa Jonker | 2021-09-13 | 2 | -7/+32 |
| |/ / / / | |||||
* | | | | | Update __cplusplus value | Bruce Dawson | 2021-08-28 | 1 | -1/+1 |
* | | | | | Fix constexpr and clang-format | Bruce Dawson | 2021-08-28 | 3 | -13/+12 |
* | | | | | Make ScopedMetric portable, accurate, and efficient | Bruce Dawson | 2021-08-27 | 3 | -45/+34 |
|/ / / / | |||||
* | | | | Merge pull request #1983 from sgraham/master | Jan Niklas Hasse | 2021-08-25 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | win: Use cl /help to test for /FS requirement | Scott Graham | 2021-06-13 | 1 | -1/+1 |
* | | | | | Merge pull request #2002 from randomascii/stats_optimize | Jan Niklas Hasse | 2021-08-25 | 2 | -5/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Optimize ninja -d stats | Bruce Dawson | 2021-07-26 | 2 | -5/+0 |
* | | | | | | Merge pull request #1347 from tzik/revdep | Jan Niklas Hasse | 2021-08-12 | 4 | -8/+54 |
|\ \ \ \ \ \ |