GitPedia
sharkdp

sharkdp/dbg-macro

A dbg(…) macro for C++

6 Releases
Latest: 2y ago
v0.5.1Latest
sharkdpsharkdp·2y ago·September 26, 2023
GitHub

Updated Catch2 dependency

v0.5.0
sharkdpsharkdp·3y ago·March 25, 2023
GitHub

📋 Changes

  • Add support for string_view, adjust order of pretty_print functions by @Harry-Chen in https://github.com/sharkdp/dbg-macro/pull/95
  • Fix usage for compound types by @YarikTH in https://github.com/sharkdp/dbg-macro/pull/110
  • fix: localtime error by @fuchengjie in https://github.com/sharkdp/dbg-macro/pull/113
  • Option to force color by @winwinashwin in https://github.com/sharkdp/dbg-macro/pull/126
  • Support for STL Container adapters by @winwinashwin in https://github.com/sharkdp/dbg-macro/pull/127
  • Prefer bitsize variant over standard integral types by @winwinashwin in https://github.com/sharkdp/dbg-macro/pull/128
  • [Bugfix] Incorrect typename for multidimensional c-style arrays by @winwinashwin in https://github.com/sharkdp/dbg-macro/pull/129
v0.4.0
sharkdpsharkdp·6y ago·May 26, 2020
GitHub

📋 Changes

  • 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
sharkdpsharkdp·6y ago·January 5, 2020
GitHub

📋 Changes

  • Added `dbg::type<T>()` helper to directly print type names
v0.2.1
sharkdpsharkdp·6y ago·December 30, 2019
GitHub

📋 Changes

  • added CMake install instructions
v0.2.0
sharkdpsharkdp·6y ago·December 29, 2019
GitHub

Initial tagged release