aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Automated rollback of commit 09bf7cc5865f7edd9a3eeabb42792e8de3ad862f.Gravatar tomlu2018-08-08
* Expose methods returning bare C++ options in SkylarkGravatar hlopko2018-08-08
* 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
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-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
* 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
* Add builtin include directories to action key for CppCompileActionGravatar hlopko2018-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
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-07-31
* Only call filterDiscoveredHeaders() if include scanning is in effect.Gravatar lberki2018-07-31
* Disable include scanning for C++ linkstamp compile actions, which are suppose...Gravatar lberki2018-07-31
* Internal changeGravatar ruperts2018-07-30
* Automated rollback of commit 71479d3ef1627a30b9ec75ca50e6a90cf7db6377.Gravatar ruperts2018-07-27
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* Automated rollback of commit 16dde0de06a3a4157a13e7e7264afeb6a50b2dde.Gravatar janakr2018-07-25
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-25
* C++: Remove AbstractCcLinkParamsStore from providers.Gravatar plf2018-07-25
* Prevent unnecessary file stats when looking at whether an include is in one ofGravatar Googler2018-07-25
* Automated rollback of commit 6f1915114ec7af104a2649a454cc1519ce7806bf.Gravatar laurentlb2018-07-24
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* C++: Remove AbstractCcLinkParamsStore from providers.Gravatar plf2018-07-24
* Only expand dynamic_library_linker_tool feature when generate_interface_libra...Gravatar hlopko2018-07-23
* Remove "warn" setting for hdrs_check. This has not proven useful.Gravatar Googler2018-07-23
* Add --experimental_enable_cc_toolchain_label_from_crosstool_proto flag for di...Gravatar rosica2018-07-23
* Remove special casing for --incremental-changed and --incremental-unchanged.Gravatar lberki2018-07-23
* C++: Refactors every provider wrapping CcLinkParamsStoreGravatar plf2018-07-23
* Implement a way to do include validation as a part of input discovery. ThisGravatar Googler2018-07-23
* Tweak GUID for WriteBuildInfoHeaderAction to force it to be rebuiltGravatar Googler2018-07-20
* Do not check if features named include_paths or preprocessor_definesGravatar Googler2018-07-20
* Open source SwigIncludeScanningContextGravatar ulfjack2018-07-20
* C++: Removes logic for linkopts expansion.Gravatar plf2018-07-20
* Open source IncludeScanning glue codeGravatar ulfjack2018-07-20
* C++: Cleans up C++ Skylark APIGravatar plf2018-07-20
* C++: Implements Skylark cc_common.compile()/link().Gravatar plf2018-07-19