aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Automated rollback of commit 77777d1a769e938839b82c65ff320e09b1e7a715.Gravatar Googler2018-04-24
* Fix runtime jar collection for legacy mobile-installGravatar cushon2018-04-24
* Make some runtime jar collection non-transitiveGravatar cushon2018-04-24
* Remove JavaConstraintsProvider, allow specifying constraints when constructin...Gravatar kmb2018-04-24
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Allow feature configuration to be created from skylarkGravatar hlopko2018-04-24
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Accept included headers which are provided by tree artifacts.Gravatar carmi2018-04-23
* Add the additional options to support manual trimming of feature flags.Gravatar mstaib2018-04-23
* Add a new "STRICT_ERROR" for the flag "--experimental_import_deps_checking" t...Gravatar cnsun2018-04-23
* C++: Expose functionality needed for cc_embed_data Skylark implementationGravatar plf2018-04-23
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* aar_import doesn't export AndroidSkylarkApiProviderGravatar asteinb2018-04-20
* Fix asset processing bugGravatar asteinb2018-04-20
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-04-20
* Optionally suppress ThinLTO indexing for all linkstatic targetsGravatar Googler2018-04-20
* Remove logic from CppConfiguration that is repeated in CppToolchainInfoGravatar Googler2018-04-20
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* C++: Wraps CcExecutionDynamicLibrariesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Bring back --copts to linkstamp compile actionsGravatar hlopko2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* C++: Wraps CcRunfilesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Remove JavaCompilationArgsHelperGravatar cushon2018-04-20
* C++: Exposes Skylark configuration field called STLGravatar plf2018-04-20
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Fix error message for proguard_apply_dictionary.Gravatar Googler2018-04-19
* Consolidate handling of jar files in depsGravatar cushon2018-04-19
* Add a flag to enable strict deps for android_binary.binary_under_testGravatar cushon2018-04-18
* Makes ApkActionsBuilder honor --nobuild_runfile_manifests.Gravatar shahan2018-04-18
* Wire up decoupled resource processing for MobileInstallGravatar asteinb2018-04-18
* Add deploy jar to android_local_test.Gravatar Googler2018-04-18
* Wire up decoupled data processing for aar_import ruleGravatar asteinb2018-04-18
* Wire up decoupled data pipeline in top-level Android targetsGravatar asteinb2018-04-18
* Setup for wiring up decoupled data processing in top-level targetsGravatar asteinb2018-04-18
* Clean up IterablesChain.Gravatar tomlu2018-04-18
* Wire up decoupled data pipeline in android_libraryGravatar asteinb2018-04-18
* Ability to stop using ResourceContainer in various actionsGravatar asteinb2018-04-18
* Create pipeline for monolithic data processing with decoupled classesGravatar asteinb2018-04-18
* Clean up R class generationGravatar asteinb2018-04-18
* Remove JavaSemantics#commonDependencyProcessingGravatar cushon2018-04-17
* Add decoupled asset containers to ResourceApk wrapper objectGravatar asteinb2018-04-17
* Ability to pass decoupled assets into monolithic resource processing actionGravatar asteinb2018-04-17
* Push using ruleContext.getFeatures() outside of creating FeatureConfigurationGravatar hlopko2018-04-17
* Independently merge assetsGravatar asteinb2018-04-17