Release Version 1.1.0 #1

Merged
miko merged 15 commits from feature/v1.1.0 into master 2 years ago

15 Commits

Author SHA1 Message Date
Michael Ochmann f9654cc253 readme: added basic project information 2 years ago
Michael Ochmann 425a0f0b66 code quality: made unused switch cases more obvious 2 years ago
Michael Ochmann 4d7a7bfd69 code quality: making all the pixel based renderers `final` 2 years ago
Michael Ochmann d3850939cd code quality: getting rid of `std::vector` of all the renderers 2 years ago
Michael Ochmann 98b1cddd79 code quality: deleted copy & move constructors 2 years ago
Michael Ochmann 576bdf8430 code quality: more code cleanup 2 years ago
Michael Ochmann 6f3827427b PixelRenderer: now respecting the specified output size exactly 2 years ago
Michael Ochmann cfc0d276dc SVGRenderer: removed redundant `std::stringstream` 2 years ago
Michael Ochmann 61f308fb03 fixed `ARCH` detection in `cmake` 2 years ago
Michael Ochmann 2a8e54610b added man page support 2 years ago
Michael Ochmann dd45505f21 changed sizing of svgs 2 years ago
Michael Ochmann 7d8092aee6 added more pixel base renderers: 2 years ago
Michael Ochmann 0c7c830d5b minor cleanup 2 years ago
Michael Ochmann 63c018e28b now printing help when called without stdin and without any parameter 2 years ago
Michael Ochmann df98a2279e now exporting files with extension appended 2 years ago