aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* @AutoCodec JavaCcLinkParamsProvider.Gravatar janakr2018-02-26
* @AutoCodec JavaCompilationInfoProvider.Gravatar janakr2018-02-26
* Fix filename in docGravatar brandjon2018-02-26
* build stamping: "Build time" is now correctGravatar Laszlo Csomor2018-02-26
* @AutoCodec TransitiveInfoProviderMapImpl and JavaInfo.Gravatar janakr2018-02-23
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* @AutoCodec JavaCompileAction.Gravatar janakr2018-02-23
* Pass `--install_test_services=true` test arg to DeviceBroker when running in ...Gravatar jingwen2018-02-23
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* @AutoCodec for CreateIncSymlinkAction, ExtractInclusionAction, andGravatar cpeyser2018-02-23
* Add @AutoCodec to CppModuleMapAction.Gravatar cpeyser2018-02-23
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Remove top level resources and assets from android_local_test.Gravatar dannark2018-02-22
* Enable ability to pass the resource apk to Robolectric so that it can consume...Gravatar dannark2018-02-22
* Add warning that android_robolectric_test is deprecated in favor of android_l...Gravatar dannark2018-02-22
* Add more codecs to execution phase.Gravatar janakr2018-02-22
* Make getNativeLibs callable from Skylark.Gravatar Googler2018-02-22
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* Fixed missing end / in documentationGravatar jingwen2018-02-22
* Fixed missing end quote in android_instrumentation_test's documentationGravatar jingwen2018-02-22
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* Do not unconditionally add gcc3 as a system include directory for stlGravatar hlopko2018-02-22
* Update javadoc for some headers and include dirs methods.Gravatar Benjamin Peterson2018-02-22
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Don't register linkstamp compile actions when we're doing thinlto indexing stepGravatar hlopko2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* 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