Skip to content

Releases: shrpnsld/trace-out

v1.1.1: * Fixed stream-to-endpoint

09 Mar 13:57
Compare
Choose a tag to compare

Fixes

  • old socket API in stream-to-endpoint
  • stream-to-wdo crashing
  • compilation errors and warnings
  • minor issues

v1.1

27 Dec 13:59
Compare
Choose a tag to compare

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

v1.0.2

26 Oct 15:05
Compare
Choose a tag to compare
Fixed release link