Skip to content

Releases: beached/daw_json_link

Release Version 3.7.0

13 Nov 20:34
f698926
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

Release Version 3.6.0

12 Nov 19:04
93d18da
Compare
Choose a tag to compare

Small cleanup

What's Changed

  • Using if constexpr/static asserts in place of enable_if's by @beached in #345

Full Changelog: v3.5.0...v3.6.0

Release Version 3.5.0

10 Nov 00:31
635143f
Compare
Choose a tag to compare

What's Changed

  • Updated header_library dep, updated cmake tests to allow reldgb by @beached in #342
  • Cleaned up code that uses scope_guard like code to use the types properties to choose if to force an RVO like return. at_exit_success like code requires a call to std::uncaught_exceptions that is expensive on some platforms. by @beached in #344

Full Changelog: v3.4.1...v3.5.0

Release Version 3.4.1

04 Nov 01:06
bf2e19c
Compare
Choose a tag to compare

What's Changed

  • Updated default to not use scope guard unless DAW_JSON_ENABLE_FULL_RVO is defined by @beached in #340
  • Small cleanup of library headers with missing version.h include by @beached in #341

Full Changelog: v3.4.0...v3.4.1

Release Version 3.4.0

04 Nov 00:16
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: testing MSVC fix for slow dtor perf in MSVC by @beached in #339

Full Changelog: v3.3.2...v3.4.0

Release Version 3.3.2

02 Nov 17:22
713f2f3
Compare
Choose a tag to compare

What's Changed

  • Bugfix: #336 default constructible types not working as expected by @beached in #337

Full Changelog: v3.3.1...v3.3.2

Release version 3.3.1

02 Nov 00:46
3d0130c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

Release Version 3.3.0

29 Oct 06:42
5bfd1df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

Release Version 3.2.1

29 Oct 05:00
cb9ff24
Compare
Choose a tag to compare

What's Changed

  • Tests build with mingw now
    • Updated to header_libraries 2.73.1, this fixes mingw issues with tests by @beached in #332
  • BUGFIX: fixed space issue in cmakelists.txt for tests by @beached in #330

Full Changelog: v3.2.0...v3.2.1

Release Version 3.2.0

29 Oct 02:58
b2ffb13
Compare
Choose a tag to compare

What's Changed

  • Workaround: Worked around MSVC compiler crash for some tests by @beached in #329

Full Changelog: v3.1.1...v3.2.0