1. 3082aa6 Merge pull request #1206 from nico/versioninfo by Nico Weber · 8 years ago
  2. 32c82da windows: replace deprecated GetVersionEx with recommended replacement by Nico Weber · 8 years ago
  3. 2263f82 Merge pull request #1205 from nico/clangclformat by Nico Weber · 8 years ago
  4. 32c3625 fix a clang-cl -Wformat warning by Nico Weber · 8 years ago
  5. a232a7f Merge pull request #1204 from nico/vernum by Nico Weber · 8 years ago
  6. 14f4794 fix RELEASING wrt manual.asciidoc process by Nico Weber · 8 years ago
  7. fdfff11 Merge pull request #1194 from ilor/depfile-empty-path by Nico Weber · 8 years ago
  8. 21fc120 Merge pull request #1182 from moosotc/master by Nico Weber · 8 years ago
  9. ef0616e Merge pull request #1203 from nico/reldoc by Nico Weber · 8 years ago
  10. 474e87d Update RELEASING -- manual.asciidoc no longer has a version number by Nico Weber · 8 years ago
  11. c9b5eaa Optimize ReadFile allocations by Dan Willemsen · 8 years ago
  12. 04f4bc5 Merge pull request #1201 from nico/singlecommand by Nico Weber · 8 years ago
  13. b0cce09 mark this 1.7.2.git by Nico Weber · 8 years ago
  14. 4f759e9 Merge pull request #1202 from nico/ppollbsd by Nico Weber · 8 years ago
  15. 82a68c9 Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists. by Nico Weber · 8 years ago
  16. 7cffca2 Merge pull request #1198 from jamesr/fix_write_fake_manifests by Nico Weber · 8 years ago
  17. b7bac03 Merge pull request #1192 from sgraham/tidy-snprintf by Nico Weber · 8 years ago
  18. 8b7155b teach -t commands to optionally print only the final command by Nico Weber · 8 years ago
  19. 61c6884 Fix syntax error in misc/write_fake_manifests.py by James Robinson · 8 years ago
  20. 46d9a95 Improve error message when a depfile contains a bad path by Tomasz Śniatowski · 8 years ago
  21. 05d60b5 Tidy up rate snprintf'ing helper by Scott Graham · 8 years ago
  22. 6a2b876 Merge pull request #1109 from fbenkstein/enhance_write_fake_manifest by Nico Weber · 8 years ago
  23. 067e187 Merge pull request #1185 from gahr/freebsd-ppoll by Nico Weber · 8 years ago
  24. 965e549 Disable ppoll(2) on FreeBSD < 10.2 by Pietro Cerutti · 8 years ago
  25. 68cf755 FreeBSD supports ppoll(2) by Pietro Cerutti · 8 years ago
  26. 1cc730d Use uint64_t for slash_bits consistently by Daniel Weber · 8 years ago
  27. 5153ced Use POSIX_SPAWN_USEVFORK if available by malc · 8 years ago
  28. c4b09e1 Allow more path components by Daniel Weber · 8 years ago
  29. 94fc143 Merge pull request #1174 from gkistanova/not-initialized-elapsed-fix by Nico Weber · 8 years ago
  30. 3473e08 Fixed not initialized elapsed time. by gkistanova · 8 years ago
  31. e074e59 Regression test for not initialized elapsed time bug. by gkistanova · 8 years ago
  32. 1992ab6 enhance write_fake_manifest.py by Frank Benkstein · 8 years ago
  33. 5739c14 Merge pull request #1164 from nicolasdespres/const_rootnodes by Nico Weber · 8 years ago
  34. 87ae5be Constify State::RootNodes(). by Nicolas Despres · 8 years ago
  35. 8d65002 Merge pull request #1157 from colincross/browse by Nico Weber · 8 years ago
  36. 8aeb91e Escape ninja output inserted into HTML by Colin Cross · 8 years ago
  37. 680efe4 Merge pull request #1159 from nicolasdespres/no-explicit-outputs by Nico Weber · 8 years ago
  38. ccaa3d1 Parser accepts no explicit outputs. by Nicolas Despres · 8 years ago
  39. b042580 Write subprocess output to stdout in binary mode by Colin D Bennett · 8 years ago
  40. 63a8584 Merge pull request #1150 from KiYugadgeter/python3_measure by Nico Weber · 8 years ago
  41. 28cedf1 Make misc/measure.py compatible with python3 by KiYugadgeter · 8 years ago
  42. e2de9d2 Merge pull request #1147 from colincross/elapsed_status by Nico Weber · 8 years ago
  43. af4973d Fix NINJA_STATUS %r on dumb terminals by Colin Cross · 8 years ago
  44. f1b5d2b Fix NINJA_STATUS %e on dumb terminals by Colin Cross · 8 years ago
  45. 644f6b1 mark this 1.7.1.git by Nico Weber · 8 years ago
  46. 2b1bc4b Merge pull request #1144 from nico/statustweaks by Nico Weber · 8 years ago
  47. 24694d9 Update %p to use finished edges after #1143. by Nico Weber · 8 years ago
  48. 17a7d94 Merge pull request #1143 from colincross/status by Nico Weber · 8 years ago
  49. 6c2c2ee Change default NINJA_STATUS to [%f/%t] by Colin Cross · 8 years ago
  50. ddaf63f fix path after moving github pages to ninja-build repo by Nico Weber · 8 years ago
  51. 06b0e56 mark this 1.7.0.git by Nico Weber · 8 years ago
  52. 6d1fcc7 Merge pull request #1137 from nico/crashfix by Nico Weber · 8 years ago
  53. 29f373a Fix crash with duplicate implicit outputs. by Nico Weber · 8 years ago
  54. aa79fbe Merge pull request #1134 from danw/ubuntu-libc++ by Nico Weber · 8 years ago
  55. d4607eb Add <stdlib.h> includes for clang++/libc++ on Ubuntu by Dan Willemsen · 8 years ago
  56. 73b672e Merge pull request #1116 from colincross/browse by Nico Weber · 8 years ago
  57. bff4010 Pass location of build.ninja file to browse script by Colin Cross · 8 years ago
  58. bfe8cd9 Merge pull request #1131 from bradking/improve-EdgeFinished-signature by Nico Weber · 8 years ago
  59. 87b57e8 Improve Plan::EdgeFinished signature by Brad King · 8 years ago
  60. 10ef5bf Merge pull request #1126 from bradking/pool-release-on-fail by Nico Weber · 8 years ago
  61. ad671a6 Merge pull request #1130 from JohnstonJ/fix-tests-on-vs2015 by Nico Weber · 8 years ago
  62. 144a013 Merge pull request #1059 from bradking/avoid-double-scheduling-edge by Nico Weber · 8 years ago
  63. 50d85fc ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding. by James Johnston · 8 years ago
  64. ff6eedb Add another test case covering pool release on edge failure by David Emett · 9 years ago
  65. 7d21426 Release the pool slot held by an edge whether it succeeds or fails by Fredrik Medley · 9 years ago
  66. 78f5488 Merge pull request #1125 from nico/wintools by Nico Weber · 8 years ago
  67. 3a88912 Make deps=msvc experimentally available on non-Windows. by Nico Weber · 9 years ago
  68. aea5a4d Merge pull request #1118 from nico/posixspawn2 by Nico Weber · 8 years ago
  69. 4b4c65c Merge pull request #1112 from Lekensteyn/browse-tool-fixes by Nico Weber · 8 years ago
  70. 8958719 Use posix_spawn() instead of fork()/exec(). by Nico Weber · 8 years ago
  71. 048ad18 browse: support --port and --no-browser options by Peter Wu · 8 years ago
  72. f749139 browse.py: Python 3 compatibility by Peter Wu · 8 years ago
  73. b231274 Merge pull request #1113 from nico/nosetsid by Nico Weber · 8 years ago
  74. e605fcc Revert #910. by Nico Weber · 8 years ago
  75. d63fe50 Merge pull request #1102 from bradking/remove-unnecessary-StatIfNecessary by Nico Weber · 8 years ago
  76. 572cc8e browse.py: allow port override via environment variable by Peter Wu · 8 years ago
  77. 1a8e545 Remove StatIfNecessary call that is never necessary by Brad King · 8 years ago
  78. d176374 Merge pull request #1110 from G4m4/explicit_std_prefix by Nico Weber · 8 years ago
  79. 71eaf65 Fix ambiguous call to set_terminate on Windows platform by g4m4 · 8 years ago
  80. 4674e0d Merge pull request #1107 from nicolasdespres/ninja_syntax_implicit_outputs by Nico Weber · 8 years ago
  81. 467b725 Merge pull request #1108 from edbaunton/patch-1 by Nico Weber · 8 years ago
  82. d49d111 Add link to mailing list by Ed Baunton · 8 years ago
  83. d3c7da5 Add support for implicit outputs in ninja_syntax.py. by Nicolas Despres · 8 years ago
  84. bc4f7bf Merge pull request #1106 from nico/winfix by Nico Weber · 8 years ago
  85. 2f127fa win: Only drop /showIncludes in bootstrap builds. Fixes #1103. by Nico Weber · 8 years ago
  86. a4d4787 Merge pull request #1101 from fbenkstein/vs2010 by Nico Weber · 8 years ago
  87. ab65278 MSVC: disable warning about constant conditional expressions by Frank Benkstein · 8 years ago
  88. 8028e91 Merge pull request #1100 from nico/doc by Nico Weber · 8 years ago
  89. 17852da Minor updates to the manual. by Nico Weber · 8 years ago
  90. e8d855f Avoid double-scheduling build edges in another case by Brad King · 9 years ago
  91. ca5fc79 Merge pull request #1033 from colincross/failed by Nico Weber · 8 years ago
  92. f38a52c Merge pull request #989 from bradking/implicit-outputs by Nico Weber · 8 years ago
  93. 27c87c5 Merge pull request #1060 from bradking/deduplicate-disk-interface by Nico Weber · 8 years ago
  94. 7d8f9ef Merge pull request #1099 from bradking/fix-perftest-compilation by Nico Weber · 8 years ago
  95. e74cefa Replace ManifestParser::FileReader with general FileReader by Brad King · 8 years ago
  96. 858386d Expose more details in FileReader::ReadFile signature by Brad King · 8 years ago
  97. f9487ac Factor a `FileReader` base class out of `DiskInterface` by Brad King · 8 years ago
  98. cc39240 Add support for build statement implicit outputs by Brad King · 9 years ago
  99. f1f3f49 Merge pull request #1076 from colincross/canonicalize by Nico Weber · 8 years ago
  100. 94086e9 perftest: fix compilation after dupe_edge_should_err change by Brad King · 8 years ago