1. f1aff1f Replace README.md with an archival announcement. by Lukacs T. Berki · 4 years, 4 months ago
  2. 2aa510c Always shard structs if they would exceed maxNameSize even if unfiltered by Paul Duffin · 4 years, 4 months ago
  3. a9ec694 Add an accessor function for the output Ninja file. by Lukacs T. Berki · 4 years, 5 months ago
  4. a4c074b Add comment about what -N -l does. by Lukacs T. Berki · 4 years, 5 months ago
  5. 07a91f0 Add a flag to compile Go code for debugging. by Lukacs T. Berki · 4 years, 5 months ago
  6. b3b9cb6 Remove the GeneratingPrimaryBuilder() method. by Lukacs T. Berki · 4 years, 5 months ago
  7. 7ea1c16 Make it possible to call Blueprint from Go. by Lukacs T. Berki · 4 years, 5 months ago
  8. 5353744 Remove global variables from Blueprint. by Lukacs T. Berki · 4 years, 5 months ago
  9. ddb5ed7 Add ShellEscapeIncludingSpaces(string) by Jooyung Han · 4 years, 5 months ago
  10. 51868f1 Merge "Fix quoting issues when generating build.ninja ." by Lukács T. Berki · 4 years, 5 months ago
  11. 73dd495 Merge "Fix numericStringLess and add tests" by Colin Cross · 4 years, 5 months ago
  12. 0bd3de3 Fix quoting issues when generating build.ninja . by Lukacs T. Berki · 4 years, 5 months ago
  13. eb15c12 Fix numericStringLess and add tests by Colin Cross · 4 years, 5 months ago
  14. 7d2e60e Use stageDir() to determine the install directory. by Lukacs T. Berki · 4 years, 5 months ago
  15. 122b3ee Make debugging easier: by Lukacs T. Berki · 4 years, 5 months ago
  16. f802ffc cd / before generating build.ninja . by Lukacs T. Berki · 4 years, 6 months ago
  17. 8d9d43c Merge "propertyIndexesWithTag can handle slice of struct" am: 2910183696 by Treehugger Robot · 4 years, 5 months ago
  18. 764d29e Add preupload hooks to build/blueprint am: 747b95206b by Colin Cross · 4 years, 5 months ago
  19. 2910183 Merge "propertyIndexesWithTag can handle slice of struct" by Treehugger Robot · 4 years, 5 months ago
  20. 747b952 Add preupload hooks to build/blueprint by Colin Cross · 4 years, 5 months ago
  21. b48d4ae propertyIndexesWithTag can handle slice of struct by Jiyong Park · 4 years, 5 months ago
  22. f4c3ff6 Mark ab/7061308 as merged in stage. by Xin Li · 4 years, 6 months ago
  23. e3abb5c Merge "Make bpfmt use exit codes even when reading from stdin." am: 0335565677 by Treehugger Robot · 4 years, 6 months ago
  24. 0335565 Merge "Make bpfmt use exit codes even when reading from stdin." by Treehugger Robot · 4 years, 6 months ago
  25. 9033c95 Make bpfmt use exit codes even when reading from stdin. by Hunter Knepshield · 4 years, 6 months ago
  26. 9d5b604 Fix ReplaceExtension am: 8ec690764e by Thiébaud Weksteen · 4 years, 6 months ago
  27. 8ec6907 Fix ReplaceExtension by Thiébaud Weksteen · 4 years, 6 months ago
  28. 8cb0bda Merge remote-tracking branch 'aosp/upstream' am: e980b25b95 by Colin Cross · 4 years, 6 months ago
  29. e980b25 Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 6 months ago
  30. aef5f3b Merge pull request #344 from colincross/parallel by colincross · 4 years, 6 months ago
  31. 7d4958d Fix detecting cycles in parallelVisit by Colin Cross · 4 years, 6 months ago
  32. e095095 Merge pull request #338 from francois-berder/optimize-hastag by colincross · 4 years, 6 months ago
  33. 1ac43bd Optimize HasTag function by Francois Berder · 4 years, 7 months ago
  34. d7e36a2 Merge remote-tracking branch 'aosp/upstream' am: 3b6c68cd9e by Colin Cross · 4 years, 6 months ago
  35. 3b6c68c Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 7 months ago
  36. 22343ff Merge pull request #342 from colincross/optimize_updateDependencies by colincross · 4 years, 7 months ago
  37. 2a29698 Merge pull request #343 from colincross/optimize_ninja_writer by colincross · 4 years, 7 months ago
  38. 7ff2e8d Optimize updateDependencies by Colin Cross · 4 years, 7 months ago
  39. 6715ce4 Merge remote-tracking branch 'aosp/upstream' am: eecfdd316b by Colin Cross · 4 years, 7 months ago
  40. 8a40148 Write build definitions directly to output writer by Colin Cross · 4 years, 7 months ago
  41. 92054a4 Memoize full names of variables, pools and rules by Colin Cross · 4 years, 7 months ago
  42. 00890dd Optimize arg parsing in buildDef.WriteTo by Colin Cross · 4 years, 7 months ago
  43. c8b9e55 Increase ninja file writer buffer by Colin Cross · 4 years, 7 months ago
  44. 0335e09 Use io.StringWriter in ninjaWriter by Colin Cross · 4 years, 7 months ago
  45. eecfdd3 Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 7 months ago
  46. bcd5686 Merge pull request #341 from colincross/optimize_glob by colincross · 4 years, 7 months ago
  47. a64ca94 Return a copy of glob lists by Colin Cross · 4 years, 7 months ago
  48. 3d9a6b3 Merge remote-tracking branch 'aosp/upstream' am: e7bc78aa7b by Colin Cross · 4 years, 7 months ago
  49. ee9fe36 Merge remote-tracking branch 'aosp/upstream' am: 92ca1968cf by Colin Cross · 4 years, 7 months ago
  50. e7bc78a Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 7 months ago
  51. 2b2b9f2 Merge pull request #340 from colincross/optimize_glob by colincross · 4 years, 7 months ago
  52. 4604a81 Use info.IsDir() instead of info.Mode()&os.ModeDir != 0 by Colin Cross · 4 years, 7 months ago
  53. 49a8b95 Merge pull request #339 from colincross/optimize_glob by colincross · 4 years, 7 months ago
  54. e535c97 Remove redundant stat/lstat calls from glob by Colin Cross · 4 years, 7 months ago
  55. 92ca196 Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 7 months ago
  56. 94a5c01 Merge pull request #337 from colincross/map_assign by colincross · 4 years, 7 months ago
  57. 3adb240 Fix silently ignoring values assigned to map properties by Colin Cross · 4 years, 7 months ago
  58. f6ef155 Use UnpackError for incorrect property type errors by Colin Cross · 4 years, 7 months ago
  59. 461d950 Improve unpack testing by Colin Cross · 6 years ago
  60. 819320d Merge remote-tracking branch 'aosp/upstream' am: 52176e9851 am: 9492c29702 by Colin Cross · 4 years, 8 months ago
  61. 9492c29 Merge remote-tracking branch 'aosp/upstream' am: 52176e9851 by Colin Cross · 4 years, 8 months ago
  62. 52176e9 Merge remote-tracking branch 'aosp/upstream' by Colin Cross · 4 years, 8 months ago
  63. 53e92a0 bpmodify: support numerical sort (#332) by Jooyung Han · 4 years, 8 months ago
  64. cfa2e91 Actually pause mutators when adding dependencies (#335) by colincross · 4 years, 8 months ago
  65. 1c43642 Merge remote-tracking branch 'aosp/upstream' am: f41959b79a am: 14e63c229f by Liz Kammer · 4 years, 8 months ago
  66. 14e63c2 Merge remote-tracking branch 'aosp/upstream' am: f41959b79a by Liz Kammer · 4 years, 8 months ago
  67. f41959b Merge remote-tracking branch 'aosp/upstream' by Liz Kammer · 4 years, 8 months ago
  68. 9ae14f1 Invalidate module group cache if deps are modified (#334) by Liz Kammer · 4 years, 8 months ago
  69. 16754d1 Fix github builds for deprecated set-env and add-path commands (#333) by colincross · 4 years, 9 months ago
  70. 28cb7d0 Mark ab/6881855 as merged am: 96e94e8469 by Xin Li · 4 years, 9 months ago
  71. 96e94e8 Mark ab/6881855 as merged by Xin Li · 4 years, 9 months ago
  72. 0f1637b Improve formatting of some error messages. (#327) by Martin Stjernholm · 4 years, 9 months ago
  73. aed8eb3 Merge remote-tracking branch 'upstream/master' into pull-upstream-3 am: e5dbb9140d am: ec7e2de0fb am: fed2602691 by Chris Parsons · 4 years, 9 months ago
  74. fed2602 Merge remote-tracking branch 'upstream/master' into pull-upstream-3 am: e5dbb9140d am: ec7e2de0fb by Chris Parsons · 4 years, 9 months ago
  75. ec7e2de Merge remote-tracking branch 'upstream/master' into pull-upstream-3 am: e5dbb9140d by Chris Parsons · 4 years, 9 months ago
  76. e5dbb91 Merge remote-tracking branch 'upstream/master' into pull-upstream-3 by Chris Parsons · 4 years, 9 months ago
  77. 660bb7a Merge pull request #330 from colincross/glob by colincross · 4 years, 9 months ago
  78. 7ceeeaf Remove unnecessary depFile parameter from GlobFile by Colin Cross · 4 years, 9 months ago
  79. bcdfcce Create early-exit hook StopBeforeWriteNinja by c-parsons · 4 years, 9 months ago
  80. 5e83426 Create early-exit hook StopBeforeWriteNinja by Chris Parsons · 4 years, 9 months ago
  81. 22a4db7 Merge remote-tracking branch 'aosp/upstream' am: 8e7ee04085 am: ea33b30d21 am: 1e67daa70c by Liz Kammer · 4 years, 9 months ago
  82. 1e67daa Merge remote-tracking branch 'aosp/upstream' am: 8e7ee04085 am: ea33b30d21 by Liz Kammer · 4 years, 9 months ago
  83. ea33b30 Merge remote-tracking branch 'aosp/upstream' am: 8e7ee04085 by Liz Kammer · 4 years, 9 months ago
  84. 8e7ee04 Merge remote-tracking branch 'aosp/upstream' by Liz Kammer · 4 years, 9 months ago
  85. 764a771 Identify the type of the list for bpdocs (#326) by Liz Kammer · 4 years, 9 months ago
  86. 553283e Merge remote-tracking branch 'upstream/master' into update-upstream am: 1e649618d2 am: bc2659ab68 am: cb66253152 by Jingwen Chen · 4 years, 10 months ago
  87. cb66253 Merge remote-tracking branch 'upstream/master' into update-upstream am: 1e649618d2 am: bc2659ab68 by Jingwen Chen · 4 years, 10 months ago
  88. bc2659a Merge remote-tracking branch 'upstream/master' into update-upstream am: 1e649618d2 by Jingwen Chen · 4 years, 10 months ago
  89. 1e64961 Merge remote-tracking branch 'upstream/master' into update-upstream by Jingwen Chen · 4 years, 10 months ago
  90. ed35255 Merge pull request #322 from jin/symlink_outputs by Liz Kammer · 4 years, 10 months ago
  91. e312377 Refactor OWNERS in platform/build/blueprint am: 7ae25b01ac am: 0e42907d7a am: 812c9665e7 by Joe Onorato · 4 years, 10 months ago
  92. 812c966 Refactor OWNERS in platform/build/blueprint am: 7ae25b01ac am: 0e42907d7a by Joe Onorato · 4 years, 10 months ago
  93. 0e42907 Refactor OWNERS in platform/build/blueprint am: 7ae25b01ac by Joe Onorato · 4 years, 10 months ago
  94. e364d15 [automerger skipped] Skip ab/6749736 in stage. am: 3be9945d0b -s ours am: 0bd79ecf19 -s ours by Xin Li · 4 years, 10 months ago
  95. 0bd79ec [automerger skipped] Skip ab/6749736 in stage. am: 3be9945d0b -s ours by Xin Li · 4 years, 10 months ago
  96. 3be9945 Skip ab/6749736 in stage. by Xin Li · 4 years, 10 months ago
  97. 7ae25b0 Refactor OWNERS in platform/build/blueprint by Joe Onorato · 4 years, 10 months ago
  98. fd8af0b Add support for symlink_outputs to Blueprint by Jingwen Chen · 4 years, 10 months ago
  99. 380c101 Merge "Merge remote-tracking branch 'aosp/upstream'" am: e0118ca809 am: ec677dd8e0 am: 53e5a32c18 by Treehugger Robot · 4 years, 10 months ago
  100. 53e5a32 Merge "Merge remote-tracking branch 'aosp/upstream'" am: e0118ca809 am: ec677dd8e0 by Treehugger Robot · 4 years, 10 months ago