aboutsummaryrefslogtreecommitdiffstats
path: root/context_test.go
Commit message (Expand)AuthorAgeFilesLines
* Make sure all modules have a name. (#226)Jaewoong Jung2018-10-111-0/+26
* Prevent duplicate visit calls in WalkDepsColin Cross2018-06-211-24/+25
* Allow multiple dependencies on the same moduleColin Cross2018-06-201-3/+92
* prevent file=nil panic if syntax error in BlueprintsJeff Gaston2017-12-051-0/+39
* Have handleOneFile(child) wait for handleOneFile(parent).Jeff Gaston2017-12-041-1/+72
* Extract module naming into an interfaceJeff Gaston2017-11-291-5/+5
* Support for a custom list of Blueprints files to parseJeff Gaston2017-10-301-1/+3
* Clarify context.go somewhatJeff Gaston2017-10-301-1/+1
* Let mutators use ctx.AddNinjaFileDepsColin Cross2017-08-011-3/+3
* Add TopDownMutatorContext.CreateModuleColin Cross2017-08-011-0/+79
* Import globbing from SoongColin Cross2016-11-031-1/+1
* Ask primary builder for module namesColin Cross2016-10-121-7/+19
* Reimplement VisitDirectDeps[If] in on Context.walkdepsColin Cross2016-08-081-6/+15
* Allow tests to mock filesystemColin Cross2016-08-081-2/+54
* Deprecate EarlyMutator and DynamicDependenciesColin Cross2015-10-291-11/+1
* Added test for walkDeps.Yuchen Wu2015-10-091-0/+39
* Add support for build= variableColin Cross2015-04-201-1/+1
* Add license headers and LICENSE fileColin Cross2015-01-231-0/+14
* Move blueprint/* up a directoryColin Cross2015-01-231-0/+87