aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Do not run imported jars through ijar when --nouse_ijars is on the command line.Gravatar lberki2017-05-31
* Adds external J2ObjC BUILD files to Bazel's generated embedded_tools directory,Gravatar Googler2017-05-31
* When filtering resources in analysis, also filter resource rootsGravatar Googler2017-05-31
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Change ProtobufSupport to use CrosstoolCompilationSupport if experimental_obj...Gravatar Googler2017-05-30
* Delete ios_framework native rule.Gravatar cparsons2017-05-29
* Propagate objc_library SDK Frameworks through cc_library edgesGravatar cparsons2017-05-29
* For objc rules, generated headers are mandatory inputs to CppCompileAction.Gravatar cpeyser2017-05-26
* BEP: report more test-result files and add a constants classGravatar aehlig2017-05-26
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Use the correct extension_safe copt for extension_safe attributeGravatar cparsons2017-05-26
* Remove no-op use_singlejar_for_proguard_libraryjars flag - it was removed fro...Gravatar Googler2017-05-26
* Expose creation method for DottedVersion to skylark.Gravatar cparsons2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Clean up SkylarkToolchainConstructor's argument handling.Gravatar John Cater2017-05-26
* Added an implicit output target to j2objc_libraryGravatar Googler2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Root GenObjcBundledProtos input filelist under the appropriate build configur...Gravatar cparsons2017-05-26
* Add one version enforcement to android_robolectric_testGravatar Googler2017-05-26
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Set --experimental_enable_objc_cc_deps by default in the blaze binary.Gravatar cpeyser2017-05-23
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Don't de-duplicate linkopts from two different configured targets that have t...Gravatar lberki2017-05-23
* Fix typos in android_device.system_image attribute documentationGravatar Googler2017-05-23
* Add CC_FLAGS to the macros that pull in the CcToolchainProvider for genrulesGravatar Googler2017-05-23
* Remove outdated comment.Gravatar ajmichael2017-05-23
* Add deprecation warning if the "legacy" manifest merger is used, now that the...Gravatar apell2017-05-23
* If the target apple_binary is a loadable_bundle, always pass the @loader_path...Gravatar kaipi2017-05-23
* Fix ordering of -fPIC for PIC compiles in the LTOBackendActionGravatar Googler2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Extract determining which manifest merger to use (legacy v android) to a sepa...Gravatar Googler2017-05-22
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Expose javac jar in java_toolchain's skylark providerGravatar Googler2017-05-22
* Update the platform rule documentation to match the actual attribute names.Gravatar jcater2017-05-22
* Turn the --explicit_jre_deps flag into a noop.Gravatar Googler2017-05-22
* Fix attribute name so docs are generated properly.Gravatar jcater2017-05-22
* Create new android_host_service_fixture rule.Gravatar ajmichael2017-05-22
* Don't join javabuilder classpath flagsGravatar cushon2017-05-19
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* Automated g4 rollback of commit e9607dc5e72668c3bf360307d99af4bddbdc38bc.Gravatar xingao2017-05-19
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Fix minor hashing bug in config_feature_flag configuration name.Gravatar mstaib2017-05-17
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Implement 'provides' for crosstool.Gravatar cpeyser2017-05-15
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Convert locale qualifiers from old Aapt format to correct format before parsingGravatar Googler2017-05-15
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Remove the strict_proto_deps attribute from the build language.Gravatar Googler2017-05-15
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15