aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* C++: Wraps CcExecutionDynamicLibrariesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Bring back --copts to linkstamp compile actionsGravatar hlopko2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Add tests for interface shared library build variables when lto indexingGravatar hlopko2018-04-09
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* 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++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Readd SkylarkCcToolchainConfigureTest after fixGravatar hlopko2018-03-22
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Manual rollback of https://github.com/bazelbuild/bazel/commit/5cee7f4afbadf8f...Gravatar hlopko2018-03-21
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Clean up tests of temp dirs in CcCommonTest to properly set the host CPU.Gravatar jcater2018-03-14
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Introduce cc_configure_lib.bzl#split_escapedGravatar hlopko2018-02-27