Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@stephenberry stephenberry released this 04 Feb 20:10
· 2 commits to main since this release

Improvements

  • Adds feature test macros for recent breaking changes in #1582
  • Unify defines for tests in #1585

Fixes

  • Fix wrong begin/end indices in get_name by @PaideiaDilemma in #1569
  • reflect: fix uint16 compile error in find_unique_sized_index by @timsjostrand in #1575
  • ASAN non null_terminated fix in #1583
  • New CMake option glaze_DISABLE_SIMD_WHEN_SUPPORTED to disable SIMD like AVX2 when cross-compiling by @arturbac in #1590
    • Glaze no longer adds compiler intrinsic flags to its CMake interface definition, and instead relies on the developer's compiler flags

Test Improvements

  • Testing with -Wall and -Werror for GCC (13+) by @stephenberry in #1563
    • Fixed a number of warnings

Full Changelog: v4.3.1...v4.4.0