aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/command.go
Commit message (Expand)AuthorAgeFilesLines
* Remove PrimaryBuilderExtraFlags and cull Args.HEADmasterLukacs T. Berki2021-09-081-39/+5
* Pass StopBefore as an argument to RunBlueprint.Lukacs T. Berki2021-09-071-9/+5
* Remove ConfigRemoveAbandonedFilesUnder.Lukacs T. Berki2021-09-061-10/+0
* Remove the bootstrap.Config class.Lukacs T. Berki2021-09-021-26/+3
* Simplify bootstrapping:Lukacs T. Berki2021-09-011-1/+0
* Remove some unnecessary arguments from Blueprint.Lukacs T. Berki2021-08-311-29/+20
* Remove Depfiles from bootstrap.Args .Lukacs T. Berki2021-08-271-1/+0
* Rename BuildDir and NinjaBuildDir.Lukacs T. Berki2021-08-261-4/+4
* Do not do glob-related things in RunBlueprint().Lukacs T. Berki2021-08-191-10/+0
* Remove global variables in command.go .Lukacs T. Berki2021-08-161-51/+7
* Remove the ability to emit Blueprint docs.Lukacs T. Berki2021-08-161-9/+0
* Separate the concept of subninjas and glob files.Lukacs T. Berki2021-08-161-7/+9
* Expose build-globs.ninja write function to android/soong.Jingwen Chen2021-08-121-10/+2
* Delete creation of empty glob fileSpandan Das2021-06-151-16/+0
* Merge "Speed up globs with sharding"Colin Cross2021-04-201-2/+2
|\
| * Speed up globs with shardingColin Cross2021-04-151-2/+2
* | Merge "Remove the extraNinjaFileDeps arg of RunBlueprint."Lukács T. Berki2021-04-191-12/+18
|\ \
| * | Remove the extraNinjaFileDeps arg of RunBlueprint.Lukacs T. Berki2021-04-151-12/+18
| |/
* / Use the correct build dir.Lukacs T. Berki2021-04-151-1/+1
|/
* Make Blueprint better callable from Go:Lukacs T. Berki2021-04-141-48/+29
* Make it possible to call the primary builder more than once.Lukacs T. Berki2021-04-141-13/+23
* Move primary builder command line computation.Lukacs T. Berki2021-04-121-3/+56
* Add an accessor function for the output Ninja file.Lukacs T. Berki2021-03-241-0/+4
* Remove the GeneratingPrimaryBuilder() method.Lukacs T. Berki2021-03-171-20/+20
* Make it possible to call Blueprint from Go.Lukacs T. Berki2021-03-171-65/+86
* Remove global variables from Blueprint.Lukacs T. Berki2021-03-171-5/+6
* Increase ninja file writer bufferColin Cross2021-01-211-1/+1
* Use io.StringWriter in ninjaWriterColin Cross2021-01-211-2/+2
* Create early-exit hook StopBeforeWriteNinjaChris Parsons2020-11-051-0/+6
* Add flag to use validations for testsColin Cross2020-07-091-0/+3
* Export ModuleListFile in bootstrap (with fix) (#304)c-parsons2020-06-151-12/+10
* Revert "Merge pull request #301 from c-parsons/modulelistfile"Colin Cross2020-06-111-5/+5
* Change bootstrap.moduleListFile to be exportedc-parsons2020-05-271-5/+5
* Actually write an empty ninja file with --empty-ninja-fileDan Willemsen2020-04-191-0/+6
* Fix primary builder reruns caused by globsColin Cross2020-01-161-19/+19
* Allow primary builder to change working directoryColin Cross2020-01-081-8/+19
* Move LoadHooks from Soong to BlueprintColin Cross2020-01-021-1/+1
* Write ninja file directly to the output fileColin Cross2019-01-231-10/+30
* Add --empty-ninja-file for test usecasesDan Willemsen2018-10-261-0/+8
* Run globs during earlier bootstrap phasesDan Willemsen2018-07-061-2/+16
* Allow primary builder to stop bootstrap earlyColin Cross2017-12-111-0/+6
* Refactor bpdocColin Cross2017-12-111-1/+1
* Support for a custom list of Blueprints files to parseJeff Gaston2017-10-301-12/+25
* Let mutators use ctx.AddNinjaFileDepsColin Cross2017-08-011-2/+3
* Unify .ninja_log filesDan Willemsen2017-07-241-4/+11
* Define everything in both stagesDan Willemsen2017-07-241-3/+2
* Use microfactory to build the bootstrap minibpDan Willemsen2017-07-241-5/+1
* Import globbing from SoongColin Cross2016-11-031-0/+2
* Merge pull request #127 from colincross/memprofilecolincross2016-10-121-0/+18
|\
| * Add support for memory profilingColin Cross2016-10-121-0/+18