aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* C++: Introduces flag to disable automatic expansion of labels in linkopts.Gravatar plf2018-06-07
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* Simplify CppCompileAction#discoverInputs().Gravatar lberki2018-06-05
* Remove --glibc optionGravatar rosica2018-06-04
* C++: Makes JavaWrapCc use CcLinkingHelperGravatar plf2018-06-04
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* C++: Remove CcSpecificLinkParamsProvider.Gravatar plf2018-06-01
* Modify cc_toolchain_suite rule to allow selection of cc_toolchain label witho...Gravatar rosica2018-05-30
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* Propagate --experimental_prune_cpp_input_discovery to host builds. Otherwise,Gravatar Googler2018-05-29
* Avoid unnecessary work in validating C++ inclusions. Specifically:Gravatar Googler2018-05-29
* Add CcSysrootAliasRuleGravatar dbabkin2018-05-29
* Remove CppCompileAction.optionalSourceFileGravatar hlopko2018-05-28
* Don't create a HashSet/Map just to copy them into the Immutable-counterpartGravatar Googler2018-05-28
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Migrate cpp rules skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* Automated rollback of commit d62833f640690309e1a73aefa62de1d8821dc8ba.Gravatar plf2018-05-25
* For compilations with C++ modules, treat private headers (header files inGravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Restrict module usage to C++ actions. Other actions don't support compilingGravatar Googler2018-05-23
* Remove FlagListGravatar hlopko2018-05-23
* C++: Expose additional methods for CcCompilationInfo and CcLinkingInfoGravatar plf2018-05-23
* Windows: Fix link parameter file for dynamic linkingGravatar pcloudy2018-05-23
* Add a flag to disallow LIPO to aid in the rollout of the removal of LIPO supp...Gravatar lberki2018-05-23
* Rename CcRunfiles fields one more time to be perfectly accurate.Gravatar hlopko2018-05-23
* Rename staticRunfiles and dynamicRunfiles in CcRunfilesGravatar hlopko2018-05-22
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Rename CcLinkingOutputs.dynamicLibraries and executionDynamicLibrariesGravatar hlopko2018-05-22
* Partial rollback of commit 2661abb96b1fe51fb726a63eb08698564a82eb20.Gravatar hlopko2018-05-18
* C++: Add more parameters to Skylark API needed for match_clifGravatar plf2018-05-18
* Refactor artifact_name_pattern in CROSSTOOLGravatar pcloudy2018-05-18
* Support for ThinLTO to be enabled implicitly with FDOGravatar Googler2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Add libc_top attribute to cc_toolchain in preparation for moving config data ...Gravatar jcater2018-05-16
* Support .afdo profiles in fdo_profileGravatar rosica2018-05-16
* Make inclusion of the zipper executable in CcToolchain depend solely on wheth...Gravatar rosica2018-05-16
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-16
* C++: Renames CcExecutionDynamicLibrariesInfo to CcExecutionDynamicLibrariesGravatar plf2018-05-16
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Migrate several compilation-related cpp definitions to skylarkbuildapiGravatar cparsons2018-05-15
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15