Skip to content

Releases: contour-terminal/reflection-cpp

v0.4.0

12 May 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 Apr 09:43
3d30b49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Apr 12:10
Compare
Choose a tag to compare

What's Changed

  • collectDifferences with first argument beeing index of the data member by @Yaraslaut in #19
  • code cleanups and compiler warning fixes by @christianparpart in #20
  • Allow iteration over sequence in EnumerateMembers by @Yaraslaut in #21
  • Rename GetName<>() to NameOf<> and add test for TypeNameOf<> by @christianparpart in #22
  • Add MemberClassType<P> and MemberIndexOf<P> to get the class type and member-index of P. by @christianparpart in #23

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Dec 19:32
94414ed
Compare
Choose a tag to compare

This is the first major release of reflection-cpp, despite it's small version number, it's already used by Contour terminal as well as Lightweight C++ SQL client library.

This will bring you C++26 like static reflection to C++23 compatible compilers.

What's Changed

New Contributors

Full Changelog: https://github.com/contour-terminal/reflection-cpp/commits/v0.1.0