aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Eliminates performance overhead of --experimental_dynamic_configs=notrim.Gravatar Greg Estren2016-09-28
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* Fixed EvaluationProgressReceiver object namesGravatar Googler2016-09-27
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Fixed ISE while looking for cycles in WORKPLACE files #1793Gravatar Vladimir Moskva2016-09-27
* Don't call TransitiveTargetFunction for --experimental_dynamic_configs=notrim...Gravatar Greg Estren2016-09-26
* Introduce MoreFutures#waitForAllInterruptiblyFailFast and use this in the pla...Gravatar Nathan Harmata2016-09-26
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Use ForkJoinPool, rather than ListeningExecutorService, for parallel query ev...Gravatar Nathan Harmata2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Enable aspect invocations to be matched by output filters.Gravatar Michael Staib2016-09-19
* Make environment dependency of actions factor through individual valuesGravatar Klaus Aehlig2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Make aspects attached to aliases work when their actual= attribute is a select.Gravatar Lukacs Berki2016-08-31
* Implement a better #toString() for ConfigurationFragmentKey.Gravatar Lukacs Berki2016-08-29
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Also display the object identity of the configuration in ConfiguredTargetKey ...Gravatar Lukacs Berki2016-08-25
* Add more debugging info in case of action conflicts. This will tell us if we'...Gravatar Janak Ramakrishnan2016-08-25
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* Refactor ActionExecutionFunction to avoid unnecessary unwrapping of SkyKeys t...Gravatar Janak Ramakrishnan2016-08-22
* Refactor GlobFunction to avoid random-access lookup of the returned map of a ...Gravatar Janak Ramakrishnan2016-08-18
* Use array comparison and not reference comparison between digests.Gravatar Shreya Bhattarai2016-08-18
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Allow SkyframePackageRootResolver's methods to throw interrupts, now that the...Gravatar Janak Ramakrishnan2016-08-18
* Simplify SkyframeExecutor#evaluateSkyKeyForCodeMigration and allow it to thro...Gravatar Janak Ramakrishnan2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Late-bound split attribute configs weren't being properly propagated to deps ...Gravatar Greg Estren2016-08-04
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Dynamic configs: also include fragments needed to resolve the rule's late-bou...Gravatar Greg Estren2016-08-03
* Handle some previously unhandled scenarios of cycle reporting for TEST_COMPLE...Gravatar Googler2016-08-03
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Remove FileArtifactValue#createWithDigest method now that empty files are alw...Gravatar Janak Ramakrishnan2016-07-29