aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Automated rollback of commit c4fc6201fdfa71993e2e9e295a946150e6990c75.Gravatar mstaib2018-05-14
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcRunfilesInfo to CcRunfilesGravatar plf2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-14
* Add CcHostToolchainAliasRule.Gravatar dbabkin2018-05-14
* Add a fast path for validating include directives. Most -isystem directives areGravatar Googler2018-05-14
* Set Locale to English when uppercasing strings to match EnumsGravatar Jingwen Chen2018-05-11
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-11
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Rename Staticness to LinkerOrArchiver.Gravatar hlopko2018-05-07
* Start migration of cpp build API classes to skylarkbuildapiGravatar cparsons2018-05-07
* Move CcToolchainFeatures.FeatureSelection to a separate CcToolchainFeatureSel...Gravatar rosica2018-05-04
* Automated rollback of commit ecb30676bdd7f1783afb3886e57caa9d6b1b9aee.Gravatar hlopko2018-05-04
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-05-03
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-03
* Do not pass compilation context to compile build variablesGravatar hlopko2018-05-03
* Consolidating start/end lib archive expansion Take 3Gravatar Googler2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Fix CppConfiguration#isLLVMOptimizedFdo() method to work with --fdo_profileGravatar rosica2018-05-02
* Change -lgcov with --coverageGravatar Irina Iancu2018-05-02
* Migrate CcToolchainAlias to use base class CommonAliasRuleGravatar dbabkin2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Automated rollback of commit 3fbe733bf72659e9de30fb099a65e87b1a402a18.Gravatar Googler2018-05-01
* Consolidating start/end lib archive expansion Take 2Gravatar Googler2018-04-30
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30