aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Fix leftover "size" check when deciding whether to use digest or mtime. Since...Gravatar Janak Ramakrishnan2016-07-29
* Avoid intermediate Map/Collections in ActionExecutionFunctionGravatar Michajlo Matijkiw2016-07-29
* Avoid copying map when adding discovered inputs to action metadata.Gravatar Janak Ramakrishnan2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* Description redacted.Gravatar Googler2016-07-22
* Create a symlink with the right workspace name under the execrootGravatar Kristina Chodorow2016-07-22
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Sort the results returned by the HybridGlobber if we are using results from S...Gravatar Janak Ramakrishnan2016-07-19
* Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...Gravatar Googler2016-07-18
* Don't treat empty files specially with respect to mtime/digest.Gravatar Janak Ramakrishnan2016-07-14
* The message "currently loading: " is often stuck on the first loaded package. Gravatar Googler2016-07-01
* Canonicalize some TransitiveTraversalValue objects -- those corresponding to ...Gravatar Janak Ramakrishnan2016-06-29
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Don't treat *OutsidePackageRootsException as normal IOExceptions in PackageFu...Gravatar Janak Ramakrishnan2016-06-24
* Add some additional logging when packages are not found in the bulk lookup.Gravatar Eric Fellheimer2016-06-23
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Add some logging when Packages are not found in GraphBackedRPP.Gravatar Eric Fellheimer2016-06-23
* Create one TargetPatternResolver per SkyQueryEnvironment initializationGravatar Mark Schaller2016-06-22
* Minor change to add QueryableGraphBackedSkyFunctionEnvironment.Gravatar Janak Ramakrishnan2016-06-21
* In FileSystemValueChecker, only check TreeArtfacts that are in theGravatar Rumou Duan2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Adds cycle detection errors when top-level dynamicGravatar Greg Estren2016-06-17
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Remove BuildConfiguration.Fragment#declareSkyframeDependencies().Gravatar Lukacs Berki2016-06-15
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09
* Simplify ConfiguredTargetValue to get the actions from its superclass.Gravatar Googler2016-06-08