- 0f1637b Improve formatting of some error messages. (#327) by Martin Stjernholm · 4 years ago
- 660bb7a Merge pull request #330 from colincross/glob by colincross · 4 years ago
- 7ceeeaf Remove unnecessary depFile parameter from GlobFile by Colin Cross · 4 years ago
- bcdfcce Create early-exit hook StopBeforeWriteNinja by c-parsons · 4 years ago
- 5e83426 Create early-exit hook StopBeforeWriteNinja by Chris Parsons · 4 years ago
- 764a771 Identify the type of the list for bpdocs (#326) by Liz Kammer · 4 years ago
- ed35255 Merge pull request #322 from jin/symlink_outputs by Liz Kammer · 4 years, 1 month ago
- fd8af0b Add support for symlink_outputs to Blueprint by Jingwen Chen · 4 years, 1 month ago
- 25128be Merge pull request #325 from jin/codeowners by colincross · 4 years, 1 month ago
- 8a43c1b Add CODEOWNERS: @google/blueprint by Jingwen Chen · 4 years, 1 month ago
- f20c9c3 Merge pull request #324 from lizkammer/fix by Liz Kammer · 4 years, 1 month ago
- 2068e08 Correct bug in generating anonymous nested props by Liz Kammer · 4 years, 1 month ago
- a10477e Merge pull request #323 from lizkammer/bpdocs by Liz Kammer · 4 years, 1 month ago
- 5c9fe38 Add docs for nested and embedded structs by Liz Kammer · 4 years, 2 months ago
- 8a747a0 Merge pull request #309 from colincross/providers by colincross · 4 years, 2 months ago
- 2da8492 Add Providers to Blueprint by Colin Cross · 4 years, 5 months ago
- 66fa73d Merge pull request #316 from skvadrik/add-dep-ret-mod by colincross · 4 years, 2 months ago
- ca601ee Merge pull request #318 from colincross/pause_parallel_visit by colincross · 4 years, 2 months ago
- 9577bbc Return dependency modules from dependency-adding methods. by Ulya Trafimovich · 4 years, 3 months ago
- c4773d9 Support pausing parallelVisit by Colin Cross · 4 years, 3 months ago
- 4b3efdc Merge pull request #321 from colincross/far_variations by colincross · 4 years, 2 months ago
- edbdb8c Relax check in moduleMatchingVariant by Colin Cross · 4 years, 2 months ago
- 277bac9 Merge pull request #317 from colincross/far_variations by colincross · 4 years, 2 months ago
- 5dc6759 Fix AddFarVariationDependencies subset checks by Colin Cross · 4 years, 3 months ago
- 5df74a8 Maintain ordering between variants and aliases by Colin Cross · 4 years, 3 months ago
- 39644c0 Add tests for findVariant by Colin Cross · 4 years, 3 months ago
- ad63e18 Merge pull request #320 from colincross/bootstrap_variants by colincross · 4 years, 2 months ago
- d2458a2 Enable variants of bootstrap modules by Colin Cross · 4 years, 2 months ago
- 1892652 Make VisitAllModuleVariants, PrimaryModule and FinalModule available to mutators by Colin Cross · 4 years, 3 months ago
- 34e8ddd Merge pull request #294 from silverneko/master by Dan Willemsen · 4 years, 3 months ago
- bc973ff Merge pull request #314 from colincross/alias_variations by colincross · 4 years, 3 months ago
- 279489c Add CreateAliasVariation by Colin Cross · 4 years, 3 months ago
- edc4176 Combine variant fields into variant struct by Colin Cross · 4 years, 3 months ago
- 576b0fd Merge pull request #313 from colincross/inclusive by colincross · 4 years, 4 months ago
- 5de3dc0 Android inclusive language fixit. Make comment more succinct, clear and remove use of term "sanity". by Daniel Cardenas · 4 years, 4 months ago
- 9810dcd Update bpdocs to filter nested properties by tags (#312) by Liz Kammer · 4 years, 4 months ago
- 9459480 Merge pull request #308 from colincross/modulepath by colincross · 4 years, 4 months ago
- ab003ff Merge pull request #311 from colincross/validations by colincross · 4 years, 4 months ago
- 0cdec99 Add flag to use validations for tests by Colin Cross · 4 years, 4 months ago
- 9ece72b Add Validations support to Blueprint by Colin Cross · 4 years, 4 months ago
- 8e454c5 Remove unused Context.ModulePath by Colin Cross · 4 years, 5 months ago
- e635dc0 Merge pull request #307 from paulduffin/master by colincross · 4 years, 5 months ago
- 8969cb6 Add ReplaceDependeciesIf to allow for conditional replacement by Paul Duffin · 4 years, 5 months ago
- fe13954 Merge pull request #306 from danw/globs by Dan Willemsen · 4 years, 5 months ago
- 5525265 Stop writing depfiles from Glob singleton by Dan Willemsen · 4 years, 5 months ago
- 2c0cd0a Merge pull request #305 from danw/ghactions by Dan Willemsen · 4 years, 5 months ago
- bb7ecb7 Use github actions instead of travis by Dan Willemsen · 4 years, 5 months ago
- fe2fa04 Export ModuleListFile in bootstrap (with fix) (#304) by c-parsons · 4 years, 5 months ago
- 743261c Merge pull request #303 from colincross/blueprint_tests by colincross · 4 years, 5 months ago
- bae4de9 Revert "Merge pull request #301 from c-parsons/modulelistfile" by Colin Cross · 4 years, 5 months ago
- f897514 Revert "Always emit rules for tests and add phony to run them" by Colin Cross · 4 years, 5 months ago
- 1160e98 Merge pull request #301 from c-parsons/modulelistfile by colincross · 4 years, 6 months ago
- 01e094f Revert changes to singleton_ctx.go by c-parsons · 4 years, 6 months ago
- 8690f8f Change bootstrap.moduleListFile to be exported by c-parsons · 4 years, 6 months ago
- 3a153ec Merge pull request #300 from marstj/master by colincross · 4 years, 6 months ago
- 2f21247 Add ctx.OtherModule(Reverse)DependencyVariantExists. by Martin Stjernholm · 4 years, 9 months ago
- 56a06b3 Add a getter for ModuleListFile to SingletonContext by Chris Parsons · 4 years, 6 months ago
- 2bcc43c Merge pull request #299 from paulduffin/master by colincross · 4 years, 6 months ago
- 2a2c58e Support checking syntax of generated Blueprint files by Paul Duffin · 4 years, 6 months ago
- 3017498 Merge pull request #298 from colincross/blueprint_tests by colincross · 4 years, 6 months ago
- 63085f9 Always emit rules for tests and add phony to run them by Colin Cross · 4 years, 6 months ago
- b0fe51a Merge pull request #297 from paulduffin/master by colincross · 4 years, 7 months ago
- 244033b Run LoadHooks before registering module by Paul Duffin · 4 years, 7 months ago
- 2a062a2 Merge pull request #296 from danw/emptyfile by Dan Willemsen · 4 years, 7 months ago
- 6c6c103 Actually write an empty ninja file with --empty-ninja-file by Dan Willemsen · 4 years, 7 months ago
- 6957a46 Merge pull request #293 from paulduffin/master by colincross · 4 years, 8 months ago
- b138d49 bpmodify: handle nested properties by Yo Chiang · 4 years, 9 months ago
- 72bab17 WalkDeps - only record module visited when it has been recursed into by Paul Duffin · 4 years, 8 months ago
- ef33c90 Merge pull request #292 from paulduffin/master by colincross · 4 years, 8 months ago
- b77556b Allow missing variants when allowMissingDependencies=true by Paul Duffin · 4 years, 8 months ago
- 215230a Merge pull request #291 from silverneko/bpmodify-exit by Dan Willemsen · 4 years, 9 months ago
- 9342b43 bpmodify: fix os.Exit() shouldn't shadow panic() by Yo Chiang · 4 years, 9 months ago
- aa919dd Merge pull request #290 from silverneko/bpmodify-exitcode by Dan Willemsen · 4 years, 9 months ago
- 5714208 Merge pull request #289 from silverneko/bpmodify-usage by Dan Willemsen · 4 years, 9 months ago
- e5a91f5 bpmodify: respect exitCode by Yo Chiang · 4 years, 9 months ago
- ca69407 Merge pull request #288 from asmundak/master by asmundak · 4 years, 9 months ago
- 3edfbc2 Set bpmodify usage function by Yo Chiang · 4 years, 9 months ago
- de4d9f9 Fix bug in buildPropertyMap in previous commit. by Sasha Smundak · 4 years, 9 months ago
- 03d3ee5 Merge pull request #287 from colincross/mutator_ninja_file_deps by colincross · 4 years, 9 months ago
- ab0a83f Fix missing dependencies from mutators by Colin Cross · 4 years, 9 months ago
- 86497ca Merge pull request #286 from asmundak/master by asmundak · 4 years, 9 months ago
- 29fdcad Implement list of maps by Sasha Smundak · 4 years, 9 months ago
- c42ef96 Merge pull request #284 from colincross/uppercase_properties by colincross · 4 years, 10 months ago
- fc6efcb Fix PropertyNameForField for X86. by Colin Cross · 4 years, 10 months ago
- d851df9 Merge pull request #283 from colincross/uppercase_properties by colincross · 4 years, 10 months ago
- 3bbbdf3 Support unpacking capitalized property names by Colin Cross · 4 years, 10 months ago
- a5eeec2 Merge pull request #282 from colincross/ninjastring by colincross · 4 years, 10 months ago
- 2ce594e Make ninjaString an interface by Colin Cross · 4 years, 10 months ago
- 38e095a Merge pull request #281 from colincross/proptools_consistency by colincross · 4 years, 10 months ago
- 5d57b2d Make proptools functions consistently take *struct types by Colin Cross · 4 years, 10 months ago
- 6898d26 Add isStruct and isStructPtr helpers by Colin Cross · 4 years, 10 months ago
- 30f225b Merge pull request #280 from asmundak/master by asmundak · 4 years, 10 months ago
- 77418b7 Fix null pointer dereference printing an expression. by Sasha Smundak · 4 years, 10 months ago
- 0c4d1db Merge pull request #278 from colincross/filtershard by colincross · 4 years, 10 months ago
- 571f77a Remove blueprint:"filter(*)" tag support by Colin Cross · 4 years, 10 months ago
- b89d91c Make FilterPropertyStructSharded smarter by Colin Cross · 4 years, 10 months ago
- 6ea3f9d Merge pull request #277 from colincross/glob_incremental by colincross · 4 years, 10 months ago
- 67d0cbe Fix missing glob filelists when sandboxed by Colin Cross · 4 years, 10 months ago
- 1cda3fd Fix primary builder reruns caused by globs by Colin Cross · 4 years, 10 months ago
- b92b466 Merge pull request #276 from colincross/blueprintsfile by colincross · 4 years, 10 months ago