aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/WorkspaceFactory.java
Commit message (Expand)AuthorAge
* Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...Gravatar Lukacs Berki2015-10-09
* 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
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* Add the default BUILD language functions to the WORKSPACE fileGravatar Damien Martin-Guillerez2015-07-29
* Make the creation of the external package much simpler.Gravatar Lukacs Berki2015-07-23
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25