aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/Runfiles.java
Commit message (Expand)AuthorAge
* Refactor PrinterGravatar vladmos2017-07-03
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Rationalize null-ness checks in RunfilesGravatar Ulf Adams2017-03-21
* Fix a bug whereupon a String was compared to a PathFragment.Gravatar Lukacs Berki2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* Type strip Python sources when building a target incompatible with inlineGravatar Googler2017-03-14
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Expose to Skylark a merge() method for runfiles objectsGravatar Jon Brandvein2016-12-28
* Make Runfiles.SymlinkEntry implement SkylarkValue.Gravatar Eric Dobson2016-11-28
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Create runfiles at both .runfiles/ws/external/repo and .runfiles/repoGravatar Kristina Chodorow2016-04-26
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Make suffix a PathFragmentGravatar Kristina Chodorow2016-04-22
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Make source manifest caching catch external runfile changesGravatar Kristina Chodorow2016-04-21
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Expose __init__.py filenames to SkylarkGravatar Brian Silverman2016-04-15
* Expose runfiles symlink functionality in SkylarkGravatar Googler2016-03-11
* Detect and warn about runfiles conflicts.Gravatar Googler2016-03-08
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Add ctor commentGravatar Kristina Chodorow2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Add a @deprecated annotation to Runfiles#addArtifacts.Gravatar Carmi Grushko2015-08-28
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Allow Skylark to access information about runfiles.Gravatar Brian Silverman2015-06-23
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Return all mappings in one Map from Runfiles#getRunfilesInputs(...)Gravatar Michajlo Matijkiw2015-05-08
* Become more restrictive around Runfiles#manifestExpanderGravatar Michajlo Matijkiw2015-04-16
* VisibleForTesting cleanup in RunfilesGravatar Michajlo Matijkiw2015-04-16
* remove support for supplying relative root for runfilesGravatar Michajlo Matijkiw2015-03-16
* Make the semantics of runfiles trees saner by always using the entry that com...Gravatar Lukacs Berki2015-03-13
* Remove the unused and weird "omit a random symlink from the runfiles being me...Gravatar Lukacs Berki2015-03-10
* Change the name of the runfiles constantGravatar Kristina Chodorow2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25