sharkdp/dbg-macro
A dbg(…) macro for C++
6 Releases
Latest: 2y ago
v0.5.1Latest
Updated Catch2 dependency
v0.5.0
📋 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
📋 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
📋 Changes
- Added `dbg::type<T>()` helper to directly print type names
v0.2.1
📋 Changes
- added CMake install instructions
v0.2.0
Initial tagged release
