aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-302-2/+2
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-223-10/+10
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-221-4/+4
|\
| * Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-06-221-4/+4
* | Get rid of entrypoint, specify the main function name directly.Gravatar Sadie Powell2022-05-072-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-021-111/+133
|\|
| * Sync NSIS template with the one from CPack.Gravatar Sadie Powell2022-05-011-111/+133
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-022-0/+2
* | Put modules in their own VS folder on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-302-0/+4
* | Drop SO_NAME on Windows; we use native file extensions now.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-301-11/+9
* | Slim down the globally included files.Gravatar Sadie Powell2022-04-301-12/+0
* | Enable support for UNIX socket listeners on Windows.Gravatar Sadie Powell2022-04-301-8/+0
* | Replace getopt/ya_getopt with Lyra.Gravatar Sadie Powell2022-04-301-2/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-2/+1
|\|
| * Remove an obsolete workaround for Windows packaging.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-271-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-265-83/+38
|\|
| * Migrate Windows build instructions to the docs site.Gravatar Sadie Powell2022-04-241-56/+0
| * Modernise the CMake syntax slightly.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-242-9/+9
| * Install the example configs/sql/locales properly on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-6/+3
| * Update the instructions for how to enable modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2022-04-241-2/+2
| * Enable all dependencies for Windows CI.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-3/+3
| * Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-242-2/+5
| * Add a function for enabling extra modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-8/+17
| * Newer versions of mbedTLS can only be static linked on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-1/+0
| * Fix building the Windows package on NSIS 3.Gravatar Sadie Powell2022-04-241-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-051-2/+3
|\|
| * Update the Windows dependencies to fix a version conflict.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-051-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-2/+2
|\|
| * Swap out mysql-connector-c for libmysqlclient on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-03-191-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-191-7/+7
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2022-03-191-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. Gravatar Sadie Powell2022-03-191-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-111-7/+7
|\|
| * Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-02-201-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. Gravatar Sadie Powell2022-01-311-4/+0
* | Kill vendor_directory in favour of normal include paths.Gravatar Sadie Powell2022-01-262-8/+1
* | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. Gravatar Sadie Powell2022-01-263-22/+1
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-264-12/+7
* | Replace uses of the FileSystem class with std::filesystem.Gravatar Sadie Powell2022-01-151-5/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-5/+6
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-101-7/+6
|\|
| * Update Windows dependencies.Gravatar Sadie Powell2021-11-081-7/+7
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-012-2/+0
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-262-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-23/+23
|\|