aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppHelper.java
Commit message (Expand)AuthorAge
* C++: Removes logic for linkopts expansion.Gravatar plf2018-07-20
* Automated rollback of commit 3ea6c18a623d6495a81f12baace40d3bc8a72bbe.Gravatar lberki2018-07-11
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* C++: Remove unnecessary runfiles providers.Gravatar plf2018-06-25
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Remove LIPO supportGravatar hlopko2018-06-15
* Avoid long, duplicated directory structures. In the common case, generatedGravatar Googler2018-06-13
* Change generated DEF file name from <target name>.def to <target name>.gen.defGravatar pcloudy2018-06-13
* C++: Introduces flag to disable automatic expansion of labels in linkopts.Gravatar plf2018-06-07
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* Remove FlagListGravatar hlopko2018-05-23
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-11
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Automated rollback of commit ecb30676bdd7f1783afb3886e57caa9d6b1b9aee.Gravatar hlopko2018-05-04
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-25
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Do not unconditionally add gcc3 as a system include directory for stlGravatar hlopko2018-02-22
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* C++: Removes CppModel classGravatar plf2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06