pcre2 v10.45
- Created
- Updated
Regular Expression pattern matching using the same syntax and semantics as Perl 5.
# Usage
The package pcre2 is compatible with built-in CMake targets:
# Each component imports a target:
# TARGETS: PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX
find_package(pcre2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE PCRE2::8BIT PCRE2::16BIT PCRE2::32BIT PCRE2::POSIX)
# License
# Supported Platforms
All platforms are supported
# Features
Default feature: platform-default-features
# jit
Enable support for Just-In-Time compiling regex matchers
Supports: !emscripten & !ios
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# platform-default-features default
Enable default features
Dependencies:
pcre2
Platforms:
!emscripten & !ios
Features:jit
,platform-default-features
No transitive dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
codicodi
Alexander Karatarakis
Jacob Zhong
LarryIII
Tony Lin
grdowns
pravic
Simon Hausmann
Jack·Boos·Yu
alcroito
Billy O'Neal
Wolfgang Stöggl
Kevin Lu
Matthias Kuhn
Cameron Ward
autoantwort
Lars Glud
Kai Pastor
Thomas1664
talregev
Theodore Tsirpanis
fwcd
LE GARREC Vincent
Lily Wang
toge
# Changelog
and 22 more commits:
3d2a7ca
[pcre2] Restore the https://ftp.pcre.org/ mirror in addition to the SourceForge mirrors. (#12233)bc4703d
Update CONTROL3e12f3f
Update CONTROL38e473c
[pcre2] Bump version number6166c15
Enable pcre2:arm64-windows26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)e4523db
[pcre2] update to 10.308b12f81
add pcre2