aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppLinkAction.java
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Move split/no-split command-line decision to CppLinkAction.Gravatar Han-Wen Nienhuys2015-06-18
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25