1. b9d3ba2 Canonicalize targets of clean command. by Frank Henigman · 6 years ago
  2. a741b11 Merge pull request #1386 from jmgao/exit by Nico Weber · 6 years ago
  3. 4fd758a Merge pull request #1356 from RedBeard0531/vim_syntax by Nico Weber · 6 years ago
  4. 6bcdc7b Merge pull request #1392 from alekseyshl/master by Nico Weber · 6 years ago
  5. f67e6fb Merge pull request #1373 from BillyDonahue/help_k_zero by Nico Weber · 6 years ago
  6. 1fc0e15 Merge pull request #1381 from sgraham/output-in-compdb by Nico Weber · 6 years ago
  7. 6c379a3 Merge pull request #1388 from karkhaz/kk-add-pool-to-build by Nico Weber · 6 years ago
  8. 1952afa Fix build on Solaris. by alekseyshl · 6 years ago
  9. 85fab32 Support pool for Writer.build() in ninja_syntax.py by Kareem Khazem · 6 years ago
  10. b4b283e Don't clean up after ourselves when exiting. by Josh Gao · 6 years ago
  11. 9a7ca21 Add 'output' field to compdb output by Scott Graham · 6 years ago
  12. 776b03c Update Usage to show "-k 0" behavior by Billy Donahue · 6 years ago
  13. 6c86409 Fix stat when subdirectory is a file by Fredrik Medley · 6 years ago
  14. ed11516 Fix disk_interface_test.cc on Windows for 64-bit timestamp by Fredrik Medley · 6 years ago
  15. c1c8bba Flush changes into .ninja_log right away. by Pawel Pluciennik · 6 years ago
  16. bff884d Improve vim syntax definition by Mathias Stearn · 7 years ago
  17. 5cc2d46 posix_spawn_* calls don't set errno, use the return value. by Jerome Duval · 7 years ago
  18. 5984986 Fix building on Windows in UNICODE mode by Gergely Nagy · 7 years ago
  19. 0b6be43 Look up header dependencies on the first-output build by tzik · 7 years ago
  20. e234a7b Merge pull request #1219 from QuLogic/resolution by Nico Weber · 7 years ago
  21. 0d9bf78 Merge pull request #1344 from loganchien/fix-buf-overrun by Nico Weber · 7 years ago
  22. aa7b69b Merge pull request #1345 from refack/patch-2 by Nico Weber · 7 years ago
  23. 251e476 escape usage examples by Refael Ackermann · 7 years ago
  24. 7c80007 Fix potential buffer overrun by Logan Chien · 7 years ago
  25. 887eccf Merge pull request #1337 from Kulak/patch-1 by Nico Weber · 7 years ago
  26. aa44a55 correction of location of binary by Kulak · 7 years ago
  27. b26168b Merge pull request #1327 from atetubou/update_release by Nico Weber · 7 years ago
  28. 4244022 update RELEASING by Takuto Ikuta · 7 years ago
  29. 0c42653 Fix minor typo. by Elliott Sales de Andrade · 7 years ago
  30. df19c5a Use strtoll when reading mtime from build log. by Elliott Sales de Andrade · 7 years ago
  31. f117cc1 Fix some Windows troubles. by Elliott Sales de Andrade · 7 years ago
  32. d2bf82f Update checks for new stat fields. by Elliott Sales de Andrade · 7 years ago
  33. bf4fb03 Use 64-bit-alignment-safe timestamp reading. by Elliott Sales de Andrade · 7 years ago
  34. eb6cea2 Add #define to get printf-format specifiers. by Elliott Sales de Andrade · 7 years ago
  35. 9fa250d Move #include for type definition to correct place. by Elliott Sales de Andrade · 7 years ago
  36. f50a525 Read file timestamps in higher resolution. by Elliott Sales de Andrade · 7 years ago
  37. 5fcdcf9 Make TimeStamp 64-bit. by Elliott Sales de Andrade · 7 years ago
  38. f87e865 Track in Plan whether wanted edges have been scheduled by Brad King · 7 years ago
  39. 87111bf mark this 1.8.2.git by Nico Weber · 7 years ago
  40. 17ae02a Merge pull request #1323 from bradking/tolerate-phony-self-reference by Nico Weber · 7 years ago
  41. 2950bb1 Add NetBSD in another clause. by Thomas Klausner · 7 years ago
  42. d933127 Include missing header for pselect(). by Thomas Klausner · 7 years ago
  43. c0dde0f Restore tolerance of self-referencing phony build statements by Brad King · 7 years ago
  44. e679202 Factor ManifestParser options into a structure by Brad King · 7 years ago
  45. 7738c19 mark this 1.8.1.git by Nico Weber · 7 years ago
  46. 6081e81 Merge pull request #1318 from atetubou/fix_for_maxpath_test by Nico Weber · 7 years ago
  47. 480f899 fix normalizer test for _MAX_PATH by Takuto Ikuta · 7 years ago
  48. b98941a mark this 1.8.0.git by Nico Weber · 7 years ago
  49. bfa7da5 Merge pull request #1313 from adzenith/patch-3 by Nico Weber · 7 years ago
  50. 324a117 Add _Available since Ninja 1.4._ to `deps` and `recompact` by Nikolaus Wittenstein · 7 years ago
  51. 327d6ce Merge pull request #1314 from atetubou/fix_windows_path by Nico Weber · 7 years ago
  52. 86f606f Remove path component limit from input of CanonicalizePath in windows by Takuto Ikuta · 7 years ago
  53. e6e4984 Add `deps` and `recompact` tools to manual by Nikolaus Wittenstein · 7 years ago
  54. 5a3a06a Describe how to make a phony rule always up to date by Fredrik Medley · 9 years ago
  55. e237f1b Flush stdout after printing "Cleaning..." message by Peter Collingbourne · 7 years ago
  56. 7bbc708 Merge pull request #1111 from bradking/detect-cycles-early by Nico Weber · 7 years ago
  57. 61e347e Merge pull request #1292 from gtristan/work-around-zero-mtime by Nico Weber · 7 years ago
  58. 721d2a2 Drop unnecessary cycle detection in Plan::AddTarget by Brad King · 9 years ago
  59. b6f020d Teach RecomputeDirty to detect cycles in the build graph by Brad King · 9 years ago
  60. a8b5cdc Add infrastructure for efficient walks through the `Edge` graph by Brad King · 9 years ago
  61. afe3beb Refactor RecomputeDirty to take a node instead of an edge by Brad King · 9 years ago
  62. 29a6e2f Simplify BuildTest.StatFailureAbortsBuild test case by Brad King · 9 years ago
  63. b34f744 Work around mtime being set to 0 sometimes by Patrick Griffis · 7 years ago
  64. 1029064 Merge pull request #1291 from colincross/fix1290 by Nico Weber · 7 years ago
  65. 11a934d Fix segfault on edge with no inputs by Colin Cross · 7 years ago
  66. 00f69c1 Merge pull request #1156 from cdbennett/windows-binary-mode-output by Nico Weber · 7 years ago
  67. 0142023 Merge pull request #1287 from ivadasz/dragonfly_patches by Nico Weber · 7 years ago
  68. 89d9d62 Merge pull request #1281 from colincross/rebuild_on_error by Nico Weber · 7 years ago
  69. d806aa5 Add support for DragonFly. by Imre Vadász · 7 years ago
  70. 04d886b Always rebuild on errors by Colin Cross · 7 years ago
  71. a127dda Add a test that fails if a rule updates it output file but fails by Colin Cross · 7 years ago
  72. 036003d Move stat metric to DiskInterface by Colin Cross · 7 years ago
  73. d6eb8ba Merge pull request #1280 from RedBeard0531/zsh_completion_explicit_file by Nico Weber · 7 years ago
  74. ad54532 Make zsh completion use explicitly specified ninja files by Mathias Stearn · 7 years ago
  75. 2fc5b9e Revert 78f893bdbb1e4bf3e3eac41a59d39854b8045150 by Nico Weber · 7 years ago
  76. f1551b3 Merge pull request #1271 from atetubou/faster_clparser by Nico Weber · 7 years ago
  77. f0bb90e Reduce GetFullPathName calls by Takuto Ikuta · 7 years ago
  78. 75b3385 Fix for review by Takuto Ikuta · 7 years ago
  79. 3b32002 Make clparser faster by tikuta · 7 years ago
  80. 08a3220 Add string_piece_util by Takuto Ikuta · 7 years ago
  81. 586bb6d Merge pull request #1267 from atetubou/clparser_perftest by Nico Weber · 7 years ago
  82. 5a03f4e delete n by Takuto Ikuta · 7 years ago
  83. 03d0a8b use us by Takuto Ikuta · 7 years ago
  84. 12ca621 add gitignore by Takuto Ikuta · 7 years ago
  85. 4eac806 remove util.h by Takuto Ikuta · 7 years ago
  86. 292c89f Add clparser_perftest by Takuto Ikuta · 7 years ago
  87. 87efe5f DirName's separators and their length are known at compile time by Pietro Cerutti · 7 years ago
  88. 0b0374e Merge pull request #1255 from tchajed/bind-localhost by Nico Weber · 7 years ago
  89. 8a32d21 browse: Bind to localhost by default by Tej Chajed · 7 years ago
  90. fb3c700 Merge pull request #1231 from colincross/canon_perftest_fix by Nico Weber · 7 years ago
  91. 1df8b6e Merge pull request #1235 from refack/patch-1 by Nico Weber · 7 years ago
  92. f4ea9ca Merge pull request #1232 from nicolasdespres/fix-canon_perftest by Nico Weber · 7 years ago
  93. 4dc4f1d Merge pull request #1237 from danw/no_reload_with_restat by Nico Weber · 7 years ago
  94. abcd5f3 Support restat when rebuilding manifest by Dan Willemsen · 8 years ago
  95. d560c62 Need this to build on vs2017 by Refael Ackermann · 7 years ago
  96. d6ff22b Fix compilation error in canon_perftest. by Nicolas Despres · 7 years ago
  97. d611bd4 Make travis build everything by Colin Cross · 7 years ago
  98. 110dae2 Fix build in canon_perftest_fix by Colin Cross · 7 years ago
  99. 2993752 Merge pull request #1181 from DanielWeber/issue-1161 by Nico Weber · 7 years ago
  100. 9e71431 Merge pull request #1226 from colincross/close-fds by Nico Weber · 7 years ago