Dbg Macro Versions Save

A dbg(…) macro for C++

v0.5.1

7 months ago

Updated Catch2 dependency

v0.5.0

1 year ago

Full Changelog: https://github.com/sharkdp/dbg-macro/compare/v0.4.0...v0.5.0

v0.4.0

3 years ago
  • Support for multiple arguments, see #94 and #2 (@ShikChen)
  • Add support for printing binary numbers, see #82 and README (@DerekCresswell)
  • Added dbg::time() to easily print a timestamp, see README and #91 (@MrHate)
  • Added metainformation for dbg::type<T>(), see #92 (@sharkdp)

v0.3.0

4 years ago
  • Added dbg::type<T>() helper to directly print type names

v0.2.1

4 years ago
  • added CMake install instructions

v0.2.0

4 years ago

Initial tagged release