aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLinkParams.java
Commit message (Expand)AuthorAge
* C++: New functionality exposed to Skylark for external libs.Gravatar plf2018-07-16
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* C++: Remove CcSpecificLinkParamsProvider.Gravatar plf2018-06-01
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* @AutoCodec some c++ linking data structures.Gravatar cpeyser2018-02-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* Simplify CcLinkParams#addCcLibraryGravatar hlopko2017-09-25
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Don't de-duplicate linkopts from two different configured targets that have t...Gravatar lberki2017-05-23
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* Expose CcLinkParams.add(CcLinkParamsStore), to allow callers to merge several...Gravatar Carmi Grushko2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* bazel: support linking accumulated libraries into C++ binariesGravatar Googler2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove the deprecated unused addTransitiveLangTargets method.Gravatar Ulf Adams2015-08-31
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Simplify link params collection a little bit.Gravatar Ulf Adams2015-05-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25