aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkerInputs.java
Commit message (Expand)AuthorAge
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Blaze: let a LinkerInput declare that it needs debug info in the executableGravatar Googler2018-02-12
* Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction.Gravatar cpeyser2018-02-08
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Remove the apparently unused LibraryToLink#isSolibSymlink() method.Gravatar Lukacs Berki2016-05-04
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* LTO: Don't choke on cc_library without srcs.Gravatar Han-Wen Nienhuys2015-10-12
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fail more verbosely in LinkerInputs.java.Gravatar Han-Wen Nienhuys2015-08-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25