aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Allow LinkCommandLine to have a null output.Gravatar Han-Wen Nienhuys2015-06-23
* 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
* Add C++ flags to C++ linkstamp compiles.Gravatar Manuel Klimek2015-03-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25