Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enhance: Add util::TextTable::Cell::Cell(std::string_view) | Joel Rosdahl | 2023-03-04 | 1 | -1/+3 |
* | build: Fix FTBFS with not yet released GCC 13 | Joel Rosdahl | 2022-07-05 | 1 | -1/+2 |
* | enhance: Let TextTable::add_row take a vector | Joel Rosdahl | 2021-08-16 | 1 | -2/+1 |
* | enhance: Add TextTable support for cells spanning several columns | Joel Rosdahl | 2021-08-16 | 1 | -0/+5 |
* | enhance: Add util::TextTable::TextTable(const char*) | Joel Rosdahl | 2021-08-16 | 1 | -0/+1 |
* | enhance: Add TextTable support for right-aligned integers | Joel Rosdahl | 2021-08-16 | 1 | -0/+2 |
* | Add TextTable class | Joel Rosdahl | 2021-07-24 | 1 | -0/+53 |