Files
third_party_re2/README.OpenSource
T
wang_jun_long 300c4757ad upgrade: re2 to 2025-08-12 release
- Replace core source files with upstream 2025-08-12 release
- Remove abseil-cpp dependencies (uses std::optional instead of absl::optional)
- Replace ABSL_FALLTHROUGH_INTENDED with C++17 [[fallthrough]]
- Add NULL pattern handling in re2.cc

关联 Issue: #26
Co-Authored-By: Agent
Signed-off-by: 王俊龙 <wangjunlong8@h-partners.com>
2026-05-11 20:35:48 +08:00

11 lines
414 B
Plaintext

[
{
"Name": "re2",
"License": "BSD 3-Clause License",
"License File": "LICENSE",
"Version Number": "2025-08-12",
"Upstream URL": "https://github.com/google/re2",
"Description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
"Dependencies": [ "abseil-cpp" ]
}
]