aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Open source some tests for android_binary.Gravatar Adam Michael2017-03-20
* Create ExperimentalTestRunner which is just the same as BazelTestRunner, but ...Gravatar Kush Chakraborty2017-03-09
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Make android_ndk_repository api_level attribute optional.Gravatar Adam Michael2017-02-20
* Improve AndroidSdkRepositoryTest.Gravatar Adam Michael2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Migrate to java_runtime{,_suite}Gravatar Liam Miller-Cushon2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Add an algorithm to reduce aspect paths according to aspects' visibility to e...Gravatar Dmitry Lomov2017-02-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* Remove some dead codeGravatar Ulf Adams2017-02-07
* Add type checking to select() keys.Gravatar Greg Estren2017-02-01
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Add getImplicitOutputArtifact to BuildViewTestCase. This vastly simplifiesGravatar Googler2017-01-23
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* --cpu no longer reads its value from the CROSSTOOL.Gravatar Greg Estren2017-01-18
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Change TargetContext.findDirectPrerequisite from config1 == config2 to config...Gravatar Greg Estren2017-01-18
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Add the output_licenses attribute to java_toolchain and make Bazel use it whe...Gravatar Lukacs Berki2017-01-17
* Fix a typoGravatar Liam Miller-Cushon2017-01-16
* Open sourcing LicensingTests.Gravatar Irina Iancu2017-01-16
* Move mocking logic for AndroidSdkRepositoryTest into the test itself.Gravatar Adam Michael2017-01-13
* Update AndroidSdkRepositoryTest to account for changes to AndroidSdkRepository.Gravatar Adam Michael2017-01-12
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Add SwiftConfigurationGravatar Dmitry Shevchenko2017-01-12
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10
* Fix an obscure crash scenario with static configs and BuildConfiguration.equals.Gravatar Greg Estren2017-01-04
* Improve cycle reporting error message.Gravatar Laurent Le Brun2017-01-04
* Expose to Skylark a merge() method for runfiles objectsGravatar Jon Brandvein2016-12-28