aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* 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
* Automated rollback of commit dade44dab4a571acc710f0960a3afda0d7b183b3.Gravatar hlopko2018-04-30
* Automated rollback of commit fd9a0958a989cac1f08f15ab5643728469f9824e.Gravatar hlopko2018-04-30
* Ensure that all aspects which (even very indirectly) callGravatar jcater2018-04-27
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Automated rollback of commit 8ca66458a42266f11aba77732b05ab06b96e95fb.Gravatar hlopko2018-04-26
* Ensure that all rules which (even very indirectly) callGravatar jcater2018-04-26
* CppDebugPackageProvider is useful for more than just C++, so rename it.Gravatar Googler2018-04-26
* Consolidating start/end lib archive expansionGravatar Googler2018-04-26
* Expose cc_common.get_environment_variables and cc_common.get_command_line to ...Gravatar hlopko2018-04-26
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-26
* Automated rollback of commit 404483d99bca4edc0600e72cacfcc36404fd4653.Gravatar hlopko2018-04-25
* Support deferred param files.Gravatar tomlu2018-04-25
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-25
* Make output name case-insensitive while calculating output names for object f...Gravatar pcloudy2018-04-25
* Replace usage of proto class CToolchain.WithFeatureSet with equivalent WithFe...Gravatar Googler2018-04-25