| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | 2025-03-01 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+1 | |
| * | Don't include "regex/" in the link data of the filter/rline modules. | 2023-08-18 | 1 | -0/+6 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+0 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+0 | |
| * | | Add methods for extracting specific regex captures. | 2022-06-28 | 1 | -0/+19 | |
| * | | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+41 | |
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 1 | -1/+2 | |
| * | | Remove duplicate includes from module headers. | 2022-01-25 | 1 | -2/+0 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -8/+8 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -6/+8 | |
| * | | Mark Regex::Engine::Create{Human,} as const. | 2021-12-16 | 1 | -4/+4 | |
| * | | Make upper case regex flags remove the flag if previously set. | 2021-12-16 | 1 | -0/+3 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -4/+4 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+2 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+1 | |
| * | | Add a method for creating a regex pattern with included flags. | 2020-07-29 | 1 | -0/+29 | |
| * | | 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 | -19/+130 | |
| |/ | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+5 | |
| * | Fix Windows build and a few more problems | 2013-08-27 | 1 | -1/+1 | |
| * | 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 | -8/+5 | |
| * | Make all regex modules throw the same exception on error. | 2013-08-27 | 1 | -0/+10 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -0/+55 | |
