aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyFunctions.java
Commit message (Expand)AuthorAge
* Set target/aspect completion functions as unsharable.Gravatar tomlu2018-08-02
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Introduce PackageErrorMessageValueGravatar mschaller2018-04-19
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Fix error handling in skyframe target pattern parsingGravatar ulfjack2018-02-02
* Add new skyfunction to load registered execution platformsGravatar John Cater2018-01-22
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a.Gravatar janakr2017-08-24
* Request test artifacts to be built in parallel with running the test.Gravatar janakr2017-08-24
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit d5ee3b5397135eebd4b5d5b6bd4a4444093c4df8.Gravatar kchodorow2017-04-26
* Repositories can only be accessed in projects that define them in their WORKS...Gravatar kchodorow2017-04-26
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* When requesting all transitive traversal values recursively, request packages...Gravatar Janak Ramakrishnan2016-10-12
* Make environment dependency of actions factor through individual valuesGravatar Klaus Aehlig2016-09-15
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...Gravatar Janak Ramakrishnan2016-01-07
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14
* Make SkyFunctions.SKYLARK_IMPORT_CYLCE publicGravatar Michajlo Matijkiw2015-10-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Adds TransitiveTraversalFunction that loads transitive deps of a targetGravatar Mark Schaller2015-07-30
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Introduce interleaved package and transitive target loadingGravatar Mark Schaller2015-07-01
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27
* Add PrepareDepsOfPatternsFunction, use before queryGravatar Mark Schaller2015-03-31
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25