1. 18ebb23 Add event handling to blueprint for metrics by Chris Parsons · 2 years, 3 months ago
  2. 62823dc use iota for "enum" by Usta Shrestha · 2 years, 5 months ago
  3. a67610a Allow soong_ui to set env vars for soong_build . by Lukacs T. Berki · 2 years, 5 months ago
  4. 1a1ec4b Merge "Set GODEBUG=asyncpreemptoff=1 for soong_build." by Lukács T. Berki · 2 years, 5 months ago
  5. 3dab514 Allow specifying the pool for soong_build calls. by Lukacs T. Berki · 2 years, 5 months ago
  6. 635fc35 Set GODEBUG=asyncpreemptoff=1 for soong_build. by Lukacs T. Berki · 2 years, 5 months ago
  7. 8e7786a Forward descriptions to primary build invocations. by Jingwen Chen · 2 years, 6 months ago
  8. 6fbc68d Move bpglob to outside of the Ninja action graph. by Lukacs T. Berki · 2 years, 7 months ago
  9. 0bf636f Merge "Change bpdoc to separate entries with the same type" by Trevor Radcliffe · 2 years, 7 months ago
  10. f12f1d7 Remove the -v argument from bpglob. by Lukacs T. Berki · 2 years, 7 months ago
  11. d14f342 Change bpdoc to separate entries with the same type by Trevor Radcliffe · 2 years, 7 months ago
  12. 37d151f Move bpglob out of ToolDir by Colin Cross · 2 years, 7 months ago
  13. 1109cd9 bpdocs for struct types created using reflection by Spandan Das · 2 years, 9 months ago
  14. d9d298c Remove UseValidationsForGoTests. by Lukacs T. Berki · 2 years, 9 months ago
  15. 5d5ed5f Remove PrimaryBuilderExtraFlags and cull Args. by Lukacs T. Berki · 2 years, 9 months ago
  16. 70d6564 Prefix file names with ctx.SrcDir() in docgen. by Lukacs T. Berki · 2 years, 9 months ago
  17. a9768e1 Pass StopBefore as an argument to RunBlueprint. by Lukacs T. Berki · 2 years, 9 months ago
  18. f99e89c Remove ConfigRemoveAbandonedFilesUnder. by Lukacs T. Berki · 2 years, 9 months ago
  19. 9b435b8 Make cmdline args consistent with what they do. by Lukacs T. Berki · 2 years, 9 months ago
  20. d782b50 Remove the bootstrap.Config class. by Lukacs T. Berki · 2 years, 9 months ago
  21. ceb3c43 Simplify bootstrapping: by Lukacs T. Berki · 2 years, 9 months ago
  22. ce41c16 Remove some unnecessary arguments from Blueprint. by Lukacs T. Berki · 2 years, 9 months ago
  23. 0459f6b Remove Depfiles from bootstrap.Args . by Lukacs T. Berki · 2 years, 10 months ago
  24. 5c4abb1 Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 2 years, 10 months ago
  25. 51b6259 Do not separate .primary and .bootstrap dirs. by Lukacs T. Berki · 2 years, 10 months ago
  26. 5f0a740 Do not reference Ninja variables in Makefiles. by Lukacs T. Berki · 2 years, 10 months ago
  27. 008b6ea Do not do glob-related things in RunBlueprint(). by Lukacs T. Berki · 2 years, 10 months ago
  28. 6ec924c Remove Srcdir() from BootstrapConfig. by Lukacs T. Berki · 2 years, 10 months ago
  29. 980c1f0 Remove global variables in command.go . by Lukacs T. Berki · 2 years, 10 months ago
  30. 016a7dd Delete support for standalone Blueprint. by Lukacs T. Berki · 2 years, 10 months ago
  31. 64ee426 Remove the ability to emit Blueprint docs. by Lukacs T. Berki · 2 years, 10 months ago
  32. 0eb24a7 Explain why build.ninja is a non-default output. by Lukacs T. Berki · 2 years, 10 months ago
  33. d3a0637 Separate the concept of subninjas and glob files. by Lukacs T. Berki · 2 years, 10 months ago
  34. 8979d4c Expose build-globs.ninja write function to android/soong. by Jingwen Chen · 2 years, 10 months ago
  35. 3a49591 Delete creation of empty glob file by Spandan Das · 3 years ago
  36. 0f0e304 Add `blueprint_go_packages` phony to build all go packages by Dan Willemsen · 3 years, 1 month ago
  37. 9021eef Merge "Speed up globs with sharding" by Colin Cross · 3 years, 2 months ago
  38. d04dcc8 Merge "Remove the extraNinjaFileDeps arg of RunBlueprint." by Lukács T. Berki · 3 years, 2 months ago
  39. 8308aab Merge "Use the correct build dir." by Lukács T. Berki · 3 years, 2 months ago
  40. 2523698 Speed up globs with sharding by Colin Cross · 3 years, 2 months ago
  41. 45222ec Merge "Version bpglob command line arguments" by Colin Cross · 3 years, 2 months ago
  42. f646afb Use the correct build dir. by Lukacs T. Berki · 3 years, 2 months ago
  43. f4d43ac Remove the extraNinjaFileDeps arg of RunBlueprint. by Lukacs T. Berki · 3 years, 2 months ago
  44. 7e6f6b7 Version bpglob command line arguments by Colin Cross · 3 years, 2 months ago
  45. 98e0efb Make Blueprint better callable from Go: by Lukacs T. Berki · 3 years, 2 months ago
  46. 78df853 Make it possible to call the primary builder more than once. by Lukacs T. Berki · 3 years, 2 months ago
  47. 5ce0d78 Merge "Make Glob return a GlobResult" by Colin Cross · 3 years, 2 months ago
  48. 77ef79b Move primary builder command line computation. by Lukacs T. Berki · 3 years, 2 months ago
  49. 67c9925 Make Glob return a GlobResult by Colin Cross · 3 years, 2 months ago
  50. a9ec694 Add an accessor function for the output Ninja file. by Lukacs T. Berki · 3 years, 3 months ago
  51. a4c074b Add comment about what -N -l does. by Lukacs T. Berki · 3 years, 3 months ago
  52. 07a91f0 Add a flag to compile Go code for debugging. by Lukacs T. Berki · 3 years, 3 months ago
  53. b3b9cb6 Remove the GeneratingPrimaryBuilder() method. by Lukacs T. Berki · 3 years, 3 months ago
  54. 7ea1c16 Make it possible to call Blueprint from Go. by Lukacs T. Berki · 3 years, 3 months ago
  55. 5353744 Remove global variables from Blueprint. by Lukacs T. Berki · 3 years, 3 months ago
  56. 51868f1 Merge "Fix quoting issues when generating build.ninja ." by Lukács T. Berki · 3 years, 3 months ago
  57. 0bd3de3 Fix quoting issues when generating build.ninja . by Lukacs T. Berki · 3 years, 3 months ago
  58. 7d2e60e Use stageDir() to determine the install directory. by Lukacs T. Berki · 3 years, 3 months ago
  59. 122b3ee Make debugging easier: by Lukacs T. Berki · 3 years, 3 months ago
  60. f802ffc cd / before generating build.ninja . by Lukacs T. Berki · 3 years, 4 months ago
  61. c8b9e55 Increase ninja file writer buffer by Colin Cross · 3 years, 5 months ago
  62. 0335e09 Use io.StringWriter in ninjaWriter by Colin Cross · 3 years, 5 months ago
  63. 7ceeeaf Remove unnecessary depFile parameter from GlobFile by Colin Cross · 3 years, 7 months ago
  64. 5e83426 Create early-exit hook StopBeforeWriteNinja by Chris Parsons · 3 years, 7 months ago
  65. 764a771 Identify the type of the list for bpdocs (#326) by Liz Kammer · 3 years, 7 months ago
  66. 2068e08 Correct bug in generating anonymous nested props by Liz Kammer · 3 years, 8 months ago
  67. 5c9fe38 Add docs for nested and embedded structs by Liz Kammer · 3 years, 9 months ago
  68. d2458a2 Enable variants of bootstrap modules by Colin Cross · 3 years, 9 months ago
  69. 9810dcd Update bpdocs to filter nested properties by tags (#312) by Liz Kammer · 3 years, 11 months ago
  70. 0cdec99 Add flag to use validations for tests by Colin Cross · 4 years ago
  71. 5525265 Stop writing depfiles from Glob singleton by Dan Willemsen · 4 years ago
  72. fe2fa04 Export ModuleListFile in bootstrap (with fix) (#304) by c-parsons · 4 years ago
  73. bae4de9 Revert "Merge pull request #301 from c-parsons/modulelistfile" by Colin Cross · 4 years ago
  74. f897514 Revert "Always emit rules for tests and add phony to run them" by Colin Cross · 4 years ago
  75. 8690f8f Change bootstrap.moduleListFile to be exported by c-parsons · 4 years ago
  76. 63085f9 Always emit rules for tests and add phony to run them by Colin Cross · 4 years, 1 month ago
  77. 6c6c103 Actually write an empty ninja file with --empty-ninja-file by Dan Willemsen · 4 years, 2 months ago
  78. 571f77a Remove blueprint:"filter(*)" tag support by Colin Cross · 4 years, 5 months ago
  79. 67d0cbe Fix missing glob filelists when sandboxed by Colin Cross · 4 years, 5 months ago
  80. 1cda3fd Fix primary builder reruns caused by globs by Colin Cross · 4 years, 5 months ago
  81. c5fa50e Allow primary builder to change working directory by Colin Cross · 4 years, 6 months ago
  82. f27c5e4 Move unpackProperties to proptools and export it by Colin Cross · 4 years, 5 months ago
  83. da70fd0 Move LoadHooks from Soong to Blueprint by Colin Cross · 4 years, 5 months ago
  84. 16fec72 Move outputs of bootstrap modules in main stage to separate directory by Colin Cross · 4 years, 8 months ago
  85. a2bc585 Fix compiling binaries with go 1.13 by Colin Cross · 4 years, 9 months ago
  86. 0e112a8 Revert "Put the primary builder into the console pool" by Colin Cross · 5 years ago
  87. 8ea996f Put the primary builder into the console pool by Colin Cross · 5 years ago
  88. bd0f6c3 Skip mutated struct properties in bpdoc. by Jaewoong Jung · 5 years ago
  89. c708e1c Avoid exiting with errors in bpglob by Colin Cross · 5 years ago
  90. 8bc6bf1 bpdoc preformatted text improvments by Jaewoong Jung · 5 years ago
  91. 797563b Export CollapseDuplicateProperties, Soong writedocs uses it by Sasha Smundak · 5 years ago
  92. 781f6b2 bpdoc improvements by Jaewoong Jung · 5 years ago
  93. de7afaa Write ninja file directly to the output file by Colin Cross · 5 years ago
  94. dac90d3 Add --empty-ninja-file for test usecases by Dan Willemsen · 6 years ago
  95. 1be9abc Add link dependency on test package archive by Colin Cross · 6 years ago
  96. 0e58dc0 Add missing dependencies when linking tests by Colin Cross · 6 years ago
  97. 6c92af9 Enable restat for go binaries by Colin Cross · 6 years ago
  98. 734f20c Fix issues found by `go vet` by Dan Willemsen · 6 years ago
  99. ab223a5 Run globs during earlier bootstrap phases by Dan Willemsen · 6 years ago
  100. ff2c5b4 Merge pull request #203 from danw/numcpu_cap by Dan Willemsen · 6 years ago