aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Add JavaSemantics to JavaToolchain.Gravatar dbabkin2018-02-19
* Pass short proto path before the long path to protoc.Gravatar elenairina2018-02-19
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* Rule documentation for android_instrumentation_testGravatar jingwen2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Rename Dex2OatProvider to AndroidDex2OatInfo andGravatar Googler2018-02-16
* Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.Gravatar mjhalupka2018-02-16
* Make default for android_cpu armeabi-v7aGravatar Googler2018-02-16
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* Expose manifest property in ResourceContainerGravatar Googler2018-02-15
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* C++: Removes CppModel classGravatar plf2018-02-15
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Pass --target_label, --injecting_rule_kind to all java compile actions.Gravatar tomlu2018-02-14
* Pull out useful parts of discoverInputs into findAdditionalInputs so that it ...Gravatar Googler2018-02-14
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* @AutoCodec for CcLinkParamsInfo.Gravatar cpeyser2018-02-14
* Specialize CCToolchainFeatures flags for single-variable flags.Gravatar tomlu2018-02-14
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Set extra action tool path to the value that crosstool will actually use base...Gravatar Googler2018-02-13
* Add Bazel documentation for android_local_test.Gravatar dannark2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Blaze: let a LinkerInput declare that it needs debug info in the executableGravatar Googler2018-02-12
* Ensure that RuleContext is not referenced after analysis by objc_library.Gravatar cparsons2018-02-12
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Make AndroidInstrumentationInfo createable from Skylark.Gravatar ajmichael2018-02-12
* Add labels to some Android progress messages.Gravatar ajmichael2018-02-12
* Changes cc_library to consume headers specified in the "hdrs" attribute of anGravatar cpeyser2018-02-12
* Move common proto aspect logic to a new class.Gravatar elenairina2018-02-12
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-12
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Add custom_package attribute to android_local_test.Gravatar dannark2018-02-10
* Automated rollback of commit 873f343fefbb08048e7e75c482843b9e68954de6.Gravatar jingwen2018-02-09
* Make blaze stop passing --rule_kind to java tools.Gravatar tomlu2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction.Gravatar cpeyser2018-02-08
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Avoid integer overflow breaking protobuf artifact ordering.Gravatar cparsons2018-02-08