1. 874a346 Let mutators use ctx.AddNinjaFileDeps by Colin Cross · 8 years ago
  2. af4fd21 Add TopDownMutatorContext.CreateModule by Colin Cross · 8 years ago
  3. 05b3607 Replace unpack's replace semantics with append by Colin Cross · 8 years ago
  4. 5fe225f Rename newModules to newVariations by Colin Cross · 8 years ago
  5. d2f4ac1 Rename moduleInfo.moduleProperties to properties by Colin Cross · 8 years ago
  6. 3048433 Merge pull request #165 from danw/go1.9 by Dan Willemsen · 8 years ago
  7. a436345 Workaround gimme not setting GOROOT by Dan Willemsen · 8 years ago
  8. 91ec9f4 Export GOROOT for minibp / primary builder by Dan Willemsen · 8 years ago
  9. c54c072 Support parallel Go compiles with Go 1.9 by Dan Willemsen · 8 years ago
  10. 53d563f Fix build on Go 1.9 by Dan Willemsen · 8 years ago
  11. f94ab1e Merge pull request #164 from danw/microfactory by Dan Willemsen · 8 years ago
  12. feb1a22 Update documentation by Dan Willemsen · 8 years ago
  13. cd4e0ce Unify .ninja_log files by Dan Willemsen · 8 years ago
  14. af456ea Define everything in both stages by Dan Willemsen · 8 years ago
  15. f60525a Mark intermediates as optional by Dan Willemsen · 8 years ago
  16. 91e2483 Fix and test rebuilds of bootstrap ninja when using tests by Dan Willemsen · 8 years ago
  17. 1e72321 Use microfactory to build the bootstrap minibp by Dan Willemsen · 8 years ago
  18. 7dafbbc Add microfactory directly from Soong by Dan Willemsen · 8 years ago
  19. 7f2b2d2 Check for .bootstrap/build.ninja rebuilds too by Dan Willemsen · 8 years ago
  20. a1501b9 Merge pull request #161 from colincross/mockfs by colincross · 8 years ago
  21. 616c278 Add . and / to MockFs by Colin Cross · 8 years ago
  22. 7a28073 Merge pull request #160 from colincross/testmain by colincross · 8 years ago
  23. 5f303b9 Fix tests with TestMain by Colin Cross · 8 years ago
  24. 26c141f Add a script to regenerate build.ninja.in files by Colin Cross · 8 years ago
  25. d317b06 Test against go 1.7.6 and 1.8.3 by Colin Cross · 8 years ago
  26. fa54772 Merge pull request #159 from colincross/testmain by colincross · 8 years ago
  27. 83359c6 Support TestMain in tests by Colin Cross · 8 years ago
  28. d6ffd7c Merge pull request #156 from danw/glob_deps by Dan Willemsen · 8 years ago
  29. 75fec88 Fix glob deps for non-wild patterns by Dan Willemsen · 8 years ago
  30. b8a9f2e Merge pull request #155 from mathjeff/bpfix-utils by colincross · 8 years ago
  31. 5d4b9d8 Some util functions to support bpfix by Jeff Gaston · 8 years ago
  32. d1d60e7 Merge pull request #154 from colincross/open_files by colincross · 8 years ago
  33. 4a02a30 Cap concurrency when parsing blueprint files by Colin Cross · 8 years ago
  34. ea10ded Merge pull request #153 from colincross/build_description by colincross · 8 years ago
  35. 8de48af Escape leading space in ninja strings by Colin Cross · 8 years ago
  36. 7aa318f Allow BuildParams to override ninja description by Colin Cross · 8 years ago
  37. a30a741 Merge pull request #149 from danw/improve_variant_errors by Dan Willemsen · 8 years ago
  38. 978c4aa Improve error messages when dependency variants are missing by Dan Willemsen · 8 years ago
  39. 28c7837 Merge pull request #148 from colincross/visitdirectdeps by colincross · 8 years ago
  40. 080c133 Add Context.VisitDirectDeps by Colin Cross · 8 years ago
  41. 3f2d661 Merge pull request #147 from danw/goos_tests_fix by Dan Willemsen · 8 years ago
  42. 5d05872 Merge pull request #146 from Nan-Zhang/BaseDependencyTag by Dan Willemsen · 8 years ago
  43. aee3eac Fix bad ninja file if only GOOS-specific tests exist by Dan Willemsen · 8 years ago
  44. 346b2d0 Added a check in BP level for BaseDependencyTag by Nan Zhang · 8 years ago
  45. 2831e69 Merge pull request #142 from danw/_GOOS.go by Dan Willemsen · 8 years ago
  46. f14e096 Support darwin/linux specific go sources by Dan Willemsen · 8 years ago
  47. e8a09f9 Merge pull request #141 from colincross/fs by colincross · 9 years ago
  48. b519a7e Add globbing to filesystem mocking by Colin Cross · 9 years ago
  49. 2eeb7ee Merge pull request #140 from danw/sort_tests by Dan Willemsen · 9 years ago
  50. 61caa24 Sort testcases to make build (more) reproducible by Dan Willemsen · 9 years ago
  51. 188db1b Merge pull request #139 from danw/tests by Dan Willemsen · 9 years ago
  52. b53f7be gotestrunner: Make GOROOT absolute before chdir by Dan Willemsen · 9 years ago
  53. 10e4357 Fix -test.run test selection with gotestmain by Dan Willemsen · 9 years ago
  54. e8a33ee Enable go tests for blueprint_tools by Dan Willemsen · 9 years ago
  55. 8c7fd39 Merge pull request #138 from colincross/test_symlink by colincross · 9 years ago
  56. da945bf Make symlink during test by Colin Cross · 9 years ago
  57. b431941 Merge pull request #108 from danw/globexclude by Dan Willemsen · 9 years ago
  58. 53f4950 Prevent glob from accessing hidden files by Dan Willemsen · 9 years ago
  59. f3218f6 Merge pull request #137 from colincross/name by colincross · 9 years ago
  60. dfb4c9f Add ModuleContext method to get dependency by name by Colin Cross · 9 years ago
  61. 92844f0 Merge pull request #136 from colincross/race by colincross · 9 years ago
  62. 0ce142c Fix data race when applying replacements by Colin Cross · 9 years ago
  63. 0f1fa92 Merge pull request #135 from colincross/deps by colincross · 9 years ago
  64. aa873e1 Support deps and depfile properties on build statements by Colin Cross · 9 years ago
  65. 8c5b1d1 Merge pull request #134 from colincross/glob by colincross · 9 years ago
  66. 08e4954 Fix optional_subdirs globbing by Colin Cross · 9 years ago
  67. 36518a6 Merge pull request #133 from colincross/glob by colincross · 9 years ago
  68. ced59ee Add better error message when stat returns nil by Colin Cross · 9 years ago
  69. 09e03f3 Merge pull request #131 from colincross/glob by colincross · 9 years ago
  70. 127d2ea Import globbing from Soong by Colin Cross · 9 years ago
  71. b589835 Merge pull request #132 from danw/bootstrap by Dan Willemsen · 9 years ago
  72. 9bd6b38 Refactor test running to improve parallelism by Dan Willemsen · 9 years ago
  73. 460c80e Clean up unnecessary dependencies by Dan Willemsen · 9 years ago
  74. b6d88a4 Allow build.ninja regeneration (fix Soong globs) by Dan Willemsen · 9 years ago
  75. a2d14b7 Merge pull request #130 from danw/implicit_outputs by Dan Willemsen · 9 years ago
  76. 3692331 Cleanup outfile args in bootstrap/bootstrap.go by Dan Willemsen · 9 years ago
  77. 5c43e07 Support implicit outputs by Dan Willemsen · 9 years ago
  78. 5279802 Merge pull request #128 from colincross/name by colincross · 9 years ago
  79. 9cfd198 Add ReplaceDependencies by Colin Cross · 9 years ago
  80. c4e5b81 Add Rename by Colin Cross · 9 years ago
  81. b3f96c3 Add OtherModuleExists by Colin Cross · 9 years ago
  82. 0b7e83e Ask primary builder for module names by Colin Cross · 9 years ago
  83. 53d4357 Merge pull request #127 from colincross/memprofile by colincross · 9 years ago
  84. b2bee4e Merge pull request #126 from colincross/errors by colincross · 9 years ago
  85. 2c62844 Improve error reporting by Colin Cross · 9 years ago
  86. 2ecec57 Add support for memory profiling by Colin Cross · 9 years ago
  87. ad914ce Merge pull request #125 from colincross/build_deps by colincross · 9 years ago
  88. 2458712 Add dependency on build= blueprint files by Colin Cross · 9 years ago
  89. 888b21f Merge pull request #124 from colincross/escape by colincross · 9 years ago
  90. 41ca49f Add proptools functions to escape strings by Colin Cross · 9 years ago
  91. f5909d9 Merge pull request #122 from danw/structof by Dan Willemsen · 9 years ago
  92. ec5ba98 Support structures built with StructOf by Dan Willemsen · 9 years ago
  93. 4a35b51 Merge pull request #121 from danw/simple_bootstrap by Dan Willemsen · 9 years ago
  94. 7d0dddd Simplify bootstrap by Dan Willemsen · 9 years ago
  95. 3fc513f Merge pull request #120 from colincross/builtin by colincross · 9 years ago
  96. e0e473e Add NewBuiltinRule and NewBuiltinPool by Colin Cross · 9 years ago
  97. b9fb0ad Merge pull request #119 from colincross/extend by colincross · 9 years ago
  98. bf2adbf Relax type requirements when extending properties by Colin Cross · 9 years ago
  99. 7fda24e Merge pull request #118 from mortonfox/patch-1 by colincross · 9 years ago
  100. ebb3541 Update link to Ninja by Morton Fox · 9 years ago