aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
...
* Fix an expansion flag issue where it expands to a repeatable flag.Gravatar ccalvarin2017-04-18
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* Canonicalize-flags can now show the canonical invocation policy.Gravatar ccalvarin2017-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
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Fix `in` operator for targetsGravatar vladmos2017-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
* BEP: report shard and numbers 1-basedGravatar Klaus Aehlig2017-04-14
* Update comments and remove obsolete field.Gravatar laurentlb2017-04-13
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* BEP: for local transports optionally drop path conversionGravatar Klaus Aehlig2017-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
* Add qemu2_x86 filegroup to @androidsdk.Gravatar ajmichael2017-04-13
* Remove special cases for "name" in implicit outputs codeGravatar Benjamin Peterson2017-04-13
* Remove Preprocessor.ResultGravatar laurentlb2017-04-13
* Fix memory regression introduced by default providersGravatar vladmos2017-04-13
* Add select() support for "query --output=build".Gravatar gregce2017-04-13
* Make Android data binding rules explicitly depend on the runtime library.Gravatar gregce2017-04-13
* Add a custom single-line formatter for java.log.Gravatar schmitt2017-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
* Update outdated commentGravatar brandjon2017-04-13
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* BuildEvent: reflect generic converter property also in interface variablesGravatar Klaus Aehlig2017-04-13
* Delete Preprocessor.FactoryGravatar laurentlb2017-04-12
* Make android_sdk_repository generate filegroups containing system image files...Gravatar ajmichael2017-04-12
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* 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
* Re-enabling the remote caching without remote execution code path, which wasGravatar olaola2017-04-12
* Remove Preprocessing support from PackageFactoryGravatar laurentlb2017-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
* Fix #2769: Worker processes should be killed on 'bazel clean'.Gravatar philwo2017-04-12
* BEP: clean up no longer needed field in OutputGroupGravatar Klaus Aehlig2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* Better error messages for non-exported values.Gravatar dslomov2017-04-11
* Aspect propagation should not lose transitively-visible aspects.Gravatar dslomov2017-04-11
* CommandDispatcher: s/blaze/bazel/ in error messageGravatar laszlocsomor2017-04-11
* reformat "output" param so that it's visibleGravatar Googler2017-04-11
* Explicitly ignore returned FutureGravatar cushon2017-04-11
* Use split transition consistently among Apple multi-arch linking rules.Gravatar cparsons2017-04-11
* Avoid copying existing immutable collectionsGravatar cushon2017-04-11