aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppHelper.java
Commit message (Expand)AuthorAge
...
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not ena...Gravatar plf2018-02-02
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Move .includes files, which are required for include scanning, out of theGravatar cpeyser2018-01-25
* RELNOTES: Make PIC and non PIC outputs for C++ compilation with Tree ArtifactsGravatar Googler2018-01-09
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Allow not recognized Artifact category to be handled in Analysis phaseGravatar Googler2017-12-13
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Refactor CppHelper.mallocForTarget() to allow specifying the name of theGravatar Googler2017-10-06
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Rewrite CppHelper linkopts expansion to take a list and return a listGravatar ulfjack2017-09-27
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26