1. 65f5d96 Fix rendering of code block, fix #955 by Jan Niklas Hasse · 5 years ago
  2. 378486b Make -j 0 run unlimited parallel builds, fix #1309 by Martell Malone · 5 years ago
  3. 1b8ab15 Enable ANSI escape sequences on Windows 10 terminals by GoaLitiuM · 6 years ago
  4. a65f0d4 Merge pull request #1264 from gahr/DirName-compile-time by Jan Niklas Hasse · 5 years ago
  5. bf75175 Add --verbose as an alternative spelling for -v, fix #1310 by Jan Niklas Hasse · 5 years ago
  6. d3ea98a Add unit test for #1491 by Jan Niklas Hasse · 5 years ago
  7. 16e3a45 Merge pull request #1491 from mathstuf/elision-off-by-n by Jan Niklas Hasse · 5 years ago
  8. bf7107b Allow disabling of escape code stripping, fix #1475 by Jan Niklas Hasse · 5 years ago
  9. 1463fdc subprocess-win32: add hint on ERROR_INVALID_PARAMETER by Ben Boeckel · 6 years ago
  10. e2aa04f Win32Fatal: support a "hint" for the error by Ben Boeckel · 6 years ago
  11. 6a9411e manual: mention the "invalid parameter" case by Ben Boeckel · 6 years ago
  12. d81cb42 util: don't add ellipses width when deciding if they're necessary by Ben Boeckel · 9 years ago
  13. 99c5c22 Merge pull request #1307 from moroten/fix-too-long-path-test-bug by Jan Niklas Hasse · 5 years ago
  14. ef46561 Verify GetFullPathName return value by Fredrik Medley · 7 years ago
  15. 44ed374 Make output_test.py independent of the environment by Jan Niklas Hasse · 5 years ago
  16. 0858f2e Merge pull request #1488 from maciej-pawlowski-opera/issue-1227-2 by Jan Niklas Hasse · 5 years ago
  17. 0db30f2 Fix older VS compatibility issues and PDB files generation issue. (#1435) by ikifof · 5 years ago
  18. 3edc4d4 Fix parsing some special chars in depfiles by Maciej Pawlowski · 5 years ago
  19. edb848d Regenerate depfile_parser.cc and lexer.cc with newer re2c by Maciej Pawlowski · 5 years ago
  20. cf51ff5 Merge pull request #1473 from zdave/query-term-stdout by Jan Niklas Hasse · 5 years ago
  21. 19c2946 Exclude broken DiskInterfaceTests from MSVC, see #1423 by Jan Niklas Hasse · 5 years ago
  22. a3f284a Merge pull request #1326 from 0-wiz-0/master by Jan Niklas Hasse · 5 years ago
  23. 9342a7e Merge pull request #1457 from V-for-Vasili/AIX-support by Jan Niklas Hasse · 5 years ago
  24. 3841023 Add test for #1418 (edge output should match status) by Jan Niklas Hasse · 5 years ago
  25. 4baea2b Revert "Fix confusing smart console output from concurrent builds" by Jan Niklas Hasse · 5 years ago
  26. 775c8e8 Add script to test Ninja's output by Jan Niklas Hasse · 5 years ago
  27. 10e66a1 Do not always strip colored output in verbose mode, fix #1214 by Jan Niklas Hasse · 5 years ago
  28. 0eb7199 Ignore Visual Studio Code project files by Jan Niklas Hasse · 5 years ago
  29. d849e8f AppVeyor: Also build with MinGW by Jan Niklas Hasse · 5 years ago
  30. f6971c9 Merge pull request #1472 from Hi-Angel/master by Jan Niklas Hasse · 5 years ago
  31. 3400ae9 Merge pull request #1299 from pcc/fflush by Jan Niklas Hasse · 5 years ago
  32. cadcfc1 Add more instructions for building ninja in Windows (#1169) by Andrew Maclean · 5 years ago
  33. f95652d Merge pull request #1481 from rickysarraf/fix-testcase-whoami by Jan Niklas Hasse · 5 years ago
  34. 3eb9cd2 Merge pull request #1485 from nomis/freebsd-11 by Jan Niklas Hasse · 5 years ago
  35. 590a0e9 Merge pull request #1350 from korli/posix_spawn_errno by Jan Niklas Hasse · 5 years ago
  36. 812250d Merge pull request #1430 from whereswaldon/patch-1 by Jan Niklas Hasse · 5 years ago
  37. febd3b3 Fix compilation on FreeBSD 11.2 (use st_mtim.tv_nsec) by Simon Arlott · 6 years ago
  38. 6e30a04 browse.py: fix delay with multiple connections by Peter Wu · 6 years ago
  39. fccab74 Merge pull request #1417 from stefanb2/topic-silence-gcc-fallthrough-warnings by Nico Weber · 6 years ago
  40. d2045de Merge pull request #1467 from cdluminate/master by Nico Weber · 6 years ago
  41. b8834a2 Change gyp to gn by Shoaib Meenai · 6 years ago
  42. 74f0355 Replace `whoami` with a more generic command by Ritesh Raj Sarraf · 6 years ago
  43. 4e73652 Fix clang warnings around implicit fallthroughs by Dan Willemsen · 6 years ago
  44. f56a832 Query terminal width from STDOUT_FILENO by David Emett · 9 years ago
  45. 957d199 Fix wrong description of script installation by Konstantin Kharlamov · 6 years ago
  46. 33448c8 Misc typo fixes by https://github.com/codespell-project/codespell/ by Mo Zhou · 6 years ago
  47. da8d2df Fix uninitialized data members by Dan Willemsen · 6 years ago
  48. 0566335 Port to AIX platform. by Vasili Skurydzin · 6 years ago
  49. 8a9efe7 Add support for --frontend_file=<file> by Dan Willemsen · 6 years ago
  50. 33eab57 Update Android.bp for serialization changes by Dan Willemsen · 6 years ago
  51. 10681de Add frontend option for build status output by Colin Cross · 7 years ago
  52. 6b4502e Add a tiny protobuf implementation by Colin Cross · 7 years ago
  53. 6f903fa Put builder output through status interface by Colin Cross · 7 years ago
  54. 7ca1a1f Turn BuildStatus into an interface by Colin Cross · 7 years ago
  55. f6db305 Simplify running edges status by Colin Cross · 7 years ago
  56. 22006de Move edge time from Status to Builder by Colin Cross · 7 years ago
  57. 8352b34 Add unique IDs to edges by Colin Cross · 7 years ago
  58. 1029b2b Revert "Use ninja startup as time base for the ninja_log" by Dan Willemsen · 6 years ago
  59. 3b797bb Merge v1.8.2 into master by Dan Willemsen · 6 years ago
  60. eb52bed Fix simple typo in HACKING.md by Christopher Waldon · 6 years ago
  61. 08ef815 Add NINJA_FALLTHROUGH macro by Stefan Becker · 6 years ago
  62. ca041d8 Merge pull request #1421 from moroten/revert-for-appveyor-1 by Nico Weber · 6 years ago
  63. 49626c3 Revert "Fix stat when subdirectory is a file" by Fredrik Medley · 6 years ago
  64. 265a6ea rename a variable by Nico Weber · 6 years ago
  65. 660d628 Merge pull request #1415 from nico/readident by Nico Weber · 6 years ago
  66. 001b1e3 Improve location of error messages around identifiers. by Nico Weber · 6 years ago
  67. cf34abf Merge pull request #1409 from atetubou/appveyor by Nico Weber · 6 years ago
  68. 9f38904 Merge pull request #1410 from ryandesign/configure.py-CXXFLAGS by Nico Weber · 6 years ago
  69. ccec031 Honor CXXFLAGS in configure.py by Ryan Schmidt · 6 years ago
  70. 834c674 Add appveyor.yml by Takuto Ikuta · 6 years ago
  71. 04ba59b Merge pull request #1407 from nico/vim by Nico Weber · 6 years ago
  72. 78759d0 update ninja.vim version after bff884d55 by Nico Weber · 6 years ago
  73. 03df526 Merge pull request #1406 from nico/dupeerr by Nico Weber · 6 years ago
  74. 42eefc8 make `-w dupbuild` default to `err` by Nico Weber · 6 years ago
  75. e85f5ac Merge pull request #1348 from ngg/winunicode by Nico Weber · 6 years ago
  76. 26341ca Merge pull request #1223 from asankah/master by Nico Weber · 6 years ago
  77. 197b010 Merge pull request #1405 from nico/showoldest by Nico Weber · 6 years ago
  78. 52c1d0c Fix confusing smart console output from concurrent builds by Nico Weber · 6 years ago
  79. f2bb213 Merge pull request #1294 from bradking/plan-track-scheduling by Nico Weber · 6 years ago
  80. ef05d51 Merge pull request #1404 from nico/c++17 by Nico Weber · 6 years ago
  81. dfed28c make ninja build with -std=c++17 by Nico Weber · 6 years ago
  82. 5d43e74 Merge pull request #1361 from ppluciennik/ppluciennik/flush_log by Nico Weber · 6 years ago
  83. 74b76d3 Merge pull request #1365 from moroten/fix-disk-interface-tests-64-bit-timestamp by Nico Weber · 6 years ago
  84. e71bcce [compdb] Move declarations closer to their use. by Asanka Herath · 6 years ago
  85. b6296fb [compdb] Expand response files inline based on a switch. by Asanka Herath · 7 years ago
  86. 4494d38 Merge pull request #1366 from fjhenigman/clean by Nico Weber · 6 years ago
  87. b9d3ba2 Canonicalize targets of clean command. by Frank Henigman · 6 years ago
  88. a741b11 Merge pull request #1386 from jmgao/exit by Nico Weber · 6 years ago
  89. 4fd758a Merge pull request #1356 from RedBeard0531/vim_syntax by Nico Weber · 6 years ago
  90. 6bcdc7b Merge pull request #1392 from alekseyshl/master by Nico Weber · 6 years ago
  91. f67e6fb Merge pull request #1373 from BillyDonahue/help_k_zero by Nico Weber · 6 years ago
  92. 1fc0e15 Merge pull request #1381 from sgraham/output-in-compdb by Nico Weber · 6 years ago
  93. 6c379a3 Merge pull request #1388 from karkhaz/kk-add-pool-to-build by Nico Weber · 6 years ago
  94. 1952afa Fix build on Solaris. by alekseyshl · 6 years ago
  95. d62c886 Add a flag to remain persistent. by Josh Gao · 6 years ago
  96. 85fab32 Support pool for Writer.build() in ninja_syntax.py by Kareem Khazem · 6 years ago
  97. 9a8959b Don't clean up after ourselves when exiting. by Josh Gao · 6 years ago
  98. b4b283e Don't clean up after ourselves when exiting. by Josh Gao · 6 years ago
  99. 9a7ca21 Add 'output' field to compdb output by Scott Graham · 6 years ago
  100. 776b03c Update Usage to show "-k 0" behavior by Billy Donahue · 6 years ago