| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| * | Merge branch 'insp3' into master. | 2023-06-17 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | |
| | * | Use -std=c++17 on RE2 2023.06.02 or newer. | 2023-06-05 | 1 | -0/+2 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| * | | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+21 | |
| * | | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] | 2022-05-06 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-01-18 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] | 2022-01-18 | 1 | -1/+1 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -2/+2 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. | 2021-05-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions. | 2021-04-21 | 1 | -1/+1 | |
| * | | Rewrite the regex system from scratch.•••* Move everything to the Regex namespace: - Regex -> Regex::Pattern - RegexException -> Regex::Exception - RegexFactory -> Regex::Engine * Add support for regex flags. - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching. * Add the Regex::EngineReference class as a friendly wrapper around dynamic_reference_nocheck<Regex::Engine>. * Add the Regex::SimpleEngine template class for automating the implementation of regex factory classes. * Use std::shared_ptr for Regex::Pattern objects instead of making users manage memory manually. | 2020-07-28 | 1 | -28/+19 | |
| * | | Work around RE2 specifying -std=c++11 in its pkg-config file. | 2020-07-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -2/+7 | |
| |\| | |||||
| | * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | * | Reset diagnostic pragmas after including external headers (#1661). | 2019-06-24 | 1 | -0/+8 | |
| * | | Remove support for defaults in find_{compiler,linker}_flags(). | 2019-03-06 | 1 | -2/+2 | |
| * | | Stop silencing warnings about `long long` not existing.•••We use C++14 now which has `long long`. | 2019-01-25 | 1 | -6/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+1 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -2/+6 | |
| * | Ignore safe compiler warnings in a more reliable way. | 2014-06-28 | 1 | -5/+9 | |
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -1/+0 | |
| * | Fix various small issues.•••- Add CXX11_OVERRIDE to *Regex::Matches and *RegexFactory::Create. - Fix documentation comment on regex_string. - Fix various code duplication/layout issues. | 2013-08-27 | 1 | -2/+2 | |
| * | Make all regex modules throw the same exception on error. | 2013-08-27 | 1 | -10/+1 | |
| * | Remove $ModDep comments | 2013-08-15 | 1 | -1/+0 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -1/+0 | |
| * | Add RE2 regex module. | 2013-06-16 | 1 | -0/+89 | |
