aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Change Mock{Android,Java}Support to actually import test runner related jars ...Gravatar dannark2017-11-27
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Don't propagate resources when neverlink is specified and manifest is notGravatar Googler2017-11-22
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Add proper test coverage for filtering resource depsGravatar Googler2017-11-22
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Allow conditioning flags on the _absence_ of a feature.Gravatar Googler2017-11-21
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Update AndroidConfiguration to reflect changesGravatar Googler2017-11-21
* Remove experimental flags for generating robolectric R class.Gravatar Googler2017-11-20
* Change default behavior for cc_toolchain.compiler and cc_toolchain.libc forGravatar cpeyser2017-11-18
* Add cc_import rule definitionGravatar Yun Peng2017-11-17
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Remove target from BUILD file that was prematurely added in https://github.co...Gravatar dannark2017-11-17
* Create shared base class for tests of android_{local,robolectric}_test.Gravatar dannark2017-11-16
* Deletes unused apk manifest.Gravatar ahumesky2017-11-16
* Build databinding annotation processor in host configuration.Gravatar ajmichael2017-11-16
* Stop adding data deps to AndroidDeployInfo proto.Gravatar ajmichael2017-11-15
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Actually run AarImportTest ?Gravatar ajmichael2017-11-15
* Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider.Gravatar cpeyser2017-11-14
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Config feature flags for apple_binary and apple_static_libraryGravatar cparsons2017-11-10
* Remove android_instrumentation rule.Gravatar ajmichael2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Move CppConfiguration#getHostSystemName, #getTestOnlyLinkOptions, #getObjCopy...Gravatar cpeyser2017-11-06
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Filter local and transitive resources togetherGravatar Googler2017-11-06
* Open-source the remainder of non-legacy Apple/Objc java testsGravatar cparsons2017-11-03
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Clean up LocalResourceContainer.BuilderGravatar Googler2017-11-01
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Remove --incremental_dexing_binary_types.Gravatar ajmichael2017-10-31
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Default to not including library R classes in android_binary runtime classpathGravatar Googler2017-10-31
* Make AndroidRuleClasses#hasProguardSpecs less fragile.Gravatar ajmichael2017-10-31
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Implement android_binary.instruments attribute.Gravatar jingwen2017-10-27
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-26