Collection of C++ data structures, algorithms and helpers
tlx is a collection of C++ helpers and extensions that are universally needed but absent from the standard library: containers, string and math utilities, sorting algorithms, logging and a command line parser. It has no dependencies of its own, and each module can be used on its own.
tlx is a collection of C++ helpers and extensions that are universally needed but absent from the standard library: containers, string and math utilities, sorting algorithms, logging and a command line parser. It has no dependencies of its own, and each module can be used on its own.
To install tlx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tlx
To see what files were installed by tlx, run:
port contents tlx
To later upgrade tlx, run:
sudo port selfupdate && sudo port upgrade tlx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.