Commit Graph

  • 6794e1cf59 fixed `help2man` master development Michael Ochmann 2024-07-25 19:05:26 +0200
  • cf4f8faa37 code quality: minor structural changes Michael Ochmann 2023-03-05 17:38:30 +0100
  • df1c3a78ba code quality: consolidated helpers to single header Michael Ochmann 2023-03-05 17:36:24 +0100
  • b99850c042 code quality: removed duplicate c++ standard Michael Ochmann 2023-03-05 17:35:59 +0100
  • 17edd0512a code quality: deleted copy assignment operators Michael Ochmann 2023-02-28 18:32:03 +0100
  • d56b9ef2b2 Merge pull request 'Release Version 1.1.0' (#1) from feature/v1.1.0 into master v1.1.0 Michael Ochmann 2023-02-26 20:30:32 +0100
  • f9654cc253 readme: added basic project information #1 Michael Ochmann 2023-02-26 20:28:50 +0100
  • 425a0f0b66 code quality: made unused switch cases more obvious Michael Ochmann 2023-02-26 17:15:16 +0100
  • 4d7a7bfd69 code quality: making all the pixel based renderers `final` Michael Ochmann 2023-02-26 17:11:37 +0100
  • d3850939cd code quality: getting rid of `std::vector` of all the renderers Michael Ochmann 2023-02-26 17:09:42 +0100
  • 98b1cddd79 code quality: deleted copy & move constructors Michael Ochmann 2023-02-26 16:42:51 +0100
  • 576bdf8430 code quality: more code cleanup Michael Ochmann 2023-02-26 16:25:14 +0100
  • 6f3827427b PixelRenderer: now respecting the specified output size exactly Michael Ochmann 2023-02-26 12:52:51 +0100
  • cfc0d276dc SVGRenderer: removed redundant `std::stringstream` Michael Ochmann 2023-02-25 20:32:39 +0100
  • 61f308fb03 fixed `ARCH` detection in `cmake` Michael Ochmann 2023-02-25 20:10:51 +0100
  • 2a8e54610b added man page support Michael Ochmann 2023-02-24 14:25:51 +0100
  • dd45505f21 changed sizing of svgs Michael Ochmann 2023-02-23 10:43:26 +0100
  • 7d8092aee6 added more pixel base renderers: Michael Ochmann 2023-02-23 10:14:21 +0100
  • 0c7c830d5b minor cleanup Michael Ochmann 2023-02-23 10:00:38 +0100
  • 63c018e28b now printing help when called without stdin and without any parameter Michael Ochmann 2023-02-23 09:43:25 +0100
  • df98a2279e now exporting files with extension appended Michael Ochmann 2023-02-23 09:30:08 +0100
  • 128e9638c4 added new logo icons v1.0.1 Michael Ochmann 2023-02-22 19:10:54 +0100
  • d5448fb919 added version injection through `cmake` Michael Ochmann 2023-02-22 19:09:29 +0100
  • 3456e92a40 added border padding back to `massivedynamic::PixelRenderer` Michael Ochmann 2023-02-22 19:08:58 +0100
  • c6bbf4274a abstracted a generic `PixelRenderer` so we can have more pixel based output formats Michael Ochmann 2023-02-22 18:02:23 +0100
  • e10065fa13 added logo Michael Ochmann 2023-02-22 17:06:22 +0100
  • 12b19fab33 fixed illegal memory accesses Michael Ochmann 2023-02-22 17:04:13 +0100
  • 94b17c6fd8 now using floating point values for `SVG` rendering Michael Ochmann 2023-02-22 16:47:48 +0100
  • 7da490f3fa fixed formatting issue in help text Michael Ochmann 2023-02-22 16:47:22 +0100
  • 48e7573736 changes to build system v1.0.0 Michael Ochmann 2023-02-22 13:55:23 +0100
  • eeaf910c27 added option to take data from parameter instead of stdin Michael Ochmann 2023-02-22 10:50:01 +0100
  • a1a3ada1f9 added variable arch for compiling on other machines Michael Ochmann 2023-02-22 10:41:12 +0100
  • d5b121e4e3 initial commit Michael Ochmann 2023-02-22 10:29:48 +0100