aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* Don't keep the full java.util.HashMap produced when checking for conflictingGravatar Googler2016-06-07
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07
* Introduce FsEventsDiffAwareness for OS X.Gravatar Damien Martin-Guillerez2016-06-02
* Dynamic configurations: trim top-level targets, too.Gravatar Greg Estren2016-06-02
* Fix a bug in SkyframeExecutor.getConfigurations() for dynamicGravatar Greg Estren2016-06-01
* Allow blacklisted package prefixes to be passed in lazily via a Supplier.Gravatar Eric Fellheimer2016-05-30
* Remove now dead class LoadingProgressReceiverGravatar Klaus Aehlig2016-05-30
* experimental UI: track touched packages during loading/analysisGravatar Klaus Aehlig2016-05-30
* Fix typo.Gravatar Nathan Harmata2016-05-27
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Enable interleaved loading & analysis by default.Gravatar Ulf Adams2016-05-25
* Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...Gravatar Nathan Harmata2016-05-25
* Tweak TransitiveTraversalValue's constructor's visibilityGravatar Michajlo Matijkiw2016-05-24
* Use a non-side-effectful PackageLookupValue#packageExists implementation for ...Gravatar Nathan Harmata2016-05-24
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Make ide_build_info work again with targets that have configurable attributes.Gravatar Lukacs Berki2016-05-19
* Take aliases into consideration when creating a LabelAndConfiguration from a ...Gravatar Lukacs Berki2016-05-19
* Make "blaze run" work with aliases.Gravatar Lukacs Berki2016-05-19
* LoadingPhaseStartedEvent: also provide the counter of packages loadedGravatar Klaus Aehlig2016-05-19
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* LoadingProgressReceiver: provide pending packagesGravatar Klaus Aehlig2016-05-19
* Print an error message when the wrong type of input is given as an aspectGravatar Kristina Chodorow2016-05-11
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Catch package lookup exceptions during AST lookupGravatar Kristina Chodorow2016-05-06