aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Allow optimization related features to be ignored when unsupported as opposed...Gravatar Googler2018-03-15
* Suppress ThinLTO indexing for linkstatic library in testsGravatar Googler2018-03-15
* Include object exec path in LTO Backend progress messageGravatar Googler2018-03-15
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* 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
* Support for passing options to LTO Backend actions onlyGravatar Googler2018-03-09
* Enable static_linking_mode or dynamic_linking_mode features from cc_binaryGravatar hlopko2018-03-09
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Fix CppToolchainProvider to get unfiltered compiler flags from theGravatar John Cater2018-03-05
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* Cleanup linking input computation in CppLinkActionBuilderGravatar hlopko2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* C++: Exposes to Skylark basic API functionalityGravatar plf2018-03-02
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* 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
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Remove unused fields from a few Cc* rule implementations.Gravatar cparsons2018-02-28
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Add @AutoCodec to some PatchTransitions.Gravatar mjhalupka2018-02-27
* @AutoCodec WriteBuildInfoHeaderAction.Gravatar janakr2018-02-27
* @AutoCodec CppLinkAction.Gravatar cpeyser2018-02-27
* Hide fix for linkstmap inputs computation behind an optionGravatar hlopko2018-02-26
* @AutoCodec CcSpecificLinkParamsProvider.Gravatar janakr2018-02-26
* @AutoCodec ProtoCcHeaderProvider and GenRuleSourcesProvider.Gravatar janakr2018-02-26
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* @AutoCodec for CreateIncSymlinkAction, ExtractInclusionAction, andGravatar cpeyser2018-02-23
* Add @AutoCodec to CppModuleMapAction.Gravatar cpeyser2018-02-23
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Add more codecs to execution phase.Gravatar janakr2018-02-22
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22