aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
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
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* 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
* Migrated ConfigurationTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated CompileOnlyTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated AnalysisCachingTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Open source 'CircularDependencyTest'.Gravatar Dmitry Lomov2015-11-24
* Open-source BuildViewTest.Gravatar Dmitry Lomov2015-11-24
* Open-source AnalysisCachingTest.Gravatar Dmitry Lomov2015-11-24
* Use AnalysisMock and MockToolsConfig instead of MockToolsPackagesGravatar Kristina Chodorow2015-11-20
* --Gravatar Carmi Grushko2015-11-20
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* 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
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* 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
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21