Skip to content

v1.1

Compare
Choose a tag to compare
@shrpnsld shrpnsld released this 27 Dec 13:59
· 16 commits to master since this release

Features

  • pretty printing for std::optional, std::variant, std::expected, enumeration values (integer equivalent)
  • $m(<pointer>, <size>, ...) now additionally prints text representation for memory
  • $tbin(...), $toct(...) and $thex(...) for printing binary, octal and hexadecimal representations of numerical values
  • managing project dependencies with Git submodules for simpler installation process

Fixes

  • $t(<expression>) returns std::forward-ed value
  • $m(<pointer>, <size>, ...) uses current byte order if one is not specified explicitly