postgis/deps/uthash
2020-01-10 16:28:44 +01:00
..
include Move uthash.h to deps/ folder 2019-03-22 17:04:56 +00:00
.clang-format Disable clang format in deps/ 2020-01-10 16:28:44 +01:00
LICENSE Move uthash.h to deps/ folder 2019-03-22 17:04:56 +00:00
README.md Move uthash.h to deps/ folder 2019-03-22 17:04:56 +00:00

Uthash

Uthash is a single header library to manage hash tables.

The full documentation can be found at its User Guide and the original code at Github.

Changes from source

  • Change HASH_FUNCTION macro name to avoid collision with PostgreSQL's hsearch.h.

Changelog

  • 2019-03-22 - Code was moved from postgis/ and updated to 2.1.0.