aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/LocationExpander.java
Commit message (Expand)AuthorAge
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Properly quote $(location ) expansion for the shellGravatar Klaus Aehlig2018-05-16
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* refactor: mv LocationExpander.Options to ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* Add rootpath(s) and execpath(s) functions to template expansionGravatar ulfjack2017-11-03
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Rewrite LocationExpanderGravatar ulfjack2017-10-02
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Make JavaToolchain use the new Expander APIGravatar ulfjack2017-10-02
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Update LocationExpander to properly handle spaces in filenames.Gravatar John Cater2017-08-01
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Trim labels in location expressions before expansion.Gravatar Tobias Werth2016-10-25
* Expand $(location :label) to string unambiguously a pathGravatar Klaus Aehlig2016-10-14
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Add support for $(location) with //external labelsGravatar Kristina Chodorow2015-04-09
* RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support ...Gravatar Damien Martin-Guillerez2015-03-06
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25