aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BuildView.java
Commit message (Expand)AuthorAge
* Correctly flag loading errors in the interleaved case.Gravatar Ulf Adams2016-02-03
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* 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
* Fix some generic warnings.Gravatar Ulf Adams2016-01-25
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Remove BuildView.packageManager, which was only used for testing.Gravatar Ulf Adams2015-09-30
* BuildView; move the methods around.Gravatar Ulf Adams2015-09-28
* Refactor BuildView; clearly identify the ide_build_info and the testing API.Gravatar Ulf Adams2015-09-28
* Move the remaining state from BuildView to SkyframeBuildView.Gravatar Ulf Adams2015-09-28
* Remove BuildView.skyframeCacheWasInvalidated.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Move BuildView.getActionGraph to SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Use a super-interface of PackageProvider where applicable.Gravatar Ulf Adams2015-09-24
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Pass the BuildConfigurationCollection into the BuildView testing methods.Gravatar Ulf Adams2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Remove the last call to BuildView.getConfigurationCollection() and the method.Gravatar Ulf Adams2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Add an --experimental_disable_jvm flag.Gravatar Ulf Adams2015-08-26
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Stop checking package roots for incompatible changes after loading phase.Gravatar Marian Lobur2015-08-07
* Rephrase the ActionGraph in terms of the WalkableGraph. This should be more e...Gravatar Eric Fellheimer2015-08-06
* Decompose BuildView.getDirectPrerequisites to allow access to Dependencies.Gravatar Michael Staib2015-07-17
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29