aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Make The Build Faster: Use AutoCloseable when dealing with resources.Gravatar Philipp Wollermann2016-02-10
* Update FileSystemValueChecker to handle TreeArtifact values.Gravatar Michael Thvedt2016-02-10
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Tiny refactoring: extract shared code between -k and -nok.Gravatar Ulf Adams2016-02-08
* WorkspaceASTFunction returns a list of ASTs so we can split the AST before lo...Gravatar Damien Martin-Guillerez2016-02-07
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* Use a clever hybrid approach for evaluating globs during package loading: fir...Gravatar Nathan Harmata2016-02-05
* Move the Globber interface into its own file.Gravatar Nathan Harmata2016-02-05
* Fix configuration error handling for the interleaved case.Gravatar Ulf Adams2016-02-04
* Have GlobFunction make use of the assumption that the glob's package exists b...Gravatar Nathan Harmata2016-02-04
* Correctly flag loading errors in the interleaved case.Gravatar Ulf Adams2016-02-03
* Trim the BuildOptions input of ConfigurationFragment.key to only thoseGravatar Greg Estren2016-02-02
* Move tests from SkyframeLoadingAndAnalysisTest to LoadingPhaseRunnerTest.Gravatar Ulf Adams2016-02-02
* Fix "put the colon here" message for non-default repositories.Gravatar Brian Silverman2016-02-02
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Small refactoring of SkyframeBuildView to reduce the diff for the next change.Gravatar Ulf Adams2016-01-29
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Clear up some confusion about glob prefetching (the old comment was wrong). A...Gravatar Nathan Harmata2016-01-29
* Refactor DependencyResolver to collect and return loading errors.Gravatar Ulf Adams2016-01-28
* Fix: return an error from the analysis phase with keep_going in error cases.Gravatar Ulf Adams2016-01-27
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Share some error handling code between aspects and top-level aspects.Gravatar Ulf Adams2016-01-25
* Make AspectFunction error handling match TopLevelAspectFunction.Gravatar Ulf Adams2016-01-25
* Move analysis root cause tracking to the ConfiguredTargetFunction.Gravatar Ulf Adams2016-01-25
* Use the existing exception instance, not a new one.Gravatar Ulf Adams2016-01-25
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Perform package loading in parallel with transitive target visitation. This i...Gravatar Janak Ramakrishnan2016-01-21
* Fix a couple of bugs related to error handling for top-level aspects.Gravatar Ulf Adams2016-01-20
* Support unreadable filesGravatar Michajlo Matijkiw2016-01-20
* Allow opaque OptionsClassProvider to be passed around in BuildDriver#meta et ...Gravatar Nathan Harmata2016-01-20
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Disallow loads from external repos in WORKSPACE files. Currently, attempting ...Gravatar John Field2016-01-18
* Refactor action output dumping to go through a single method.Gravatar Ulf Adams2016-01-15
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* Remove some dead code.Gravatar Ulf Adams2016-01-14
* Use AutoProfiler in SkyQueryEnvironment#init. Also augment the WalkableGraphF...Gravatar Nathan Harmata2016-01-14
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14
* Inside findTargetsBeneathDirectory(), invoke the callback with all targets fr...Gravatar Eric Fellheimer2016-01-11
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* Stream TargetPattern#eval implementations' results to a callback rather than ...Gravatar Janak Ramakrishnan2016-01-07
* Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07