Skip to content

Releases: foonathan/string_id

Version 2.0:3

Choose a tag to compare

@foonathan foonathan released this 12 Feb 15:17
  • bugfix of hashing
  • silence clang-tidy warning
  • remove biicode support

Version 2.0:2

Choose a tag to compare

@foonathan foonathan released this 05 May 19:24
  • guaranteed support for more compilers
  • improved CMakeLists.txt

Version 2.0:1

Choose a tag to compare

@foonathan foonathan released this 05 May 18:55
  • updated support for newer Biicode versions
  • improved CMakeLists.txt
  • compatibility mode to support MSVC

Version 2.0

Choose a tag to compare

@foonathan foonathan released this 21 Dec 15:39
  • added interface base class for databases
  • allows implementing custom databases and different types for each string_id
  • added methods for generating string identifiers
  • internal changes in database implementation for performance improvements
  • support for non-Biicode builds

Version 1.1:1

Choose a tag to compare

@foonathan foonathan released this 10 Dec 10:25
  • fixed bug in CMakeLists.txt for non-Biicode builds.

Version 1.1

Choose a tag to compare

@foonathan foonathan released this 09 Dec 21:07
  • removed global database to allow multiple
  • added option to enable non-threadsafe database
  • improved CMakeLists.txt