| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-25 | 1 | -0/+1 | |
| |\ | |||||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 1 | -0/+1 | |
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -0/+10 | |
| * | | Fix using std::move when not appropriate. | 2023-01-10 | 1 | -2/+2 | |
| * | | Update module descriptions. | 2022-12-12 | 1 | -1/+1 | |
| * | | Implement support for regex capture groups. | 2022-05-06 | 1 | -1/+46 | |
| * | | Fix matching case-insensitive human regex patterns. | 2022-05-06 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -2/+2 | |
| * | | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 1 | -0/+92 | |
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 1 | -90/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -1/+1 | |
| |\| | |||||
| | * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions. | 2021-04-21 | 1 | -1/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 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 | -24/+19 | |
| * | | 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/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -4/+5 | |
| |\| | |||||
| | * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | * | regex_pcre: pkg-config is not required by this module. | 2019-07-16 | 1 | -4/+4 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | 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 | |
| * | Add CentOS PackageInfo | 2016-09-16 | 1 | -0/+1 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -3/+6 | |
| * | 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 | -8/+3 | |
| * | 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 | |
| * | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | 2013-08-04 | 1 | -1/+1 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -1/+0 | |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | 2013-05-15 | 1 | -3/+3 | |
| * | 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 | -2/+2 | |
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+5 | |
