aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Remove CompiledMergeableAndroidDataGravatar asteinb2018-08-08
* Expose GeneratedExtensionRegistryProvider to Skylark.Gravatar Googler2018-08-08
* Remove ValidatedAndroidData interfaceGravatar asteinb2018-08-08
* Remove support for explicitly setting java_toolchain.encoding to UTF-8Gravatar cushon2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* Remove non-static ApplicationManifest methodsGravatar asteinb2018-08-08
* Expose methods returning bare C++ options in SkylarkGravatar hlopko2018-08-08
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* Remove ResourceContainerConverterGravatar asteinb2018-08-07
* Remove analysis code for old resource processing pipelineGravatar asteinb2018-08-07
* Remove decoupling flag from BazelGravatar asteinb2018-08-07
* Delete the now unused ExtractInclusionAction.Gravatar Googler2018-08-07
* Improve implementation of filterDiscoveredHeaders. Instead of creating a hugeGravatar Googler2018-08-07
* Pass cc_toolchain location to FeatureConfigurationGravatar rosica2018-08-07
* Remove is_cc_test_link_action and is_not_cc_test_link_action build variablesGravatar hlopko2018-08-07
* C++: Removes CcLinkParamsStore from Skylark APIGravatar plf2018-08-07
* C++: Stops passing workspace to whitelist check of providersGravatar plf2018-08-07
* Add configuration for android data binding v2.Gravatar corysmith2018-08-06
* Inline static functions.Gravatar corysmith2018-08-06
* Add AndroidResources processing to the DataBindingContext.Gravatar corysmith2018-08-06
* Cleaning up errant sysouts.Gravatar corysmith2018-08-06
* Move maybeAddProvider to be part of the EnabledDataBindingContext.Gravatar corysmith2018-08-06
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Explicitly create strict java compilation args in java_library.Gravatar twerth2018-08-06
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* Moved all external calls to isDataEnabled to DataBindingContext and made it p...Gravatar corysmith2018-08-03
* Reduce and centralize databinding context instances.Gravatar corysmith2018-08-03
* Introduce the DataBindingContext interface as part of centralizing the data b...Gravatar corysmith2018-08-03
* Update config_setting to get the target platform from the ToolchainContext.Gravatar John Cater2018-08-03
* Polish archiver_flags feature to behave better with the toolchain apiGravatar hlopko2018-08-03
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* BEGIN_PUBLICGravatar cushon2018-08-02
* Return Java providers only onceGravatar elenairina2018-08-02
* Add builtin include directories to action key for CppCompileActionGravatar hlopko2018-08-01
* Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a.Gravatar Googler2018-08-01
* Automated rollback of commit 75810d5910073aa7a1550bbd36544971f3c95ae1.Gravatar twerth2018-08-01
* Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9.Gravatar twerth2018-08-01
* Remove the need for discoverInputsStage2(). Much like every other SkyframeGravatar Googler2018-08-01
* There is no need to do input discovery or .d file analysis for modular codegen.Gravatar Googler2018-08-01
* Remove output jar from runfiles and the ijar from the OutputJar when sourcesGravatar Googler2018-07-31
* Add the source jars of exports to the list of transitive source jars.Gravatar Googler2018-07-31
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-07-31
* Add JavaSourceInfoProvider to JavaInfo.Gravatar elenairina2018-07-31
* Only call filterDiscoveredHeaders() if include scanning is in effect.Gravatar lberki2018-07-31
* Do not collect source jars for neverlink targets.Gravatar Googler2018-07-31
* Disable include scanning for C++ linkstamp compile actions, which are suppose...Gravatar lberki2018-07-31
* Internal changeGravatar ruperts2018-07-30
* Return Java providers only onceGravatar elenairina2018-07-30