Skip to content

1.9.1

Choose a tag to compare

@hobu hobu released this 19 Oct 21:42
4b208e1

libspatialindex 1.9.1

libspatialindex 1.9.1 continues improvements to the library. Thanks to @mortezaipo, @evanmiller, @las3rlars, @ffontaine, and @leobuskin for their contributions!

New features

  • Expose Index_Contains_id and Index_Contains_obj in C API #154
  • Switch CI platform to Azure Pipelines e8e0f6a
  • Full Azure Pipelines build matrix for Linux #164

Behavioral changes

  • Autconf/automake configuration removed in favor of CMake #168
  • Modernize CMake configuration #168. CMake 3.5.0+ is now required.

Bug Fixes

  • Change mktemp usage to mkstemp #142
  • Fix exception warnings in gcc8 #143
  • Fix strncpy warning #144
  • Fix strict prototype warnings in C API #151
  • gtest updated to 1.10.0 #165
  • MSVC warnings cleanup #166

Documentation and Project Updates