Releases: beached/daw_json_link
Releases · beached/daw_json_link
Release Version 2.12.9
Fixed build warnings
Release Version 2.12.8
Dependency Updates
Release Version 2.12.7
Updated deps
Release Version 2.12.6
- Fixed compiler warnings
Release Version 2.12.4
Updated to header_libraries 2.14.5
Release Version 2.12.1
Updated to use newer header_libraries dependencies
Release Version 2.12.0
Updated to use newer header_libraries dependencies
Release version 2.11.2
Cleaned up cmake messages so they do not output to stderr
Release Version v2.11.0
Updated usages of daw::string_view to use new version from header_libraries
Release Version v3.0.0 beta03
- Readme updates and json_link_version( ) method
- Readme updates and added json_link_version( )
- More readme updates, fixed namespace dependency
- Readme updates and cleaned up iostream example/test
- Fixed typo
- Added fuzzing and artifact generation
- Updated readme, fixed link
- BUGFIX: CI found a 0 being passed to __builtin_ctzl, added check
- Added some optional consteval support in select places
- Excluded MSVC from consteval due to codegen bug and __builtin_array_init_helper
- Added customization optons DAW_JSON_USE_STDEXCEPT and DAW_JSON_VER_OVERRIDE
- Allow overriding inline namespace for API version via DAW_JSON_VER_OVERRIDE
- Exception fixes
- Fixed exception handling/disbling in tests
- Made constexpr only method only throw if exceptions are used
- Fixed two typos
- made all ci builds use the full target
- Using ninja for building ubuntu
- Added constexpr to_json for doubles.
- slow paths umul128 on MSVC when IS_CONSTANT_EVALUATED isn't avail
- Excluded compilers without constexpr bitcast from using constexpr
to_decimal - Fixed issue with throwing, using daw_json_error
- Adjusted daw_json_link_test to report, but not abort, on ulp diff
- fixed issue with MSVC bug and constexpr in test
And more