aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Allow for customization of the per-build system call caches used in Skyframe.Gravatar Eric Fellheimer2015-09-01
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Only print the label (and not the configuration hash key) for error messages ...Gravatar Lukacs Berki2015-08-31
* Check argument isn't null when creating TransitiveTraversalValue error valuesGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Remove the WATCHFS_BLACKLIST from Constants.java.Gravatar Ulf Adams2015-08-28
* Make dangling symlinks in external repositories work to some degree.Gravatar Lukacs Berki2015-08-28
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-27
* Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key.Gravatar Eric Fellheimer2015-08-26
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Rename some variables missed by a codebase-wide renaming a long time ago.Gravatar Nathan Harmata2015-08-25
* Preserve specified order of keys when analyzing configured targets.Gravatar Janak Ramakrishnan2015-08-24
* Implement hashCode, equals for TransitiveTraversalValue and related SkyValuesGravatar Mark Schaller2015-08-24
* Add rbuildfiles function to queries, only for use when using SkyQueryEnvironm...Gravatar Janak Ramakrishnan2015-08-21
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Replace ref equality with .equals for SkyFunctionNames (2)Gravatar Mark Schaller2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Log information about the initial baseline DiffAwareness.View. This is especi...Gravatar Nathan Harmata2015-08-20
* Avoid Skyframe restarts in transitive targets due related to conservative asp...Gravatar Eric Fellheimer2015-08-20
* Allow for metadata lookup alongside the existing #prepareAndGet() graph const...Gravatar Eric Fellheimer2015-08-17
* TransitiveTraversalFunction now implements "conservative" (a la ConservativeA...Gravatar Eric Fellheimer2015-08-13
* When we have enough information to determine that a file didn't change type, ...Gravatar Nathan Harmata2015-08-13
* Use full package identifier in containing package checkGravatar Kristina Chodorow2015-08-12
* Replace ref equality with .equals for SkyFunctionNamesGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Rephrase the ActionGraph in terms of the WalkableGraph. This should be more e...Gravatar Eric Fellheimer2015-08-06
* Factor out import finding code.Gravatar Han-Wen Nienhuys2015-08-06
* Create a parameter to GlobFunction to determine whether it should deal with n...Gravatar Eric Fellheimer2015-08-04
* Remove stale comment.Gravatar Nathan Harmata2015-08-04
* Fix ClassCastException.Gravatar Nathan Harmata2015-08-04
* FilesetEntryValue now overrides .equals and .hashCode.Gravatar Laszlo Csomor2015-07-30
* ActionExecutionValue now overrides .equals and .hashCode.Gravatar Laszlo Csomor2015-07-30
* Adds TransitiveTraversalFunction that loads transitive deps of a targetGravatar Mark Schaller2015-07-30
* Extract base class from TransitiveTargetFunctionGravatar Mark Schaller2015-07-30
* Cleanup of TransitiveTarget and TargetMarker functionsGravatar Mark Schaller2015-07-30
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Some additional timing logging for discarding analysis cache, multi group acc...Gravatar Eric Fellheimer2015-07-28
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Remove unused constructor and inline create method.Gravatar Janak Ramakrishnan2015-07-27
* Make the creation of the external package much simpler.Gravatar Lukacs Berki2015-07-23
* --Gravatar Michajlo Matijkiw2015-07-21
* Invalidate external repository files when the WORKSPACE changesGravatar Kristina Chodorow2015-07-17