aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/WorkspaceFileFunction.java
Commit message (Expand)AuthorAge
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Fix error handling in WorkspaceFile/WorkspaceASTGravatar Kristina Chodorow2017-01-30
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...Gravatar Nathan Harmata2016-05-25
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* 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
* WorkspaceASTFunction returns a list of ASTs so we can split the AST before lo...Gravatar Damien Martin-Guillerez2016-02-07
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* 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
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* 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
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-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
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Make the creation of the external package much simpler.Gravatar Lukacs Berki2015-07-23
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* Fix WORKSPACE file existence hermeticityGravatar Kristina Chodorow2015-05-18
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Emit events (e.g. errors) encountered while parsing the WORKSPACE file.Gravatar Nathan Harmata2015-03-18
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Do not require a WORKSPACE file to load the external pkgGravatar Kristina Chodorow2015-03-11
* Remove unneeded codeGravatar Kristina Chodorow2015-03-10
* Convert binding exception to something that's actually caught in PackageFunctionGravatar Kristina Chodorow2015-03-10
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Parse built-in WORKSPACE filesGravatar Kristina Chodorow2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25