| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 2 | -2/+2 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 3 | -10/+10 | |
| * | Merge branch 'insp3' into master. | 2022-06-22 | 1 | -4/+4 | |
| |\ | |||||
| | * | Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-06-22 | 1 | -4/+4 | |
| * | | Get rid of entrypoint, specify the main function name directly. | 2022-05-07 | 2 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-05-02 | 1 | -111/+133 | |
| |\| | |||||
| | * | Sync NSIS template with the one from CPack. | 2022-05-01 | 1 | -111/+133 | |
| * | | Implement support for JSON logging. | 2022-05-02 | 2 | -0/+2 | |
| * | | Put modules in their own VS folder on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-30 | 2 | -0/+4 | |
| * | | Drop SO_NAME on Windows; we use native file extensions now.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-30 | 1 | -11/+9 | |
| * | | Slim down the globally included files. | 2022-04-30 | 1 | -12/+0 | |
| * | | Enable support for UNIX socket listeners on Windows. | 2022-04-30 | 1 | -8/+0 | |
| * | | Replace getopt/ya_getopt with Lyra. | 2022-04-30 | 1 | -2/+0 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -2/+1 | |
| |\| | |||||
| | * | Remove an obsolete workaround for Windows packaging.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-27 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 5 | -83/+38 | |
| |\| | |||||
| | * | Migrate Windows build instructions to the docs site. | 2022-04-24 | 1 | -56/+0 | |
| | * | Modernise the CMake syntax slightly.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -9/+9 | |
| | * | Install the example configs/sql/locales properly on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -6/+3 | |
| | * | Update the instructions for how to enable modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2022-04-24 | 1 | -2/+2 | |
| | * | Enable all dependencies for Windows CI.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -3/+3 | |
| | * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -2/+5 | |
| | * | Add a function for enabling extra modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -8/+17 | |
| | * | Newer versions of mbedTLS can only be static linked on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -1/+0 | |
| | * | Fix building the Windows package on NSIS 3. | 2022-04-24 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -2/+3 | |
| |\| | |||||
| | * | Update the Windows dependencies to fix a version conflict.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-05 | 1 | -2/+3 | |
| * | | 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 | |
| |\| | |||||
