aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/WorkspaceFactory.java
Commit message (Expand)AuthorAge
* Add registration of execution platformsGravatar John Cater2018-01-22
* Don't assume java.home points to a jre/ sub-directoryGravatar cushon2017-12-18
* Automated rollback of commit 337f19cc54e77c45daa1d5f61bf0a8d3daf8268f.Gravatar buchgr2017-12-08
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Move override check to the createAndOverrideRule functionGravatar Damien Martin-Guillerez2017-11-22
* Rename ExternalPackageBuilder into WorkspaceFactoryHelperGravatar Damien Martin-Guillerez2017-10-30
* Do not create instance of ExternalPackageBuilderGravatar Damien Martin-Guillerez2017-10-25
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* 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