aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Log SkyKeys detected changed across buildsGravatar Michajlo Matijkiw2015-06-23
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19
* Rollback of commit 14b437bf749baf0488cfc7e4ed7589dc4af9bec3.Gravatar Mark Schaller2015-06-19
* Minimal RecursivePkgValue#toString() for debug purposesGravatar Michajlo Matijkiw2015-06-19
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Consider pkg in error on any symlink cycle in depsGravatar Mark Schaller2015-06-15
* More descriptive error message on ActionMetadataHandler#injectDigest failureGravatar Michajlo Matijkiw2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Cleanup findTargetsBeneathDirectoryGravatar Mark Schaller2015-06-11
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Don't be unnecessarily conservative about marking FileStateKeys and Directory...Gravatar Nathan Harmata2015-06-09
* Remove superfluous throws clause.Gravatar Nathan Harmata2015-06-08