1. fa9e1ce Don't double-count subninja parse time by Ryan Prichard · 5 years ago
  2. f4dba86 Record total dependency scan run-time by Ryan Prichard · 5 years ago
  3. 030e8ae metrics: dump memory use and edge counts by Ryan Prichard · 5 years ago
  4. d0dcf9c Make the Metrics class thread-safe by Ryan Prichard · 5 years ago
  5. c5f0b31 Add a thread pool that executes batches by Ryan Prichard · 5 years ago
  6. fdf6c16 configure.py: enable C++11 and threads by Ryan Prichard · 5 years ago
  7. 5a02389 make ninja build with -std=c++17 by Nico Weber · 6 years ago
  8. ccb7eb2 Remove single-output assert for edges with "deps" by Ryan Prichard · 5 years ago
  9. 69866bb Drop support of .ninja_log version 4 by Ryan Prichard · 5 years ago
  10. 1bcc689 Take CPU set limitations into account when calculating processor count by Jan Niklas Hasse · 5 years ago
  11. a683551 Merge pull request #1529 from grahamc/patch-1 by Jan Niklas Hasse · 5 years ago
  12. 9aa9474 Docs: Make builds reproducible by generating the same IDs from the same inputs by Graham Christensen · 5 years ago
  13. 52ba207 Fix Fuchsia typo by Jan Niklas Hasse · 5 years ago
  14. 0c15843 mark this 1.9.0.git by Jan Niklas Hasse · 5 years ago
  15. 908ca0e Merge pull request #1525 from avallee/patch-1 by Jan Niklas Hasse · 5 years ago
  16. c6b67ac ninja_syntax.py: remove unused has_path argument by Alex Vallee · 5 years ago
  17. f08e4ab Pass per-edge user and system timing to custom frontends by Dan Willemsen · 5 years ago
  18. ab90ee4 Add `-w missingdepfile={warn,err}` by Dan Willemsen · 5 years ago
  19. 6e02ebc Remove outdated part about Chrome download, fix #1338 by Jan Niklas Hasse · 5 years ago
  20. 175ce6d Upstream ninja is sticking with C++14. by Elliott Hughes · 6 years ago
  21. b735f79 Remove dead Chromium link, fix #1263 by Jan Niklas Hasse · 6 years ago
  22. a47ac5a Merge pull request #1484 from smeenai/gyp-to-gn by Jan Niklas Hasse · 6 years ago
  23. 0a2e2ca Merge pull request #1039 from bradking/improve-depfile-parser by Nico Weber · 6 years ago
  24. 8a9edb1 Restore depfile toleration of multiple output paths on distinct lines by Brad King · 6 years ago
  25. 4a4f9d4 Fix depfile parser handling of multiple rules by Brad King · 9 years ago
  26. 6d6dfd1 Fix depfile parser test case line continuation by Brad King · 9 years ago
  27. 94f4153 Re-arrange depfile parser token processing logic by Brad King · 6 years ago
  28. a02132d Re-generate depfile parser with re2cc 1.0.1 by Brad King · 6 years ago
  29. 5a78423 Add OSX build on travis (#1502) by Takuto Ikuta · 6 years ago
  30. cfd74e5 Fit --help output into 80 columns and move verbose up, fix #1500 by Jan Niklas Hasse · 6 years ago
  31. 845213a Merge pull request #1474 from mathstuf/win32-invalid-parameter-help by Jan Niklas Hasse · 6 years ago
  32. 516f637 Merge pull request #1462 from GoaLitiuM/win10color by Jan Niklas Hasse · 6 years ago
  33. d5091ee Merge pull request #1439 from Lekensteyn/threaded-browse-py by Nico Weber · 6 years ago
  34. 1c34a15 Merge pull request #1496 from mathstuf/minor-fixes by Nico Weber · 6 years ago
  35. f95f51b Merge pull request #1196 from danw/ReadFile_opt by Jan Niklas Hasse · 6 years ago
  36. a63fb13 Improve error message when Python wasn't found for the browse tool by Jan Niklas Hasse · 6 years ago
  37. 2108bb3 Explain why there's no browse tool, fix #1478 by Jan Niklas Hasse · 6 years ago
  38. 70017a9 HACKING: use `Python` for the project by Ben Boeckel · 6 years ago
  39. 4fd00f2 HACKING: fix some whitespace nits by Ben Boeckel · 6 years ago
  40. 65f5d96 Fix rendering of code block, fix #955 by Jan Niklas Hasse · 6 years ago
  41. 378486b Make -j 0 run unlimited parallel builds, fix #1309 by Martell Malone · 6 years ago
  42. 1b8ab15 Enable ANSI escape sequences on Windows 10 terminals by GoaLitiuM · 6 years ago
  43. a65f0d4 Merge pull request #1264 from gahr/DirName-compile-time by Jan Niklas Hasse · 6 years ago
  44. bf75175 Add --verbose as an alternative spelling for -v, fix #1310 by Jan Niklas Hasse · 6 years ago
  45. d3ea98a Add unit test for #1491 by Jan Niklas Hasse · 6 years ago
  46. 16e3a45 Merge pull request #1491 from mathstuf/elision-off-by-n by Jan Niklas Hasse · 6 years ago
  47. bf7107b Allow disabling of escape code stripping, fix #1475 by Jan Niklas Hasse · 6 years ago
  48. 1463fdc subprocess-win32: add hint on ERROR_INVALID_PARAMETER by Ben Boeckel · 6 years ago
  49. e2aa04f Win32Fatal: support a "hint" for the error by Ben Boeckel · 6 years ago
  50. 6a9411e manual: mention the "invalid parameter" case by Ben Boeckel · 6 years ago
  51. d81cb42 util: don't add ellipses width when deciding if they're necessary by Ben Boeckel · 9 years ago
  52. 99c5c22 Merge pull request #1307 from moroten/fix-too-long-path-test-bug by Jan Niklas Hasse · 6 years ago
  53. ef46561 Verify GetFullPathName return value by Fredrik Medley · 7 years ago
  54. 44ed374 Make output_test.py independent of the environment by Jan Niklas Hasse · 6 years ago
  55. 0858f2e Merge pull request #1488 from maciej-pawlowski-opera/issue-1227-2 by Jan Niklas Hasse · 6 years ago
  56. 0db30f2 Fix older VS compatibility issues and PDB files generation issue. (#1435) by ikifof · 6 years ago
  57. 3edc4d4 Fix parsing some special chars in depfiles by Maciej Pawlowski · 6 years ago
  58. edb848d Regenerate depfile_parser.cc and lexer.cc with newer re2c by Maciej Pawlowski · 6 years ago
  59. cf51ff5 Merge pull request #1473 from zdave/query-term-stdout by Jan Niklas Hasse · 6 years ago
  60. 19c2946 Exclude broken DiskInterfaceTests from MSVC, see #1423 by Jan Niklas Hasse · 6 years ago
  61. a3f284a Merge pull request #1326 from 0-wiz-0/master by Jan Niklas Hasse · 6 years ago
  62. 9342a7e Merge pull request #1457 from V-for-Vasili/AIX-support by Jan Niklas Hasse · 6 years ago
  63. 3841023 Add test for #1418 (edge output should match status) by Jan Niklas Hasse · 6 years ago
  64. 4baea2b Revert "Fix confusing smart console output from concurrent builds" by Jan Niklas Hasse · 6 years ago
  65. 775c8e8 Add script to test Ninja's output by Jan Niklas Hasse · 6 years ago
  66. 10e66a1 Do not always strip colored output in verbose mode, fix #1214 by Jan Niklas Hasse · 6 years ago
  67. 0eb7199 Ignore Visual Studio Code project files by Jan Niklas Hasse · 6 years ago
  68. d849e8f AppVeyor: Also build with MinGW by Jan Niklas Hasse · 6 years ago
  69. f6971c9 Merge pull request #1472 from Hi-Angel/master by Jan Niklas Hasse · 6 years ago
  70. 3400ae9 Merge pull request #1299 from pcc/fflush by Jan Niklas Hasse · 6 years ago
  71. cadcfc1 Add more instructions for building ninja in Windows (#1169) by Andrew Maclean · 6 years ago
  72. f95652d Merge pull request #1481 from rickysarraf/fix-testcase-whoami by Jan Niklas Hasse · 6 years ago
  73. 3eb9cd2 Merge pull request #1485 from nomis/freebsd-11 by Jan Niklas Hasse · 6 years ago
  74. 590a0e9 Merge pull request #1350 from korli/posix_spawn_errno by Jan Niklas Hasse · 6 years ago
  75. 812250d Merge pull request #1430 from whereswaldon/patch-1 by Jan Niklas Hasse · 6 years ago
  76. febd3b3 Fix compilation on FreeBSD 11.2 (use st_mtim.tv_nsec) by Simon Arlott · 6 years ago
  77. 6e30a04 browse.py: fix delay with multiple connections by Peter Wu · 6 years ago
  78. fccab74 Merge pull request #1417 from stefanb2/topic-silence-gcc-fallthrough-warnings by Nico Weber · 6 years ago
  79. d2045de Merge pull request #1467 from cdluminate/master by Nico Weber · 6 years ago
  80. b8834a2 Change gyp to gn by Shoaib Meenai · 6 years ago
  81. 74f0355 Replace `whoami` with a more generic command by Ritesh Raj Sarraf · 6 years ago
  82. 4e73652 Fix clang warnings around implicit fallthroughs by Dan Willemsen · 6 years ago
  83. f56a832 Query terminal width from STDOUT_FILENO by David Emett · 9 years ago
  84. 957d199 Fix wrong description of script installation by Konstantin Kharlamov · 6 years ago
  85. 33448c8 Misc typo fixes by https://github.com/codespell-project/codespell/ by Mo Zhou · 6 years ago
  86. da8d2df Fix uninitialized data members by Dan Willemsen · 6 years ago
  87. 0566335 Port to AIX platform. by Vasili Skurydzin · 6 years ago
  88. 8a9efe7 Add support for --frontend_file=<file> by Dan Willemsen · 6 years ago
  89. 33eab57 Update Android.bp for serialization changes by Dan Willemsen · 6 years ago
  90. 10681de Add frontend option for build status output by Colin Cross · 7 years ago
  91. 6b4502e Add a tiny protobuf implementation by Colin Cross · 8 years ago
  92. 6f903fa Put builder output through status interface by Colin Cross · 8 years ago
  93. 7ca1a1f Turn BuildStatus into an interface by Colin Cross · 8 years ago
  94. f6db305 Simplify running edges status by Colin Cross · 8 years ago
  95. 22006de Move edge time from Status to Builder by Colin Cross · 8 years ago
  96. 8352b34 Add unique IDs to edges by Colin Cross · 8 years ago
  97. 1029b2b Revert "Use ninja startup as time base for the ninja_log" by Dan Willemsen · 6 years ago
  98. 3b797bb Merge v1.8.2 into master by Dan Willemsen · 6 years ago
  99. eb52bed Fix simple typo in HACKING.md by Christopher Waldon · 6 years ago
  100. 08ef815 Add NINJA_FALLTHROUGH macro by Stefan Becker · 6 years ago