Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_blueprint
/
a2ca92c9624fb090d24cde6e2ed8b5fb56546c9f
a2ca92c
Improve PropertyErrorf
by Colin Cross
· 10 years ago
f95966f
Merge pull request #64 from colincross/appendproperties
by colincross
· 10 years ago
e4b0d35
Add proptools.TypeEqual
by Colin Cross
· 10 years ago
8011768
Add property support for pointers to bools and strings
by Colin Cross
· 10 years ago
ecca05e
Fix unpacking empty list
by Colin Cross
· 10 years ago
f72ef50
Fix bugs in CloneProperties and related functions
by Colin Cross
· 10 years ago
8169500
Move CloneProperties to clone.go
by Colin Cross
· 10 years ago
0bc7e07
Add helpers for extending properties to proptools
by Colin Cross
· 10 years ago
75c938b
Merge pull request #63 from colincross/deprecate
by colincross
· 10 years ago
763b6f1
Deprecate EarlyMutator and DynamicDependencies
by Colin Cross
· 10 years ago
45021dc
Merge pull request #61 from yuchenericwu2/master
by jgennis
· 10 years ago
f995846
Added test for walkDeps.
by Yuchen Wu
· 10 years ago
222e245
Add walkDeps to context and module_ctx.
by Yuchen Wu
· 10 years ago
e12c780
Merge pull request #44 from colincross/local
by colincross
· 10 years ago
1d92826
Merge pull request #57 from danw/testrunner
by colincross
· 10 years ago
c7697ce
Add a test runner
by Dan Willemsen
· 10 years ago
d7f00cc
Merge pull request #58 from danw/builddir
by colincross
· 10 years ago
991f760
Stop using bootstrap.bash -b for separate builddir
by Dan Willemsen
· 10 years ago
8282be7
Merge pull request #49 from danw/plugins
by colincross
· 10 years ago
f5d4fb0
Merge pull request #52 from kulakowski/patch-1
by colincross
· 10 years ago
fdeb724
Implement plugins for bootstrap go modules
by Dan Willemsen
· 10 years ago
5d353aa
Merge pull request #55 from danw/bootstrapcleanup
by colincross
· 10 years ago
4d6af1f
Fix bootstrap and separate buildDir ninja cleanup
by Dan Willemsen
· 10 years ago
9cdb70b
Merge pull request #54 from yuchenericwu2/singleton_order
by colincross
· 10 years ago
f7ed4e4
Merge pull request #53 from yuchenericwu2/fix_phony
by colincross
· 10 years ago
b9103ef
context: Changed singletons to execute in order.
by Yuchen Wu
· 10 years ago
e4a8450
bootstrap: Added phony rule for bootstrapManifest.
by Yuchen Wu
· 10 years ago
4904c8a
Add new line to fatal error messages in bootstrap
by George Kulakowski
· 10 years ago
db6eddb
Merge pull request #51 from colincross/docs
by colincross
· 10 years ago
34d3fe9
bpdoc: Cache property struct docs by full package path
by Colin Cross
· 10 years ago
f57f20c
Merge pull request #48 from danw/go1.5
by colincross
· 10 years ago
c20adea
Support go 1.5
by Dan Willemsen
· 10 years ago
6d8780f
Fix bugs related to local vs. inherited variables
by Colin Cross
· 10 years ago
421a699
Merge pull request #45 from danw/builddir
by colincross
· 10 years ago
268404b
Merge pull request #50 from danw/multistage-pkgfix
by colincross
· 10 years ago
735873d
Fix bootstrap package build stage default
by Dan Willemsen
· 10 years ago
f0ca901
Support a separate build directory
by Dan Willemsen
· 10 years ago
852191d
Switch bootstrap.BinDir to a StaticVariable
by Dan Willemsen
· 10 years ago
30b0f16
Merge pull request #46 from danw/multistagebootstrap
by colincross
· 10 years ago
d2e7083
Merge branch 'master' into danw/multistagebootstrap
by Dan Willemsen
· 10 years ago
e13dcaa
Merge pull request #47 from danw/newninja
by colincross
· 10 years ago
efd2de7
Use three stage builds
by Dan Willemsen
· 10 years ago
91a657e
Enhance bootstrap stage selection
by Dan Willemsen
· 10 years ago
f04c551
Add test suite for bootstrapping
by Dan Willemsen
· 10 years ago
8cc6d75
Switch to custom-built ninja v1.6.0
by Dan Willemsen
· 10 years ago
4ba7307
Migrate to container-based travis infrastructure
by Dan Willemsen
· 10 years ago
187a9bf
Fix running travis on forked repos
by Dan Willemsen
· 10 years ago
21b6f37
Require ninja 1.6.0, remove workaround
by Dan Willemsen
· 10 years ago
958b3ac
Don't print module header if nothing is defined
by Dan Willemsen
· 10 years ago
0894cbc
Merge pull request #41 from jgennis/depfix
by jgennis
· 10 years ago
7ccc2c2
Fix a sub-Blueprints deps bug.
by Jamie Gennis
· 10 years ago
0e5a7cd
Merge pull request #40 from danw/deepcopy
by colincross
· 10 years ago
38b0630
Add deep Copy() for parser types
by Dan Willemsen
· 10 years ago
91dc34a
Merge pull request #39 from colincross/parse
by colincross
· 10 years ago
a745030
Merge pull request #38 from colincross/comment
by colincross
· 10 years ago
23d7aa1
Refactor parsing to allow reuse
by Colin Cross
· 10 years ago
2108971
Add convenience methods to Comment objects
by Colin Cross
· 10 years ago
9c067ca
Merge pull request #29 from colincross/doc
by colincross
· 10 years ago
7ca0374
Merge pull request #36 from colincross/filter
by colincross
· 10 years ago
4572edd
Add self-documenting support
by Colin Cross
· 10 years ago
4adc819
Support filtering nested structures by tag
by Colin Cross
· 10 years ago
944a7a5
Merge pull request #37 from danw/runtests
by colincross
· 10 years ago
87ba294
Add option to build and run tests during bootstrap
by Dan Willemsen
· 10 years ago
30a80c3
Create internal bootstrap Config struct
by Dan Willemsen
· 10 years ago
2a874e4
Merge pull request #35 from colincross/glob
by colincross
· 10 years ago
202c223
Merge pull request #31 from danw/regen-name
by colincross
· 10 years ago
7d2ee0d
Fix glob dependencies when initial non-wild path does not exist
by Colin Cross
· 10 years ago
2527cc6
Support bootstrap regeneration with different filename
by Dan Willemsen
· 10 years ago
0bcd913
Merge pull request #28 from jgennis/local-variant
by jgennis
· 10 years ago
e96faea
Merge pull request #26 from colincross/clone
by jgennis
· 10 years ago
6a5825e
Add CreateLocalVariations to BottupUpMutatorContext.
by Jamie Gennis
· 10 years ago
e491e9c
Merge pull request #27 from wangying1015/small-fix
by colincross
· 10 years ago
fe7f7c4
Fix insertion to Context.moduleNinjaNames
by Ying Wang
· 10 years ago
802e975
Add proptools.CloneEmptyProperties
by Colin Cross
· 10 years ago
36bb07c
Merge pull request #25 from colincross/fardependency
by jgennis
· 10 years ago
8bb532f
Merge pull request #22 from colincross/build
by jgennis
· 10 years ago
8948623
Add support for "far dependencies"
by Colin Cross
· 10 years ago
f0545a4
Merge pull request #24 from colincross/glob
by jgennis
· 10 years ago
5d6d4c7
Add GlobWithExcludes to pathtools
by Colin Cross
· 10 years ago
7bac3c6
Add recursive glob support to pathtools.Glob
by Colin Cross
· 10 years ago
2939422
Support subname= to change name of sub Blueprints files
by Colin Cross
· 10 years ago
4b793e5
Rewrite pathtools.Glob to track partially-matched directories
by Colin Cross
· 10 years ago
1fef536
Add support for build= variable
by Colin Cross
· 10 years ago
63d5d4d
Fix formatting
by Colin Cross
· 10 years ago
efe578a
Merge pull request #21 from jgennis/rbase
by jgennis
· 10 years ago
4b9a051
Adding a builtinPool type
by Ken Oslund
· 10 years ago
adccb7f
Merge pull request #19 from colincross/performance
by colincross
· 10 years ago
5bdb4ca
Set GOMAXPROCS to number of CPUs
by Colin Cross
· 10 years ago
8c1c6c0
Pre-allocate ninjaString slices
by Colin Cross
· 10 years ago
7bf6f62
Replace ReplaceExtension regexp with manual string operations
by Colin Cross
· 10 years ago
8ac0a81
Optimize ninja_writer
by Colin Cross
· 10 years ago
75de3e8
Merge pull request #20 from colincross/unique
by jgennis
· 10 years ago
82a6f6f
Merge pull request #18 from colincross/ninjastring
by jgennis
· 10 years ago
503b811
Merge pull request #17 from jgennis/rbase
by jgennis
· 10 years ago
c798825
Always update deps after bottom-up mutators run.
by Jamie Gennis
· 10 years ago
1ec4453
Add support for arbitrary globs in subdirs
by Michael Beardsworth
· 10 years ago
418d5c5
Add function to return list of globbed file
by Jean-Francois Dupuis
· 10 years ago
c4d07d8
Make WriteDepFile escape spaces and special characters
by Christian Zander
· 11 years ago
0d44125
Fix makeUniquePackageNames
by Colin Cross
· 10 years ago
b247893
Fix misparsed $ after variable name
by Colin Cross
· 10 years ago
Next »