aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* 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
* Automated rollback of commit 3ea6c18a623d6495a81f12baace40d3bc8a72bbe.Gravatar lberki2018-07-11
* C++: Exposes new parameters of C++ Skylark API.Gravatar plf2018-07-10
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Track additionallyPrunableIncludes separately from declaredIncludeSrcs (don'tGravatar Googler2018-07-10
* Only compile a single source file once for a given cc_* rule.Gravatar lberki2018-07-10
* Restructure the NestedSet usage in CcCompilationContext. Goals:Gravatar Googler2018-07-10
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Adds interning to CcToolchainVariablesGravatar shahan2018-07-09
* Windows, CROSSTOOL: Fix feature for linking interface library and dynamic lib...Gravatar pcloudy2018-07-09
* Cleanup libs_to_link_dont_emit_objects_for_archiver build variableGravatar hlopko2018-07-06
* Don't unnecessarily create a NestedSet and remove a stale comment. We do want...Gravatar Googler2018-07-06
* Add an experimental option to disable .d-file scanning for modular builds. WhenGravatar Googler2018-07-06
* Make C++ extra action properly add module file flags for discovered C++Gravatar Googler2018-07-06
* Add sysroot variable to cc_common.create_link_variablesGravatar hlopko2018-07-05
* Replace old option name with new --discard_orphaned_artifacts in tests.Gravatar ccalvarin2018-07-02
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Add a flag to disable the parts of the Skylark API of the C++ configuration t...Gravatar lberki2018-07-02
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Automated rollback of commit 908682a743d5a1c31b17bc199f9003a6b00114b8.Gravatar mstaib2018-06-29
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Deduplicate loose paths much earlier so that they create smaller nested setsGravatar Googler2018-06-28
* Change label from //tools/defaults:crosstool to //tools/cpp:crosstool",Gravatar dbabkin2018-06-28
* Delete some more LIPO crumbs.Gravatar Benjamin Peterson2018-06-28
* Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses.Gravatar dbabkin2018-06-28
* Expose Skylark API to the C++ toolchainGravatar hlopko2018-06-28
* Add Interners for CcToolchainFeatures$ActionConfig, Feature, andGravatar mjhalupka2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* C++: Makes Skylark CcCompilationInfo accept headersGravatar plf2018-06-27
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26