aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileActionTemplate.java
Commit message (Expand)AuthorAge
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Stop building mandatory inputs of CppCompileAction twice.Gravatar Rumou Duan2017-02-17
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10