1. 20b30da Ignore .ccls-cache directory by Jan Niklas Hasse · 5 years ago master
  2. 1db07ed Merge pull request #1025 from nicolasdespres/resurrect-rules-tool by Jan Niklas Hasse · 5 years ago
  3. bb9512f Resurrect the 'rules' tool. by Nicolas Despres · 9 years ago
  4. 2e64645 Merge pull request #1521 from bradking/dyndep by Jan Niklas Hasse · 5 years ago
  5. 1d55d05 Document example dyndep use cases by Brad King · 9 years ago
  6. 014a541 Document `dyndep` binding behavior and the dyndep file format by Brad King · 9 years ago
  7. e1a5879 query: load dyndep files for queried edges by Brad King · 5 years ago
  8. a32e047 graph: load dyndep files by Brad King · 5 years ago
  9. a3cbb4d clean: remove outputs specified by dyndep files by Brad King · 5 years ago
  10. c21f3f2 clean: remove unnecessary Cleaner constructor variant by Brad King · 5 years ago
  11. 2375707 Teach builder to load dyndep files when they are ready by Brad King · 9 years ago
  12. 0f0fb32 Teach RecomputeDirty to load dyndep files that are ready by Brad King · 9 years ago
  13. e5c22c0 Teach DependencyScan to load a dyndep file by Brad King · 9 years ago
  14. a497076 Add a "dyndep" reserved binding to the manifest format by Brad King · 9 years ago
  15. c4b0c21 Add a parser for a new "dyndep" file format by Brad King · 9 years ago
  16. 325602c Explicitly avoid repeat deps loading by Brad King · 9 years ago
  17. b08f3fb Make a Builder optionally available to Plan by Brad King · 9 years ago
  18. 083a9e2 Factor out output edge ready check from Plan::NodeFinished by Brad King · 9 years ago
  19. 64acb1a Factor out edge marking logic from Plan::AddSubTarget by Brad King · 9 years ago
  20. 70d3562 Teach FakeCommandRunner to support multiple active commands by Brad King · 7 years ago
  21. e50299c Allow EdgeFinished and NodeFinished to fail with errors by Brad King · 9 years ago
  22. 5452057 Assert precondition in BuildStatus::BuildEdgeStarted by Brad King · 7 years ago
  23. d718808 Factor out a base class of ManifestParser by Brad King · 9 years ago
  24. 215a190 ManifestParser: Fix typo {expectd => expected} by Brad King · 5 years ago
  25. 71b9648 Remove trailing whitespace from all files by Jan Niklas Hasse · 5 years ago
  26. b344c79 Merge pull request #1559 from goshhhy/master by Jan Niklas Hasse · 5 years ago
  27. 9de96be make inline.sh more portable by goshhhy · 5 years ago
  28. a8bc2e1 Feature/add term env dumb to win32 (#1550) by jhuels · 5 years ago
  29. 55279e6 Merge pull request #1553 from ddrone/patch-1 by Jan Niklas Hasse · 5 years ago
  30. 02ec31a Update link to premake by ddrone · 5 years ago
  31. 1bcc689 Take CPU set limitations into account when calculating processor count by Jan Niklas Hasse · 5 years ago
  32. a683551 Merge pull request #1529 from grahamc/patch-1 by Jan Niklas Hasse · 5 years ago
  33. 9aa9474 Docs: Make builds reproducible by generating the same IDs from the same inputs by Graham Christensen · 5 years ago
  34. 52ba207 Fix Fuchsia typo by Jan Niklas Hasse · 5 years ago
  35. 0c15843 mark this 1.9.0.git by Jan Niklas Hasse · 6 years ago
  36. 908ca0e Merge pull request #1525 from avallee/patch-1 by Jan Niklas Hasse · 6 years ago
  37. c6b67ac ninja_syntax.py: remove unused has_path argument by Alex Vallee · 6 years ago
  38. 6e02ebc Remove outdated part about Chrome download, fix #1338 by Jan Niklas Hasse · 6 years ago
  39. b735f79 Remove dead Chromium link, fix #1263 by Jan Niklas Hasse · 6 years ago
  40. a47ac5a Merge pull request #1484 from smeenai/gyp-to-gn by Jan Niklas Hasse · 6 years ago
  41. 0a2e2ca Merge pull request #1039 from bradking/improve-depfile-parser by Nico Weber · 6 years ago
  42. 8a9edb1 Restore depfile toleration of multiple output paths on distinct lines by Brad King · 6 years ago
  43. 4a4f9d4 Fix depfile parser handling of multiple rules by Brad King · 9 years ago
  44. 6d6dfd1 Fix depfile parser test case line continuation by Brad King · 9 years ago
  45. 94f4153 Re-arrange depfile parser token processing logic by Brad King · 6 years ago
  46. a02132d Re-generate depfile parser with re2cc 1.0.1 by Brad King · 6 years ago
  47. 5a78423 Add OSX build on travis (#1502) by Takuto Ikuta · 6 years ago
  48. cfd74e5 Fit --help output into 80 columns and move verbose up, fix #1500 by Jan Niklas Hasse · 6 years ago
  49. 845213a Merge pull request #1474 from mathstuf/win32-invalid-parameter-help by Jan Niklas Hasse · 6 years ago
  50. 516f637 Merge pull request #1462 from GoaLitiuM/win10color by Jan Niklas Hasse · 6 years ago
  51. d5091ee Merge pull request #1439 from Lekensteyn/threaded-browse-py by Nico Weber · 6 years ago
  52. 1c34a15 Merge pull request #1496 from mathstuf/minor-fixes by Nico Weber · 6 years ago
  53. f95f51b Merge pull request #1196 from danw/ReadFile_opt by Jan Niklas Hasse · 6 years ago
  54. a63fb13 Improve error message when Python wasn't found for the browse tool by Jan Niklas Hasse · 6 years ago
  55. 2108bb3 Explain why there's no browse tool, fix #1478 by Jan Niklas Hasse · 6 years ago
  56. 70017a9 HACKING: use `Python` for the project by Ben Boeckel · 6 years ago
  57. 4fd00f2 HACKING: fix some whitespace nits by Ben Boeckel · 6 years ago
  58. 65f5d96 Fix rendering of code block, fix #955 by Jan Niklas Hasse · 6 years ago
  59. 378486b Make -j 0 run unlimited parallel builds, fix #1309 by Martell Malone · 6 years ago
  60. 1b8ab15 Enable ANSI escape sequences on Windows 10 terminals by GoaLitiuM · 6 years ago
  61. a65f0d4 Merge pull request #1264 from gahr/DirName-compile-time by Jan Niklas Hasse · 6 years ago
  62. bf75175 Add --verbose as an alternative spelling for -v, fix #1310 by Jan Niklas Hasse · 6 years ago
  63. d3ea98a Add unit test for #1491 by Jan Niklas Hasse · 6 years ago
  64. 16e3a45 Merge pull request #1491 from mathstuf/elision-off-by-n by Jan Niklas Hasse · 6 years ago
  65. bf7107b Allow disabling of escape code stripping, fix #1475 by Jan Niklas Hasse · 6 years ago
  66. 1463fdc subprocess-win32: add hint on ERROR_INVALID_PARAMETER by Ben Boeckel · 6 years ago
  67. e2aa04f Win32Fatal: support a "hint" for the error by Ben Boeckel · 6 years ago
  68. 6a9411e manual: mention the "invalid parameter" case by Ben Boeckel · 6 years ago
  69. d81cb42 util: don't add ellipses width when deciding if they're necessary by Ben Boeckel · 10 years ago
  70. 99c5c22 Merge pull request #1307 from moroten/fix-too-long-path-test-bug by Jan Niklas Hasse · 6 years ago
  71. ef46561 Verify GetFullPathName return value by Fredrik Medley · 7 years ago
  72. 44ed374 Make output_test.py independent of the environment by Jan Niklas Hasse · 6 years ago
  73. 0858f2e Merge pull request #1488 from maciej-pawlowski-opera/issue-1227-2 by Jan Niklas Hasse · 6 years ago
  74. 0db30f2 Fix older VS compatibility issues and PDB files generation issue. (#1435) by ikifof · 6 years ago
  75. 3edc4d4 Fix parsing some special chars in depfiles by Maciej Pawlowski · 6 years ago
  76. edb848d Regenerate depfile_parser.cc and lexer.cc with newer re2c by Maciej Pawlowski · 6 years ago
  77. cf51ff5 Merge pull request #1473 from zdave/query-term-stdout by Jan Niklas Hasse · 6 years ago
  78. 19c2946 Exclude broken DiskInterfaceTests from MSVC, see #1423 by Jan Niklas Hasse · 6 years ago
  79. a3f284a Merge pull request #1326 from 0-wiz-0/master by Jan Niklas Hasse · 6 years ago
  80. 9342a7e Merge pull request #1457 from V-for-Vasili/AIX-support by Jan Niklas Hasse · 6 years ago
  81. 3841023 Add test for #1418 (edge output should match status) by Jan Niklas Hasse · 6 years ago
  82. 4baea2b Revert "Fix confusing smart console output from concurrent builds" by Jan Niklas Hasse · 6 years ago
  83. 775c8e8 Add script to test Ninja's output by Jan Niklas Hasse · 6 years ago
  84. 10e66a1 Do not always strip colored output in verbose mode, fix #1214 by Jan Niklas Hasse · 6 years ago
  85. 0eb7199 Ignore Visual Studio Code project files by Jan Niklas Hasse · 6 years ago
  86. d849e8f AppVeyor: Also build with MinGW by Jan Niklas Hasse · 6 years ago
  87. f6971c9 Merge pull request #1472 from Hi-Angel/master by Jan Niklas Hasse · 6 years ago
  88. 3400ae9 Merge pull request #1299 from pcc/fflush by Jan Niklas Hasse · 6 years ago
  89. cadcfc1 Add more instructions for building ninja in Windows (#1169) by Andrew Maclean · 6 years ago
  90. f95652d Merge pull request #1481 from rickysarraf/fix-testcase-whoami by Jan Niklas Hasse · 6 years ago
  91. 3eb9cd2 Merge pull request #1485 from nomis/freebsd-11 by Jan Niklas Hasse · 6 years ago
  92. 590a0e9 Merge pull request #1350 from korli/posix_spawn_errno by Jan Niklas Hasse · 6 years ago
  93. 812250d Merge pull request #1430 from whereswaldon/patch-1 by Jan Niklas Hasse · 6 years ago
  94. febd3b3 Fix compilation on FreeBSD 11.2 (use st_mtim.tv_nsec) by Simon Arlott · 6 years ago
  95. 6e30a04 browse.py: fix delay with multiple connections by Peter Wu · 6 years ago
  96. fccab74 Merge pull request #1417 from stefanb2/topic-silence-gcc-fallthrough-warnings by Nico Weber · 6 years ago
  97. d2045de Merge pull request #1467 from cdluminate/master by Nico Weber · 6 years ago
  98. b8834a2 Change gyp to gn by Shoaib Meenai · 6 years ago
  99. 74f0355 Replace `whoami` with a more generic command by Ritesh Raj Sarraf · 6 years ago
  100. f56a832 Query terminal width from STDOUT_FILENO by David Emett · 9 years ago