summaryrefslogtreecommitdiffstats
path: root/lib/termtable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: generously apply constDavid Lamparter2019-12-021-2/+2
| | | | | | const const const your boat, merrily down the stream... Signed-off-by: David Lamparter <equinox@diac24.net>
* lib: make "%Ld" work for int64_tDavid Lamparter2019-06-121-3/+2
| | | | | | ... without compiler plugins. Signed-off-by: David Lamparter <equinox@diac24.net>
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
| | | | | | | These are necessary to use functions defined in these headers from C++. Signed-off-by: David Lamparter <equinox@diac24.net> Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2/+2
| | | | | | indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* lib: printf bugfixes & improvementQuentin Young2017-06-301-2/+6
| | | | | | | | * Fix bad format specifier in thread.[ch] * Move PRINTF_ATTRIBUTE macro to zebra.h * Use PRINTF_ATTRIBUTE on termtable printers Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* lib: add table generatorQuentin Young2017-06-161-0/+293
Allows for easy preparation of tabular output. Supports: -- Padding -- Alignment -- Styling