You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix unit tests for glaze_v5_1_0_supported_swap (#27)
* fix unit tests for glaze_v5_1_0_supported_swap
* bump version
---------
Co-authored-by: Artur Bać <artur@ebasoft.com.pl>
support glaze 5.x (#26)
* support for glaze 5.x - glaze_v5_0_0_generic_supported
* v0.8.12
* support glaze 5.x
* rename namespace alias
* update acording to review
---------
Co-authored-by: Artur Bać <artur@ebasoft.com.pl>
initial c++ module support (#24)
* c++ module export only public interface, hide private detail namespace
* split addon headers for glaze and fmt from simple enum main include and module
* add enum_name_at_index, enum_size, enum_value_at_index to public interface
---------
Co-authored-by: Artur Bać <artur@ebasoft.com.pl>