summaryrefslogtreecommitdiffstats
path: root/src/common/TextTable.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/TextTable: only pad between columnsSage Weil2020-02-251-4/+8
* common/TextTable: default to 2 spaces separating columnsSage Weil2020-02-231-2/+2
* common: Remove multiple assignmentsimransinghal2018-03-311-2/+4
* all: add const to operator<< paramMichal Jarzabek2016-06-051-1/+1
* TextTable: pass const string by refrence to define_column()Danny Al-Gaaf2013-02-271-1/+1
* Add TextTable class for table outputDan Mick2012-10-051-0/+85