Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-14 | 1.1 kB | |
v5.5.3 source code.tar.gz | 2025-07-14 | 736.2 kB | |
v5.5.3 source code.zip | 2025-07-14 | 905.9 kB | |
Totals: 3 Items | 1.6 MB | 7 |
Improvements
- Add support for C++26's inplace_vector and add
glz::inplace_vector
by @20162026 in https://github.com/stephenberry/glaze/pull/1729 - Remove deprecated asio::buffer_cast from http_client.hpp by @lambwheit in https://github.com/stephenberry/glaze/pull/1841
- Catch all asio errors in networking by @stephenberry in https://github.com/stephenberry/glaze/pull/1830
- Create clang-tidy.yml and add missing cstdint include by @stephenberry in https://github.com/stephenberry/glaze/pull/1848
- Add skip function for glz::meta to ignore members during write by @Yaraslaut in https://github.com/stephenberry/glaze/pull/1846
- meta_context and skip documentation by @stephenberry in https://github.com/stephenberry/glaze/pull/1853
- export compile commands if top level by @stephenberry in https://github.com/stephenberry/glaze/pull/1851
Fixes
- Fix issue with BEVE and empty strings by @stephenberry in https://github.com/stephenberry/glaze/pull/1852
Full Changelog: https://github.com/stephenberry/glaze/compare/v5.5.2...v5.5.3