Skip to Content

tre v0.8.0

Created
Updated

TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.

# Usage

tre provides CMake targets:

find_package(unofficial-tre CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::tre::tre) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • clvn's avatar clvn
  • pravic's avatar pravic
  • Billy O'Neal's avatar Billy O'Neal
  • Long Nguyen's avatar Long Nguyen
  • autoantwort's avatar autoantwort
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Theodore Tsirpanis's avatar Theodore Tsirpanis

# Changelog

  • 4962638 [tre] Add CMake config files. (#35134)
  • 6aa4fca [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
  • a80c81b [tre] fix macos build (#25343)
  • b295670 Bulk convert control files. (#19986)
  • a29126f [tre, libmagic] Windows + mingw support (#17769)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • d7cd72e [tre] Initial port

# Source