aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Add cc_import rule definitionGravatar Yun Peng2017-11-17
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider.Gravatar cpeyser2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Migrate CppConfiguration#getGnuSystemName to CcToolchainProvider.Gravatar cpeyser2017-11-13
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
* 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#getHostSystemName, #getTestOnlyLinkOptions, #getObjCopy...Gravatar cpeyser2017-11-06
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-11-06
* Schedule LtoBackendAction when creating LtoBackendArtifactGravatar Googler2017-11-06
* Don't keep set of LTO backend artifacts on link actionGravatar Googler2017-11-06
* Automated rollback of commit 5d42ae10195cd1acb9612df3a3d520f09b0c3e39.Gravatar cpeyser2017-11-03
* When force_pic is on, build linkstamp objects with PIC.Gravatar Googler2017-11-03
* Move CppConfiguration#toolchainNeedsPic, #getRuntimeSysroot, andGravatar cpeyser2017-10-31
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Move CppConfiguration#getStaticRuntimeLibsLabel and #getDynamicRuntimeLibsLabelGravatar cpeyser2017-10-25
* Move CppConfiguration#getAbi and #getAbiGlibcVersion to CcToolchainProvider.Gravatar cpeyser2017-10-25
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Add a flag to disable Make variables in the C++ configuration.Gravatar lberki2017-10-23
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Flip the default value of --experimental_toolchain_id_in_output_directory to ...Gravatar lberki2017-10-18
* Add c++-module-codegen to known action typesGravatar hlopko2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Make cc_toolchain put the files comprising the toolchain into its FileProvider.Gravatar lberki2017-10-18
* In CppToolchainInfo, use the label of the cc_toolchain instead of --crosstool...Gravatar cpeyser2017-10-16
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Check the implicit requirement of fdo_instrument and lipo_context.Gravatar ccalvarin2017-10-11
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Remove unused MANDATORY_LINK_TARGET_TYPESGravatar George Gensure2017-10-11
* Workaround missing go_* target ThinLTO supportGravatar Googler2017-10-10
* Extract CppToolchainInfo from CppConfiguration. CppToolchainInfo contains allGravatar cpeyser2017-10-10
* Add .imports file to the LTOBackendAction inputsGravatar Googler2017-10-07
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Refactor CppHelper.mallocForTarget() to allow specifying the name of theGravatar Googler2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Put feature arguments after command line options for LTOBackendActionGravatar Googler2017-10-06
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Fix various linter errorsGravatar ruperts2017-09-29
* Remove the null lipo context collector from the objc rules, which do not use ...Gravatar cpeyser2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28