aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
...
* Identify the type of the list for bpdocs (#326)Liz Kammer2020-11-043-41/+116
* Correct bug in generating anonymous nested propsLiz Kammer2020-10-051-3/+4
* Add docs for nested and embedded structsLiz Kammer2020-09-254-22/+158
* Enable variants of bootstrap modulesColin Cross2020-09-091-9/+37
* Update bpdocs to filter nested properties by tags (#312)Liz Kammer2020-07-284-21/+102
* Add flag to use validations for testsColin Cross2020-07-093-15/+35
* Stop writing depfiles from Glob singletonDan Willemsen2020-06-241-5/+7
* 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
* Revert "Always emit rules for tests and add phony to run them"Colin Cross2020-06-111-29/+15
* Change bootstrap.moduleListFile to be exportedc-parsons2020-05-271-5/+5
* Always emit rules for tests and add phony to run themColin Cross2020-05-121-15/+29
* Actually write an empty ninja file with --empty-ninja-fileDan Willemsen2020-04-191-0/+6
* Remove blueprint:"filter(*)" tag supportColin Cross2020-01-211-8/+0
* Fix missing glob filelists when sandboxedColin Cross2020-01-161-2/+8
* Fix primary builder reruns caused by globsColin Cross2020-01-161-19/+19
* Allow primary builder to change working directoryColin Cross2020-01-084-11/+22
* Move unpackProperties to proptools and export itColin Cross2020-01-021-2/+1
* Move LoadHooks from Soong to BlueprintColin Cross2020-01-021-1/+1
* Move outputs of bootstrap modules in main stage to separate directoryColin Cross2019-10-171-20/+32
* Fix compiling binaries with go 1.13Colin Cross2019-09-061-1/+1
* Revert "Put the primary builder into the console pool"Colin Cross2019-07-181-1/+0
* Put the primary builder into the console poolColin Cross2019-06-191-0/+1
* Skip mutated struct properties in bpdoc.Jaewoong Jung2019-06-055-5/+125
* Avoid exiting with errors in bpglobColin Cross2019-05-311-2/+12
* bpdoc preformatted text improvmentsJaewoong Jung2019-03-114-23/+26
* Export CollapseDuplicateProperties, Soong writedocs uses itSasha Smundak2019-02-141-3/+3
* bpdoc improvementsJaewoong Jung2019-02-085-430/+742
* Write ninja file directly to the output fileColin Cross2019-01-231-10/+30
* Add --empty-ninja-file for test usecasesDan Willemsen2018-10-263-0/+12
* Add link dependency on test package archiveColin Cross2018-10-241-1/+1
* Add missing dependencies when linking testsColin Cross2018-10-051-3/+6
* Enable restat for go binariesColin Cross2018-10-021-8/+15
* Fix issues found by `go vet`Dan Willemsen2018-07-211-1/+1
* Run globs during earlier bootstrap phasesDan Willemsen2018-07-068-48/+120
* Merge pull request #203 from danw/numcpu_capDan Willemsen2018-03-021-1/+9
|\
| * Cap the number of cpus for Go compilesDan Willemsen2018-03-021-1/+9
* | Try to make GOROOT relative in Go 1.10Dan Willemsen2018-03-021-1/+13
|/
* Fix format issues found by go vetColin Cross2018-02-231-2/+2
* Store build.ninja deps in .ninja_depsDan Willemsen2017-12-182-0/+2
* Allow primary builder to stop bootstrap earlyColin Cross2017-12-112-0/+16
* Move auto-generated docs to main stageColin Cross2017-12-111-19/+27
* Refactor bpdocColin Cross2017-12-113-119/+138
* Support for a custom list of Blueprints files to parseJeff Gaston2017-10-303-18/+36
* Support preformatted property documentationColin Cross2017-10-171-4/+39
* HTML escape property documentationColin Cross2017-10-171-1/+1
* Merge pull request #166 from colincross/createcolincross2017-09-201-2/+3
|\
| * Let mutators use ctx.AddNinjaFileDepsColin Cross2017-08-011-2/+3
* | Expose the installed path for Go binariesDan Willemsen2017-09-131-16/+39
|/
* Support parallel Go compiles with Go 1.9Dan Willemsen2017-07-251-2/+13