aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Move --linkopt flags into user_link_flagsGravatar hlopko2018-07-19
* Remove workspace status language filter, and C++ linkstamp "VERBATIM" output ...Gravatar Googler2018-07-19
* Require the ActionExecutionMetadata to be passed to IncludeScannerGravatar ulfjack2018-07-19
* Ensure that gathering the info for an extra action can rely on the actionGravatar Googler2018-07-19
* Rename CrosstoolInfo.java to CcToolchainConfigInfo.javaGravatar rosica2018-07-18
* C++: Removes check for host configurationGravatar plf2018-07-18
* Remove a few unused fields from CrosstoolInfo.Gravatar lberki2018-07-18
* Expose AndroidCcLinkParamsProvider to Skylark as AndroidCcLinkParamsInfo.Gravatar Googler2018-07-17
* Add flags for disabling legacy crosstool fieldsGravatar hlopko2018-07-17
* Pull out a class to hold the data that is transferred from a compilation actionGravatar Googler2018-07-17
* PiperOrigin-RevId: 204896222Gravatar Googler2018-07-17
* C++: Remove CcDynamicLibrariesForRuntime.Gravatar plf2018-07-16
* C++: New functionality exposed to Skylark for external libs.Gravatar plf2018-07-16
* Stop setting G3_VERSION_INFO C++ linkstamp variable.Gravatar Googler2018-07-13
* Remove bazel info crosstool-configurationGravatar hlopko2018-07-13
* Do not expose interface building related variables in the Skylark C++ toolcha...Gravatar hlopko2018-07-12
* Simplify (hopefully) usage of modules during input discovery. Goals:Gravatar Googler2018-07-12
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Deprecate py_extension "outs" attribute.Gravatar Googler2018-07-11
* Skip fingerprinting stuff into a CppCompileAction's key that can only affectGravatar Googler2018-07-11