aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util/BuildViewTestCase.java
Commit message (Expand)AuthorAge
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Open source 'CircularDependencyTest'.Gravatar Dmitry Lomov2015-11-24
* --Gravatar Carmi Grushko2015-11-20
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Remove BuildViewTestCase.assertContainsSublist, and use MoreAsserts.assertCon...Gravatar Carmi Grushko2015-11-06
* --Gravatar Carmi Grushko2015-11-05
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Fix tests with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-20
* Pass in a set of SkyFunctions in AnalysisMock.Gravatar Lukacs Berki2015-10-08
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Refactor BuildView; clearly identify the ide_build_info and the testing API.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Inject an EventHandler rather than using the one on SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Move BuildView.getActionGraph to SkyframeExecutor.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove the experimental check-deps implementation.Gravatar Ulf Adams2015-09-24
* Remove more uses of errorEventHandler (previously of Reporter).Gravatar Ulf Adams2015-09-24
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Add a main_dex_proguard_specs attribute to android_binary that lets users spe...Gravatar Lukacs Berki2015-09-24
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-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
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Add unit tests for AndroidStudioInfoAspect and implement dependency collection.Gravatar Dmitry Lomov2015-09-14
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Create baseline coverage actions for local sources only and aggregate.Gravatar Ulf Adams2015-08-31
* 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
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Add test methods to check BuildConfiguration and ConfiguredTarget equality ch...Gravatar Greg Estren2015-08-04
* Remove more static configuration transitions from tests, as prep work for Gravatar Greg Estren2015-08-04
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Description redacted.Gravatar Laszlo Csomor2015-07-27
* Added an additional test for empty actions in Skylark.Gravatar Florian Weikert2015-07-20