Skip to content

Releases: foonathan/string_id

Version 2.0:3

12 Feb 15:17

Choose a tag to compare

  • bugfix of hashing
  • silence clang-tidy warning
  • remove biicode support

Version 2.0:2

05 May 19:24

Choose a tag to compare

  • guaranteed support for more compilers
  • improved CMakeLists.txt

Version 2.0:1

05 May 18:55

Choose a tag to compare

  • updated support for newer Biicode versions
  • improved CMakeLists.txt
  • compatibility mode to support MSVC

Version 2.0

21 Dec 15:39

Choose a tag to compare

  • 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

10 Dec 10:25

Choose a tag to compare

  • fixed bug in CMakeLists.txt for non-Biicode builds.

Version 1.1

09 Dec 21:07

Choose a tag to compare

  • removed global database to allow multiple
  • added option to enable non-threadsafe database
  • improved CMakeLists.txt