Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-08 | Make command line variable override scope syntax consistent with buildfile | Boris Kolpackov | 1 | -2/+2 | |
Before: $ b dir/:foo=bar ... After: $ b dir/foo=bar Alternatively (the buildfile syntax): $ b 'dir/ foo=bar' Note that the (rarely used) scope visibility modifier now leads to a double slash: $ b dir//foo=bar | |||||
2018-05-03 | Regularize directory target/scope-specific variable assignment syntax | Boris Kolpackov | 2 | -2/+2 | |
2017-02-13 | Use variable_cache for target type/pattern-specific prepend/append | Boris Kolpackov | 2 | -22/+0 | |
2016-12-01 | Move old tests to old-tests/ | Boris Kolpackov | 8 | -0/+439 | |