aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Migrated CircularDependencyTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
* Migrated CompilationHelperTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Default to PIC in MOCK_CROSSTOOL.Gravatar Dmitry Lomov2015-11-24
* Open-source CompilationHelperTest.Gravatar Dmitry Lomov2015-11-24
* 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
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* Open-source DuplicateActionTest.Gravatar Dmitry Lomov2015-11-19
* 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
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* 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
* Fix another test with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-30
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Make the incompatibility between dynamic configurationsGravatar Greg Estren2015-10-20
* Fix tests with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-20
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...Gravatar Lukacs Berki2015-10-16
* Improves the error message for invalid cpu (--cpu or --fat_apk_cpu).Gravatar Alex Humesky2015-10-13
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Make it possible to load the tools/defaults package without a BUILD file pres...Gravatar Lukacs Berki2015-10-09
* Pass in a set of SkyFunctions in AnalysisMock.Gravatar Lukacs Berki2015-10-08
* Add a custom converter to --crosstool_top so that select() works.Gravatar Lukacs Berki2015-10-08
* Make AndroisStudioInfoAspectTest run in Bazel.Gravatar Dmitry Lomov2015-09-30
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* 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
* Simplify PackageFactoryApparatus.Gravatar Han-Wen Nienhuys2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28