All Versions
34
Latest Version
Avg Release Cycle
67 days
Latest Release
583 days ago

Changelog History
Page 4

  • v3.0.3 Changes

    March 19, 2018

    โž• Added

    • CMake config installation to ease use of h3 from CMake projects.
    • โž• Add CMake toolchain file to set build options upfront.
    • Add CMake C_CLANG_TIDY property to integrate clang-tidy checks during build.
    • ๐Ÿ‘ YouCompleteMe completion support. ### ๐Ÿ”„ Changed
    • ๐Ÿ‘Œ Improved resilience to out of range inputs.
    • Minimum CMake version to 3.1.
    • Set CMAKE_C_STANDARD to 11 instead of using compiler flag -std=c1x.
    • Use CMAKE_POSITION_INDEPENDENT_CODE instead of using compiler flag -fPIC.
    • ๐Ÿ“‡ Rename library target from h3.1 to h3 with SONAME property of 1. ### โœ‚ Removed
    • CMake H3_COMPILER option in favor of built-in CMAKE_C_COMPILER.
    • ๐Ÿ— CMake BUILD_STATIC option in favor of built-in BUILD_SHARED_LIBS.
    • ๐Ÿ— CMake ENABLE_TESTS option in favor of built-in BUILD_TESTING.
    • File globbing in CMake in favor of listing source files.
  • v3.0.2 Changes

    January 24, 2018

    โœ‚ Removed

    • โœ‚ Removed the H3IndexFat internal structure. ### ๐Ÿ”„ Changed
    • ๐Ÿ Simplified build process on Windows. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed an issue where tests would fail on ARM systems.
  • v3.0.1 Changes

    January 18, 2018

    โž• Added

    • โž• Added a make install target. ### ๐Ÿ”„ Changed
    • ๐Ÿ‘Œ Improved compatability with building on Windows.
    • ๐Ÿ›  Fixed various cases where the test suite could crash or not compile.
  • v3.0.0 Changes

    January 08, 2018

    โž• Added

    • ๐Ÿš€ First public release.