aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryFunction.java
Commit message (Expand)AuthorAge
* Make local_repository's interpretation of 'path' match the other rules'Gravatar Kristina Chodorow2016-04-01
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30