| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -2/+2 | |
| |\ | |||||
| | * | Swap out mysql-connector-c for libmysqlclient on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-03-19 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -7/+7 | |
| |\| | |||||
| | * | Update the Windows dependencies. | 2022-03-19 | 1 | -6/+6 | |
| | * | Raise the minimum CMake version on Windows to 3.8.•••This matches master and guarantees stuff will keep working with upcoming CMake deprecations. | 2022-03-19 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -7/+7 | |
| |\| | |||||
| | * | Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-02-20 | 1 | -6/+6 | |
| * | | Remove the nationalchars module.•••This is mostly undocumented, partially broken, and is replaced by the codepage module which will soon be extended to support UTF-8 ranges to entirely replace it. | 2022-01-31 | 1 | -4/+0 | |
| * | | Kill vendor_directory in favour of normal include paths. | 2022-01-26 | 2 | -8/+1 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 3 | -22/+1 | |
| * | | Slim the included headers down more. | 2022-01-26 | 4 | -12/+7 | |
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -5/+0 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -5/+6 | |
| * | | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-11-10 | 1 | -7/+6 | |
| |\| | |||||
| | * | Update Windows dependencies. | 2021-11-08 | 1 | -7/+7 | |
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 2 | -2/+0 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 2 | -0/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -23/+23 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -23/+23 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -2/+2 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -2/+2 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 4 | -1/+63 | |
| |\| | |||||
| | * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 2 | -0/+58 | |
| | * | Update the Windows icon to something used this decade. | 2021-06-07 | 1 | -0/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| * | | Remove the remainders of genssl. | 2021-04-08 | 1 | -14/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+0 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+0 | |
| * | | Remove unnecessary prefix from socketengine source files. | 2021-03-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 4 | -2/+30 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 4 | -3/+5 | |
| | * | Fix not being able to colour format output to stderr on Windows. | 2021-03-03 | 2 | -0/+21 | |
| | * | Fix building on Windows. | 2021-03-02 | 1 | -0/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -0/+2 | |
| |\| | |||||
| | * | Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. | 2021-02-01 | 1 | -0/+2 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 2 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 3 | -3/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -0/+1 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 3 | -3/+3 | |
