aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Remove PrimaryBuilderExtraFlags and cull Args.HEADmasterLukacs T. Berki2021-09-081-39/+5
* Prefix file names with ctx.SrcDir() in docgen.Lukacs T. Berki2021-09-081-78/+3
* Pass StopBefore as an argument to RunBlueprint.Lukacs T. Berki2021-09-072-13/+6
* Remove ConfigRemoveAbandonedFilesUnder.Lukacs T. Berki2021-09-063-195/+0
* Make cmdline args consistent with what they do.Lukacs T. Berki2021-09-021-2/+2
* Remove the bootstrap.Config class.Lukacs T. Berki2021-09-023-71/+28
* Simplify bootstrapping:Lukacs T. Berki2021-09-014-49/+19
* Remove some unnecessary arguments from Blueprint.Lukacs T. Berki2021-08-313-74/+51
* Remove Depfiles from bootstrap.Args .Lukacs T. Berki2021-08-272-2/+0
* Rename BuildDir and NinjaBuildDir.Lukacs T. Berki2021-08-264-36/+36
* Do not separate .primary and .bootstrap dirs.Lukacs T. Berki2021-08-191-24/+15
* Do not reference Ninja variables in Makefiles.Lukacs T. Berki2021-08-191-9/+13
* Do not do glob-related things in RunBlueprint().Lukacs T. Berki2021-08-193-81/+59
* Remove Srcdir() from BootstrapConfig.Lukacs T. Berki2021-08-162-6/+2
* Remove global variables in command.go .Lukacs T. Berki2021-08-163-57/+18
* Delete support for standalone Blueprint.Lukacs T. Berki2021-08-166-287/+6
* Remove the ability to emit Blueprint docs.Lukacs T. Berki2021-08-162-48/+0
* Explain why build.ninja is a non-default output.Lukacs T. Berki2021-08-161-0/+3
* Separate the concept of subninjas and glob files.Lukacs T. Berki2021-08-164-32/+33
* Expose build-globs.ninja write function to android/soong.Jingwen Chen2021-08-122-16/+22
* Delete creation of empty glob fileSpandan Das2021-06-151-16/+0
* Add `blueprint_go_packages` phony to build all go packagesDan Willemsen2021-05-241-7/+34
* Merge "Speed up globs with sharding"Colin Cross2021-04-203-27/+179
|\
| * Speed up globs with shardingColin Cross2021-04-153-27/+179
* | 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
* | | Merge "Use the correct build dir."Lukács T. Berki2021-04-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Use the correct build dir.Lukacs T. Berki2021-04-151-1/+1
| |/
* | Merge "Version bpglob command line arguments"Colin Cross2021-04-152-15/+98
|\ \ | |/ |/|
| * Version bpglob command line argumentsColin Cross2021-04-142-15/+98
* | Make Blueprint better callable from Go:Lukacs T. Berki2021-04-143-50/+31
* | Make it possible to call the primary builder more than once.Lukacs T. Berki2021-04-142-15/+25
* | Merge "Make Glob return a GlobResult"Colin Cross2021-04-131-3/+1
|\|
| * Make Glob return a GlobResultColin Cross2021-04-081-3/+1
* | Move primary builder command line computation.Lukacs T. Berki2021-04-123-65/+92
|/
* Add an accessor function for the output Ninja file.Lukacs T. Berki2021-03-241-0/+4
* Add comment about what -N -l does.Lukacs T. Berki2021-03-181-0/+1
* Add a flag to compile Go code for debugging.Lukacs T. Berki2021-03-172-1/+11
* Remove the GeneratingPrimaryBuilder() method.Lukacs T. Berki2021-03-172-32/+23
* Make it possible to call Blueprint from Go.Lukacs T. Berki2021-03-175-96/+117
* Remove global variables from Blueprint.Lukacs T. Berki2021-03-177-31/+49
* Merge "Fix quoting issues when generating build.ninja ."Lukács T. Berki2021-03-101-1/+17
|\
| * Fix quoting issues when generating build.ninja .Lukacs T. Berki2021-03-091-1/+17
* | Use stageDir() to determine the install directory.Lukacs T. Berki2021-03-081-3/+1
|/
* Make debugging easier:Lukacs T. Berki2021-03-031-1/+1
* cd / before generating build.ninja .Lukacs T. Berki2021-03-031-2/+4
* Increase ninja file writer bufferColin Cross2021-01-211-1/+1
* Use io.StringWriter in ninjaWriterColin Cross2021-01-211-2/+2
* Remove unnecessary depFile parameter from GlobFileColin Cross2020-11-101-8/+4
* Create early-exit hook StopBeforeWriteNinjaChris Parsons2020-11-052-0/+7