zawz's standard C++ library
Find a file
2020-02-20 10:59:13 +01:00
include filedat: add string overload 2020-02-05 14:26:25 +01:00
src options: processing append empty - and stop on empty -- 2020-02-18 15:56:03 +01:00
.gitignore Add ignore_uknown option processing 2020-01-31 15:44:45 +01:00
Doxyfile Init 2019-08-15 14:20:13 +02:00
filedat.md Extend doc 2020-02-20 10:58:12 +01:00
LICENSE Initial commit 2019-08-15 14:16:24 +02:00
Makefile Enable optimisations 2020-02-13 23:15:35 +01:00
README.md Fix formatting 2020-02-20 10:59:13 +01:00

ztd

zawz's standard C++ library. Tools for easier coding

Online Documentation: http://zawz.net/doc/ztd
Github: http://github.com/zawwz/ztd
ZFD format details: filedat.md

Building

make static for a static build
make shared for a shared build

Installing

sudo make install

Generating documentation

Use doxygen to generate HTML documentation files