Name: | re2 |
---|---|
Version: | 20160401 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 476835 |
License: | BSD |
RPM: | re2-20160401-2.el7.aarch64.rpm |
Source RPM: | re2-20160401-2.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://github.com/google/re2/ |
Summary: | C++ fast alternative to backtracking RE engines |
Description: | RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs. In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g back references and generalized assertions). |
- hardcode -std=c++11 for older compilers
- update to 20160401
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuild owing to C++ ABI change in GCC-5 (bug #1195351)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- update to 20131024 - fix symbols export to stop test from failing
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Took into account the feedback from review request (#868578).