GitPedia
p-ranav

p-ranav/tabulate

Table Maker for Modern C++

6 Releases
Latest: 3y ago
tabulatev1.5Latest
p-ranavp-ranav·3y ago·February 20, 2023
GitHub

📋 Changes

  • https://github.com/p-ranav/tabulate/pull/58 Fix compiler warning "non-virtual-dtor"
  • https://github.com/p-ranav/tabulate/pull/77 Support `std::string_view`
  • https://github.com/p-ranav/tabulate/pull/87 Fix issue with `optional` include on old compilers
  • https://github.com/p-ranav/tabulate/pull/88 Fixed unused parameter warning
  • https://github.com/p-ranav/tabulate/pull/91 Fix Typo in `CMakeLists.txt`
  • https://github.com/p-ranav/tabulate/pull/97 Table: Provide `size()` function returning row counts
  • https://github.com/p-ranav/tabulate/pull/98 Improvement: Precalculate the cell content
  • https://github.com/p-ranav/tabulate/pull/100 Bump version to 1.5.0 and fix clang-format configuration
tabulatev1.4
p-ranavp-ranav·5y ago·January 7, 2021
GitHub

📋 Changes

  • Added version file tabulate.hpp and updated CMake #52
  • Added sample that shows table refresh #54
tabulatev1.3
p-ranavp-ranav·6y ago·May 12, 2020
GitHub

📋 Changes

  • Support for `>=C++11` #43 by using [optional-lite](https://github.com/martinmoene/optional-lite) and [variant-lite](https://github.com/martinmoene/variant-lite) as fallback data structures if C++17 compiler support is unavailable.
tabulatev1.2
p-ranavp-ranav·6y ago·April 27, 2020
GitHub

Improved compatibility with Mac SDK 10.9 #41

tabulatev1.1
p-ranavp-ranav·6y ago·April 21, 2020
GitHub

📋 Changes

  • Exporters: Markdown, LaTeX and AsciiDoc
  • `.shape()` method
tabulatev1.0
p-ranavp-ranav·6y ago·December 30, 2019
GitHub