aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Refactor ObjcProvider to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-09
* RELNOTES: Make PIC and non PIC outputs for C++ compilation with Tree ArtifactsGravatar Googler2018-01-09
* Removes unnecessary check for LinkTargetType.EXECUTABLE.Gravatar plf2018-01-09
* Expose the Java home to Skylark.Gravatar lberki2018-01-09
* Fix android_binary.aapt_version docs referencing the wrong flagGravatar Googler2018-01-08
* Expose apple_common.link_multi_arch_binary to Skylark.Gravatar cparsons2018-01-08
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Update documentation on local_repository.path.Gravatar jcater2018-01-05
* PiperOrigin-RevId: 180959513Gravatar Googler2018-01-05
* Merge the runfiles of @androidsdk//:aapt_binary into android_instrumentation_...Gravatar jingwen2018-01-04
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Propagate deps' objc providers with AppleLoadableBundleGravatar cparsons2018-01-04
* Remove defunct Android incremental dexing flagsGravatar kmb2018-01-04
* Correct comment for OneVersionEnforcementLevelConverter.Gravatar Benjamin Peterson2018-01-04
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Add android_local_test rule to Bazel.Gravatar dannark2017-12-31
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Fix include scanner's absolute path handling.Gravatar tomlu2017-12-27
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Remove some dead code from AndroidIdeInfoProvider.Gravatar ajmichael2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Only return a nocopts matcher if the attribute is explicitly specified.Gravatar tomlu2017-12-21
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Deprecate "xctest" attribute from ios_test. This removes any functionality re...Gravatar kaipi2017-12-21
* Fix AliasRule to skip platform and toolchain resolution.Gravatar John Cater2017-12-21
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* Terminate --javacopt flags with `--`Gravatar cushon2017-12-21
* Roll forward https://github.com/bazelbuild/bazel/commit/26b7ea6a37961ce993afe...Gravatar cushon2017-12-21
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Remove package name from license.Gravatar dannark2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Use more robust check for bitcode inputs to linkGravatar Googler2017-12-21
* Remove xcode_toolchain flagGravatar dmishe2017-12-21
* Automated rollback of commit 56ef727987c05df2953a4a53935b4f9b899f9d81.Gravatar dannark2017-12-20
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Remove legacy_native_support attribute.Gravatar ajmichael2017-12-20
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Inline JavaToolchainData into JavaToolchainProviderGravatar cushon2017-12-20
* Allow --javabase to accept java_runtime (not just java_runtime_suite)Gravatar cushon2017-12-20