aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* AutoValue and SkylarkClassObject interact badly, so remove that.Gravatar John Cater2017-04-24
* Remove an unused argument from FdoSupport#getGcdaArtifactsForGcdaPath().Gravatar lberki2017-04-24
* Remove --microcoverage supportGravatar cushon2017-04-24
* Initialize FeatureConfiguration for hip toolchain when building hipGravatar hlopko2017-04-24
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Allow Skylark rule to declare a dependency on the C++ toolchain and make the ...Gravatar lberki2017-04-20
* Automated g4 rollback of commit 50d62ee7888856f935d09e5fd60ee23d24d02b44.Gravatar cushon2017-04-20
* Prepare dynamic LIPO transitions.Gravatar gregce2017-04-20
* Add repository override optionGravatar kchodorow2017-04-20
* Remove unused dsym type info from ObjcVariablesExtension.Gravatar cpeyser2017-04-20
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* RELNOTES: NoneGravatar ajmichael2017-04-19
* Temporarily disable consistent split transitioning on apple_binary rules.Gravatar cparsons2017-04-19
* Propagate iquote appropriately from apple_binary so that generated headers of...Gravatar cparsons2017-04-19
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Change Bazel's LIPO model to support dynamic configurations.Gravatar gregce2017-04-19
* Turn on --experimental_j2objc_header_map by default.Gravatar rduan2017-04-19
* Skip params file handling for resource jar actions with short command linesGravatar cushon2017-04-19
* Skip params file handling for genjar actionsGravatar cushon2017-04-19
* Generating PDB files on WindowsGravatar Yun Peng2017-04-18
* Partial rollback of unknown commitGravatar cushon2017-04-18
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Improve DottedVersion validation for minimum_os attribute, and fix error mess...Gravatar cparsons2017-04-18
* Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed.Gravatar schmitt2017-04-18
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019.Gravatar jfield2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* Add bitcode support to objc crosstool linking.Gravatar cpeyser2017-04-18
* Enable params files for resource jar actionsGravatar cushon2017-04-18
* Remove the use_objc_header rule warning. Add a generic migration warning to o...Gravatar kaipi2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Introduce linkmap support for --experimental_objc_crosstool=allGravatar cpeyser2017-04-18
* Partition ObjC header scanning actions to better handle large targets.Gravatar Googler2017-04-14
* Sets --objc_includes_prioritize_static_libs to be true by default.Gravatar cpeyser2017-04-14
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Make FakeCppCompileAction fail if its source file doesn't compile without any...Gravatar lberki2017-04-13
* Lifting restriction that java home cannot be absolute path when jvm label is ...Gravatar Googler2017-04-13
* Make Android data binding rules explicitly depend on the runtime library.Gravatar gregce2017-04-13
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Add feature_flags attribute to Android binary rules.Gravatar mstaib2017-04-13
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* Introduce hidden configuration flag to list dexopts used by DexFileMerger too...Gravatar kmb2017-04-12
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Fix typo, mobile_install should be mobile-installGravatar Googler2017-04-12
* Extract --sysroot flag from bazel and move it into crosstoolGravatar hlopko2017-04-12
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* Better error messages for non-exported values.Gravatar dslomov2017-04-11
* reformat "output" param so that it's visibleGravatar Googler2017-04-11