aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Always use exactly two components in Xcode version featureHEADmasterGravatar bbaren2018-08-15
* Skip __init__.py in __pycache__ dir.Gravatar Googler2018-08-14
* Create new config module that is responsible for creating BuildSetting descri...Gravatar juliexxia2018-08-14
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Don't disable preverificationGravatar cushon2018-08-13
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* ActionAnalysisMetadata exposes whether loose headers are present. TransitiveV...Gravatar shahan2018-08-12
* Use NestedSets to store topLevelModules and discoveredModules. Also improveGravatar Googler2018-08-11
* Only remember discovered modules for modules. For all other compiles, we won'tGravatar Googler2018-08-11
* Adds a flag --experimental_includes_attribute_subpackage_traversal to toggle ...Gravatar shahan2018-08-10
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-08-09
* Stop allowing targets with loose headers checking that reference srcs/hdrs in...Gravatar shahan2018-08-09
* Final asset/resource decoupling cleanupGravatar asteinb2018-08-09
* Automated rollback of commit 09bf7cc5865f7edd9a3eeabb42792e8de3ad862f.Gravatar tomlu2018-08-08
* Remove ApplicationManifestGravatar asteinb2018-08-08
* 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