What's Changed
- add missing generic_string constructors by @khng300 in #188
- windows: open files with FILE_SHARE_READ by @pablohoch in #191
- static type hash small fixes by @AdelKS in #192
- offset_ptr: fix __cplusplus check for msvc by @pablohoch in #194
- nvec: meta bucket by @felixguendling in #198
- separate nvec::*bucket by @felixguendling in #199
- type_traits: Separate type traits helpers into a new header file by @khng300 in #201
- Update std_vector_test.cc: remove resize (fixes #203) by @felixguendling in #204
- RFC: Add cista::*::cstring type by @khng300 in #202
- Allow the library to be used in -fno-exception targets by @khng300 in #206
- Fix compilation on GCC 13 by @jbruechert in #207
- mmap_vec by @felixguendling in #208
- paged by @felixguendling in #209
- hash_storage: fix assignment operator by @freshFruict in #211
New Contributors
- @khng300 made their first contribution in #188
- @jbruechert made their first contribution in #207
- @freshFruict made their first contribution in #211
Full Changelog: v0.14...v0.15