Skip to content

libdatriev0.2.14

Updated

Implementation of double-array structure for representing trie

#Usage

libdatrie can be used via CMake:

find_path(LIBDATRIE_INCLUDE_DIR datrie/trie.h)
find_library(LIBDATRIE_LIBRARY NAMES datrie)
target_include_directories(main PRIVATE "${LIBDATRIE_INCLUDE_DIR}")
target_link_libraries(main PRIVATE "${LIBDATRIE_LIBRARY}")

libdatrie provides pkg-config modules:

# Double-array trie library
datrie-0.2

#Supported Platforms

All platforms supported.

#Features

No default features.

#tool

Build the trietool application

Platforms: !uwp
  • linux
  • osx
  • windows
  • uwp
Dependencies:

No transitive dependencies.

Host Dependencies:
3 transitive dependencies:

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Mikhail Paulyshka's avatarMikhail Paulyshka
  • pravic's avatarpravic
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Billy O'Neal's avatarBilly O'Neal
  • Kai Pastor's avatarKai Pastor
  • SunBlack's avatarSunBlack

#Changelog

  • 4c1f5cf[libdatrie] Update to 0.2.14 (#53172)
  • 9958c2cFix usage of FindPkgConfig module (#23708)
  • cec1fbe[libdatrie] Update and fixes (#23681)
  • b295670Bulk convert control files. (#19986)
  • 09a647aDelete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 726c111[vcpkg] fatal_error when patch fails to apply (#8087)
  • 18b029a[WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 3aa16ae[libdatrie] fix trietool for MSVC runtime
  • cd6fb55[libdatrie] add version 0.2.10