aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Resource filtering properly handles pseudolocalesGravatar Googler2017-08-22
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* Stop using CustomMultiArgv in OneVersionCheckActionBuilder.Gravatar tomlu2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* j2objc java tests work for --experimental_objc_crosstool=allGravatar cpeyser2017-08-21
* Windows: Implement python native launcherGravatar Yun Peng2017-08-21
* Prevent using android libraries as resources if they have non-resource infoGravatar Googler2017-08-21
* Do not add linking features in CppActionConfigs when crosstool already define...Gravatar hlopko2017-08-21
* Properly handle some values that can be null in AppleCommandLineOptions.Gravatar janakr2017-08-18
* Remove unnecessary options parser caching.Gravatar ccalvarin2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Desugar all the Android builds!Gravatar ajmichael2017-08-18
* Added support for $(LD) for genrule() and ld_executable for SkylarkGravatar John Basila2017-08-18
* Expose android configuration to skylark (android_sdk and apk_signing_method)Gravatar Googler2017-08-18
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Fetch the Java-specific Make variables from the :host_jdk dependency instead ...Gravatar lberki2017-08-18
* Filter out non-aidl files out of idl_preprocessed param if the passed in valueGravatar Googler2017-08-17
* Add aapt2 to the resource compile action.Gravatar corysmith2017-08-17
* Add flag to fail when android_resources targets are encounteredGravatar Googler2017-08-17
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Delete last vestiges of xcodegen.Gravatar schmitt2017-08-16
* Delete --deprecated_generate_xcode_project.Gravatar schmitt2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Lazily construct AndroidDeployInfo proto.Gravatar tomlu2017-08-14
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Rename the aapt2 library to .apk, which is what aapt2 expects for static libr...Gravatar corysmith2017-08-11
* Do not make generated files mandatory deps for ObjC compile when headerGravatar Googler2017-08-11
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Only patch in C++ compile features when they are not already defined in cross...Gravatar hlopko2017-08-10
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Remove exec from $testing_shbase. It is a sh_library target that we only use ...Gravatar ajmichael2017-08-10
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Revert collect_coverage change that enables the new Java coverageGravatar elenairina2017-08-10
* Add reexports to cc rules and cc_shared_library and cc_static_library semanticsGravatar elenairina2017-08-10
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* Add flag to use processed resource apk manifest fileGravatar Googler2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Rename some variables for easier understanding of the code.Gravatar elenairina2017-08-09