aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationOutputs.java
Commit message (Expand)AuthorAge
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* C++: Exposes to Skylark basic API functionalityGravatar plf2018-03-02
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* 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
* 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
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-02-04
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* 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
* Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.Gravatar Ulf Adams2015-07-23
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25