aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fix a bug, when we have dependency from one aspect to another aspect1->aspect...Gravatar Marian Lobur2015-09-14
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* Minor simple optimization in FileFunction: don't bother getting a FileStateVa...Gravatar Nathan Harmata2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rewrite the preprocessor infrastructure to return events as part of the result.Gravatar Ulf Adams2015-09-09
* Save information about transitive packages in ConfiguredTargetValue and Aspec...Gravatar Marian Lobur2015-09-09
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Random collection of cleanups.Gravatar Ulf Adams2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Use another cache to store preprocessing results instead of redoing the work.Gravatar Ulf Adams2015-09-04
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04
* Remove unused code.Gravatar Marian Lobur2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Add a method to EvaluationProgressReceiver for getting information on SkyFunc...Gravatar Nathan Harmata2015-09-03
* 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