| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix using std::move when not appropriate. | 2023-01-10 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Implement support for regex capture groups. | 2022-05-06 | 1 | -0/+16 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -5/+5 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -3/+3 | |
| * | Mark Regex::Engine::Create{Human,} as const. | 2021-12-16 | 1 | -1/+1 | |
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+1 | |
| * | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 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 | -18/+33 | |
| * | Merge branch 'insp3' into master. | 2020-05-19 | 1 | -1/+2 | |
| * | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 1 | -18/+9 | |
| * | Fix warnings on GCC 9. | 2020-05-11 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| * | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+5 | |
| * | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+4 | |
| * | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| * | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | Move m_regex_stdlib out of extras now it can always be built. | 2019-01-25 | 1 | -0/+94 |
