aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/WorkspaceFactory.java
Commit message (Expand)AuthorAge
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Roll forward of commit 5c071429e83b5c6d872c755d3da21ad934638111Gravatar Kristina Chodorow2017-01-13
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Fix IllegalStateException when reloading several time the same extensionGravatar Damien Martin-Guillerez2016-10-14
* Rollback of commit 5c071429e83b5c6d872c755d3da21ad934638111.Gravatar Damien Martin-Guillerez2016-10-07
* Allow repositories to refer to the local repository by repo nameGravatar Kristina Chodorow2016-10-07
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...Gravatar Nathan Harmata2016-05-25
* Make the rule in the workspace package reference the correct Package object.Gravatar Lukacs Berki2016-05-17
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Fix workspace name setting when the WORKSPACE file is splittedGravatar Damien Martin-Guillerez2016-03-31
* Removed ending . in error messageGravatar Damien Martin-Guillerez2016-03-23
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* Forbid overloading of a repository outside of the first part of the workspace...Gravatar Damien Martin-Guillerez2016-02-11
* Split the execution of the WORKSPACE file after each load statementGravatar Damien Martin-Guillerez2016-02-10
* Add back documentation and better error message for workspace namesGravatar Kristina Chodorow2016-02-03
* Ensure repository names are valid workspace namesGravatar Kristina Chodorow2016-01-28
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15
* Stop parsing the WORKSPACE file when a parse error is detectedGravatar Kristina Chodorow2016-01-07
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* 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