Skip to content

v0.9: GDB Pretty Printers and cista_members

Compare
Choose a tag to compare
@felixguendling felixguendling released this 16 Nov 17:10
· 247 commits to master since this release
73fa8e6

What's Changed

  • cista members by @felixguendling in #112 enabling to support reflection/serialization (also CISTA_COMPARABLE, CISTA_PRINTABLE, etc.) by adding a auto cista_members() constexpr { return std::tie(m1_, m_2, ...); } function returning all members as a std::tie().
  • Pretty Printers for Cista by @julianharbarth in #107 to support pretty printing data of cista types in GDB-based debuggers including the Clion debugger UI

Full Changelog: 0.8...v0.8