1. cb42130 Make a copy of Blueprint in tests by Jeff Gaston · 7 years ago
  2. a12f22f Move parseOne for readability by Jeff Gaston · 7 years ago
  3. 5f763d0 Clarify context.go somewhat by Jeff Gaston · 7 years ago
  4. eb6192c Merge pull request #180 from colincross/createmodule by colincross · 7 years ago
  5. 1fa1a14 Set fields in CreateModule to match current module by Colin Cross · 7 years ago
  6. c63f1fd Merge pull request #179 from colincross/fmt by colincross · 7 years ago
  7. 4a0fe08 Finish switching blueprint back to the original Blueprints format by Colin Cross · 7 years ago
  8. 5029114 Merge pull request #157 from mathjeff/dedup-utils by Jeff · 7 years ago
  9. e2b2ab6 Merge pull request #175 from mathjeff/bpfmt-stdout by Jeff · 7 years ago
  10. 2f769ef Merge pull request #178 from danw/microfactory_locking by Dan Willemsen · 7 years ago
  11. 2ca9432 Have bpfmt show usage when run without any arguments by Jeff Gaston · 7 years ago
  12. 6cd6ebc Refactor in preparation to detect when stdout is the input file by Jeff Gaston · 7 years ago
  13. 987ed9b Add file locking to microfactory by Dan Willemsen · 7 years ago
  14. 5fa3f89 Merge pull request #177 from colincross/docs by colincross · 7 years ago
  15. 7311337 Support preformatted property documentation by Colin Cross · 7 years ago
  16. 4ef23af HTML escape property documentation by Colin Cross · 7 years ago
  17. 957b96b Merge pull request #176 from colincross/commandorderonly by colincross · 7 years ago
  18. 4711364 Allow rules to specify order-only dependencies by Colin Cross · 7 years ago
  19. afa12b4 Merge pull request #174 from colincross/glob by colincross · 7 years ago
  20. a4fae90 Fix recursive glob on MockFs by Colin Cross · 7 years ago
  21. b67c1d4 Merge pull request #166 from colincross/create by colincross · 7 years ago
  22. 05dc49b Merge pull request #172 from danw/go1.9 by Dan Willemsen · 7 years ago
  23. 491166d Merge pull request #171 from danw/go_genrule by Dan Willemsen · 7 years ago
  24. b8534bf Use go1.9 instead of go1.9rc1 by Dan Willemsen · 7 years ago
  25. 87f71fa Expose the installed path for Go binaries by Dan Willemsen · 7 years ago
  26. c40ef07 Merge pull request #158 from mathjeff/travis-link by colincross · 7 years ago
  27. 5f332c8 Move generated Travis test dirs outside the tree by Jeff Gaston · 7 years ago
  28. 1ff2efa Merge pull request #170 from mathjeff/symlink-err by colincross · 7 years ago
  29. aca4220 Clearer error in case of Android.bp being unreadable by Jeff Gaston · 7 years ago
  30. 18a0d2e Merge pull request #167 from danw/microfactory by Dan Willemsen · 7 years ago
  31. 269248f Support custom trace functions by Dan Willemsen · 7 years ago
  32. 5136c43 Implement microfactory Config, Build by Dan Willemsen · 7 years ago
  33. ff09286 Allow microfactory to be used as a package by Dan Willemsen · 7 years ago
  34. f00c03d Stop passing path to microfactory source by Dan Willemsen · 7 years ago
  35. d408594 travis: run short tests with race detector enabled by Colin Cross · 7 years ago
  36. 874a346 Let mutators use ctx.AddNinjaFileDeps by Colin Cross · 7 years ago
  37. af4fd21 Add TopDownMutatorContext.CreateModule by Colin Cross · 7 years ago
  38. 05b3607 Replace unpack's replace semantics with append by Colin Cross · 7 years ago
  39. 5fe225f Rename newModules to newVariations by Colin Cross · 7 years ago
  40. d2f4ac1 Rename moduleInfo.moduleProperties to properties by Colin Cross · 7 years ago
  41. 3048433 Merge pull request #165 from danw/go1.9 by Dan Willemsen · 7 years ago
  42. a436345 Workaround gimme not setting GOROOT by Dan Willemsen · 7 years ago
  43. 91ec9f4 Export GOROOT for minibp / primary builder by Dan Willemsen · 7 years ago
  44. c54c072 Support parallel Go compiles with Go 1.9 by Dan Willemsen · 7 years ago
  45. 53d563f Fix build on Go 1.9 by Dan Willemsen · 7 years ago
  46. f94ab1e Merge pull request #164 from danw/microfactory by Dan Willemsen · 7 years ago
  47. feb1a22 Update documentation by Dan Willemsen · 7 years ago
  48. cd4e0ce Unify .ninja_log files by Dan Willemsen · 7 years ago
  49. af456ea Define everything in both stages by Dan Willemsen · 7 years ago
  50. f60525a Mark intermediates as optional by Dan Willemsen · 7 years ago
  51. 91e2483 Fix and test rebuilds of bootstrap ninja when using tests by Dan Willemsen · 7 years ago
  52. 1e72321 Use microfactory to build the bootstrap minibp by Dan Willemsen · 7 years ago
  53. 7dafbbc Add microfactory directly from Soong by Dan Willemsen · 7 years ago
  54. 7f2b2d2 Check for .bootstrap/build.ninja rebuilds too by Dan Willemsen · 7 years ago
  55. a1501b9 Merge pull request #161 from colincross/mockfs by colincross · 7 years ago
  56. 616c278 Add . and / to MockFs by Colin Cross · 7 years ago
  57. 7a28073 Merge pull request #160 from colincross/testmain by colincross · 7 years ago
  58. 5f303b9 Fix tests with TestMain by Colin Cross · 7 years ago
  59. 26c141f Add a script to regenerate build.ninja.in files by Colin Cross · 7 years ago
  60. d317b06 Test against go 1.7.6 and 1.8.3 by Colin Cross · 7 years ago
  61. fa54772 Merge pull request #159 from colincross/testmain by colincross · 7 years ago
  62. 83359c6 Support TestMain in tests by Colin Cross · 7 years ago
  63. a1dae80 Utils to support removing duplicate shared_libs by Jeff Gaston · 7 years ago
  64. d6ffd7c Merge pull request #156 from danw/glob_deps by Dan Willemsen · 7 years ago
  65. 75fec88 Fix glob deps for non-wild patterns by Dan Willemsen · 7 years ago
  66. b8a9f2e Merge pull request #155 from mathjeff/bpfix-utils by colincross · 7 years ago
  67. 5d4b9d8 Some util functions to support bpfix by Jeff Gaston · 7 years ago
  68. d1d60e7 Merge pull request #154 from colincross/open_files by colincross · 7 years ago
  69. 4a02a30 Cap concurrency when parsing blueprint files by Colin Cross · 7 years ago
  70. ea10ded Merge pull request #153 from colincross/build_description by colincross · 7 years ago
  71. 8de48af Escape leading space in ninja strings by Colin Cross · 7 years ago
  72. 7aa318f Allow BuildParams to override ninja description by Colin Cross · 7 years ago
  73. a30a741 Merge pull request #149 from danw/improve_variant_errors by Dan Willemsen · 8 years ago
  74. 978c4aa Improve error messages when dependency variants are missing by Dan Willemsen · 8 years ago
  75. 28c7837 Merge pull request #148 from colincross/visitdirectdeps by colincross · 8 years ago
  76. 080c133 Add Context.VisitDirectDeps by Colin Cross · 8 years ago
  77. 3f2d661 Merge pull request #147 from danw/goos_tests_fix by Dan Willemsen · 8 years ago
  78. 5d05872 Merge pull request #146 from Nan-Zhang/BaseDependencyTag by Dan Willemsen · 8 years ago
  79. aee3eac Fix bad ninja file if only GOOS-specific tests exist by Dan Willemsen · 8 years ago
  80. 346b2d0 Added a check in BP level for BaseDependencyTag by Nan Zhang · 8 years ago
  81. 2831e69 Merge pull request #142 from danw/_GOOS.go by Dan Willemsen · 8 years ago
  82. f14e096 Support darwin/linux specific go sources by Dan Willemsen · 8 years ago
  83. e8a09f9 Merge pull request #141 from colincross/fs by colincross · 8 years ago
  84. b519a7e Add globbing to filesystem mocking by Colin Cross · 8 years ago
  85. 2eeb7ee Merge pull request #140 from danw/sort_tests by Dan Willemsen · 8 years ago
  86. 61caa24 Sort testcases to make build (more) reproducible by Dan Willemsen · 8 years ago
  87. 188db1b Merge pull request #139 from danw/tests by Dan Willemsen · 8 years ago
  88. b53f7be gotestrunner: Make GOROOT absolute before chdir by Dan Willemsen · 8 years ago
  89. 10e4357 Fix -test.run test selection with gotestmain by Dan Willemsen · 8 years ago
  90. e8a33ee Enable go tests for blueprint_tools by Dan Willemsen · 8 years ago
  91. 8c7fd39 Merge pull request #138 from colincross/test_symlink by colincross · 8 years ago
  92. da945bf Make symlink during test by Colin Cross · 8 years ago
  93. b431941 Merge pull request #108 from danw/globexclude by Dan Willemsen · 8 years ago
  94. 53f4950 Prevent glob from accessing hidden files by Dan Willemsen · 8 years ago
  95. f3218f6 Merge pull request #137 from colincross/name by colincross · 8 years ago
  96. dfb4c9f Add ModuleContext method to get dependency by name by Colin Cross · 8 years ago
  97. 92844f0 Merge pull request #136 from colincross/race by colincross · 8 years ago
  98. 0ce142c Fix data race when applying replacements by Colin Cross · 8 years ago
  99. 0f1fa92 Merge pull request #135 from colincross/deps by colincross · 8 years ago
  100. aa873e1 Support deps and depfile properties on build statements by Colin Cross · 8 years ago