aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Log information about the baseline and new View passed to DiffAwarness#getDiff.Gravatar Nathan Harmata2015-07-17
* Actions can now request Skyframe dependencies and bypass action cache checking.Gravatar Laszlo Csomor2015-07-10
* Log error description, not implementation detailsGravatar Mark Schaller2015-07-10
* Make include() work with remote repositories.Gravatar Lukacs Berki2015-07-10
* Handle errors from DirectoryListingFunctionGravatar Mark Schaller2015-07-10
* Add a bit more debugging information in case of a digest mismatch.Gravatar Janak Ramakrishnan2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Reintroduce simple smart negation for query universe loadingGravatar Mark Schaller2015-07-08
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Introduce interleaved package and transitive target loadingGravatar Mark Schaller2015-07-01
* Relax invariant that an action's inputs discovered during execution must be i...Gravatar Janak Ramakrishnan2015-07-01
* Move dependency declaration out of finally block.Gravatar Janak Ramakrishnan2015-07-01
* Skylark: only allow rules that are exportedGravatar Francois-Rene Rideau2015-06-30
* Extract RecursiveDirectoryTraversalFunction from RecursivePkgFunctionGravatar Mark Schaller2015-06-30
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Make split configuration transitions work with Bazel.Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Refactoring of SkyframeTargetPatternEvaluator. Now instead of making separate...Gravatar Marian Lobur2015-06-29
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
* Refactor reusable target parsing functions from RPPBTPRGravatar Mark Schaller2015-06-23
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Doc cleanup for PDOPV, re: its change pruning behaviorGravatar Mark Schaller2015-06-23
* Make MissingDepException staticGravatar Mark Schaller2015-06-23