Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Verify GetFullPathName return value | Fredrik Medley | 2018-11-08 | 3 | -14/+74 | |
|/ / / / / | ||||||
* | | | | | Make output_test.py independent of the environment | Jan Niklas Hasse | 2018-11-07 | 1 | -2/+8 | |
* | | | | | Merge pull request #1488 from maciej-pawlowski-opera/issue-1227-2 | Jan Niklas Hasse | 2018-11-07 | 4 | -510/+431 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix parsing some special chars in depfiles | Maciej Pawlowski | 2018-11-07 | 3 | -6/+9 | |
| * | | | | | Regenerate depfile_parser.cc and lexer.cc with newer re2c | Maciej Pawlowski | 2018-11-07 | 2 | -505/+423 | |
* | | | | | | Fix older VS compatibility issues and PDB files generation issue. (#1435) | ikifof | 2018-11-07 | 3 | -8/+21 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #1473 from zdave/query-term-stdout | Jan Niklas Hasse | 2018-11-05 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Query terminal width from STDOUT_FILENO | David Emett | 2018-09-29 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Exclude broken DiskInterfaceTests from MSVC, see #1423 | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+2 | |
* | | | | | Merge pull request #1326 from 0-wiz-0/master | Jan Niklas Hasse | 2018-11-05 | 2 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add NetBSD in another clause. | Thomas Klausner | 2017-09-10 | 1 | -1/+1 | |
| * | | | | | Include missing header for pselect(). | Thomas Klausner | 2017-09-10 | 1 | -0/+1 | |
* | | | | | | Merge pull request #1457 from V-for-Vasili/AIX-support | Jan Niklas Hasse | 2018-11-05 | 2 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Port to AIX platform. | Vasili Skurydzin | 2018-08-02 | 2 | -0/+7 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Add test for #1418 (edge output should match status) | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+21 | |
* | | | | | | Revert "Fix confusing smart console output from concurrent builds" | Jan Niklas Hasse | 2018-11-05 | 2 | -14/+0 | |
* | | | | | | Add script to test Ninja's output | Jan Niklas Hasse | 2018-11-05 | 2 | -1/+67 | |
* | | | | | | Do not always strip colored output in verbose mode, fix #1214 | Jan Niklas Hasse | 2018-11-05 | 3 | -1/+7 | |
* | | | | | | Ignore Visual Studio Code project files | Jan Niklas Hasse | 2018-11-02 | 1 | -0/+3 | |
* | | | | | | AppVeyor: Also build with MinGW | Jan Niklas Hasse | 2018-11-02 | 1 | -7/+33 | |
* | | | | | | Merge pull request #1472 from Hi-Angel/master | Jan Niklas Hasse | 2018-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix wrong description of script installation | Konstantin Kharlamov | 2018-09-28 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1299 from pcc/fflush | Jan Niklas Hasse | 2018-10-30 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Flush stdout after printing "Cleaning..." message | Peter Collingbourne | 2017-07-05 | 1 | -0/+1 | |
* | | | | | | | Add more instructions for building ninja in Windows (#1169) | Andrew Maclean | 2018-10-30 | 1 | -2/+38 | |
* | | | | | | | Merge pull request #1481 from rickysarraf/fix-testcase-whoami | Jan Niklas Hasse | 2018-10-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace `whoami` with a more generic command | Ritesh Raj Sarraf | 2018-10-12 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1485 from nomis/freebsd-11 | Jan Niklas Hasse | 2018-10-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix compilation on FreeBSD 11.2 (use st_mtim.tv_nsec) | Simon Arlott | 2018-10-25 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1350 from korli/posix_spawn_errno | Jan Niklas Hasse | 2018-10-29 | 1 | -27/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | posix_spawn_* calls don't set errno, use the return value. | Jerome Duval | 2017-11-01 | 1 | -27/+39 | |
* | | | | | | | | Merge pull request #1430 from whereswaldon/patch-1 | Jan Niklas Hasse | 2018-10-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix simple typo in HACKING.md | Christopher Waldon | 2018-04-25 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1417 from stefanb2/topic-silence-gcc-fallthrough-warnings | Nico Weber | 2018-10-24 | 4 | -1/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add NINJA_FALLTHROUGH macro | Stefan Becker | 2018-04-11 | 4 | -1/+24 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #1467 from cdluminate/master | Nico Weber | 2018-10-24 | 6 | -8/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Misc typo fixes by https://github.com/codespell-project/codespell/ | Mo Zhou | 2018-09-06 | 6 | -8/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1421 from moroten/revert-for-appveyor-1 | Nico Weber | 2018-04-10 | 2 | -23/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "Fix stat when subdirectory is a file" | Fredrik Medley | 2018-04-09 | 2 | -23/+1 | |
|/ / / / / / | ||||||
* | | | | | | rename a variable | Nico Weber | 2018-04-06 | 2 | -10/+10 | |
* | | | | | | Merge pull request #1415 from nico/readident | Nico Weber | 2018-04-06 | 3 | -9/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve location of error messages around identifiers. | Nico Weber | 2018-04-06 | 3 | -9/+27 | |
* | | | | | | | Merge pull request #1409 from atetubou/appveyor | Nico Weber | 2018-04-06 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add appveyor.yml | Takuto Ikuta | 2018-04-06 | 1 | -0/+14 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #1410 from ryandesign/configure.py-CXXFLAGS | Nico Weber | 2018-04-06 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Honor CXXFLAGS in configure.py | Ryan Schmidt | 2018-04-06 | 1 | -1/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1407 from nico/vim | Nico Weber | 2018-04-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | update ninja.vim version after bff884d55 | Nico Weber | 2018-04-05 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1406 from nico/dupeerr | Nico Weber | 2018-04-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | make `-w dupbuild` default to `err` | Nico Weber | 2018-04-05 | 1 | -0/+1 | |
|/ / / / / / |