summaryrefslogtreecommitdiffstats
path: root/src/line_printer.cc
Commit message (Collapse)AuthorAgeFilesLines
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-1/+1
| | | | We "using namespace std" anywhere we need a std::string or a std::vector.
* fix windows build after depslogScott Graham2013-04-091-4/+6
|
* Try to fix build on Linux.Nico Weber2013-04-091-0/+2
|
* move printing of new lines into LinePrinter.Nico Weber2013-04-091-0/+7
|
* move single-line printing to new classNico Weber2013-04-091-0/+98