Skip to content

Releases: beached/daw_json_link

Release Version 2.12.9

24 Mar 23:43
f5ac3e6
Compare
Choose a tag to compare

Fixed build warnings

Release Version 2.12.8

24 Mar 23:28
00287df
Compare
Choose a tag to compare

Dependency Updates

Release Version 2.12.7

24 Mar 20:58
585e012
Compare
Choose a tag to compare

Updated deps

Release Version 2.12.6

24 Mar 19:51
b165d84
Compare
Choose a tag to compare
  • Fixed compiler warnings

Release Version 2.12.4

22 Jan 07:09
c698f79
Compare
Choose a tag to compare

Updated to header_libraries 2.14.5

Release Version 2.12.1

22 Jan 03:37
72e5bd4
Compare
Choose a tag to compare

Updated to use newer header_libraries dependencies

Release Version 2.12.0

22 Jan 01:34
ac7a64d
Compare
Choose a tag to compare

Updated to use newer header_libraries dependencies

Release version 2.11.2

05 Jan 22:05
3fd6dd8
Compare
Choose a tag to compare

Cleaned up cmake messages so they do not output to stderr

Release Version v2.11.0

18 Dec 15:20
c0113c4
Compare
Choose a tag to compare

Updated usages of daw::string_view to use new version from header_libraries

Release Version v3.0.0 beta03

07 Oct 22:47
1637f93
Compare
Choose a tag to compare
Pre-release
  • 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