aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Add debugging for mysterious crash.Gravatar Janak Ramakrishnan2015-06-05
* Unregister previously registered directories when they are deleted. This is i...Gravatar Nathan Harmata2015-06-05
* Properly handle exceptions that RecursivePkgFunction can encounter, instead o...Gravatar Janak Ramakrishnan2015-06-03
* Implement smart negation for target pattern sequencesGravatar Mark Schaller2015-06-01
* Make the PackageFunction cache an actual Cache.Gravatar Eric Fellheimer2015-05-27
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27
* Minor refactoring to SkyframeExecutor progress receiver.Gravatar Eric Fellheimer2015-05-27
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Quiet error-checking by implementing hash code for object that already had ha...Gravatar Janak Ramakrishnan2015-05-22
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* Add a hidden flag which allows us to set the size of the legacy globbing thre...Gravatar Eric Fellheimer2015-05-22
* Move target pattern parsing to key construction timeGravatar Mark Schaller2015-05-21
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* Rename skyframe's TargetPattern to TargetPatternKeyGravatar Mark Schaller2015-05-21
* Fix WORKSPACE file existence hermeticityGravatar Kristina Chodorow2015-05-18
* Deleted little-used PackageLoadedEvent.Gravatar Eric Fellheimer2015-05-18
* Add some basic logging around DiffAwarenessGravatar Michajlo Matijkiw2015-05-18
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Add a SingleCycleReporter for analysis phase cycles, which can (only) occur d...Gravatar Nathan Harmata2015-05-15
* We are trying to merge same copies of the aspect, when target is declared in ...Gravatar Marian Lobur2015-05-15
* Clean up some overly permissive permissions in FileStateValue.Gravatar Janak Ramakrishnan2015-05-07
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* Add fetch commandGravatar Kristina Chodorow2015-04-28
* Clean up analysis error reporting a bit:Gravatar Janak Ramakrishnan2015-04-28
* Fix SkyframeExecutor to not assume only one node for the configuration(s).Gravatar Ulf Adams2015-04-27
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Simplify AnalysisEnvironment creation.Gravatar Ulf Adams2015-04-23
* Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.Gravatar Nathan Harmata2015-04-23
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Add the option to match by regexp in RecursiveFilesystemTraversal.Gravatar Janak Ramakrishnan2015-04-21
* Add a clear() method to FileOutErr.Gravatar Eric Fellheimer2015-04-21
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Tweak the default Skyframe thread count during testing. Since test cases are ...Gravatar Eric Fellheimer2015-04-16
* Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...Gravatar Janak Ramakrishnan2015-04-14
* Delete debugging code used to diagnose bug when shared actions raced to execute.Gravatar Janak Ramakrishnan2015-04-14
* Fix race when two shared actions don't know about each other until after they...Gravatar Janak Ramakrishnan2015-04-14
* Don't take into account symlinks when computing intrabuild file modifications...Gravatar Miguel Alcon Pinto2015-04-13
* Clear dirty output tree counters so that the next build does not get the old ...Gravatar Miguel Alcon Pinto2015-04-10
* Add more debugging to help track down crash.Gravatar Janak Ramakrishnan2015-04-09