aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RunfilesSupport.java
Commit message (Expand)AuthorAge
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Use AutoCodec to generate CODECs for a few more provider types that areGravatar cpeyser2018-02-15
* Remove code that allows RunfilesSupport.owningExecutable to be null.Gravatar Benjamin Peterson2018-02-15
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d.Gravatar dslomov2017-09-19
* Automated rollback of commit 0ee3aa622fc13b8a5072ebddf5cd65823413b4ff.Gravatar ulfjack2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup ActionConstructionContext.Gravatar dslomov2017-09-19
* Fix --nobuild_runfile_manifests to keep transitive dependencies of the runfilesGravatar Googler2017-09-01
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Fix --run_under to work with labels that describe source or output filesGravatar Ulf Adams2017-02-17
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Use the local shell environment for invoking build-runfiles.Gravatar Lukacs Berki2016-03-30
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Make runfiles tree creation on Windows depend on the artifacts of the actual ...Gravatar Lukacs Berki2016-01-26
* Separate runfiles middlemen into two layers: one that is a middleman for the ...Gravatar Lukacs Berki2016-01-26
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Remove an unused method from RuleContext.Gravatar Ulf Adams2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Make local TestStrategy bits rely less on runfiles manifestsGravatar Michajlo Matijkiw2015-05-15
* RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support ...Gravatar Damien Martin-Guillerez2015-03-06