aboutsummaryrefslogtreecommitdiff
path: root/win/modules
Commit message (Expand)AuthorAgeFilesLines
* Windows build cleanup.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-151-11/+6
* Convert all files to use UNIX-style line endings.Gravatar Sadie Powell2023-07-151-101/+101
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-151-0/+21
|\
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-151-0/+21
| * Import regex_pcre2 from inspircd-contrib.•••The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. Gravatar Sadie Powell2022-12-051-1/+2
* | Rename several Windows files to use the same naming scheme.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-151-2/+2
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-231-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-011-4/+10
|\|
| * Add Windows extra modules to the module list instead of copying.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-09-221-7/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-211-1/+5
|\|
| * Allow building regex_posix against PCRE on Windows for link compat.Gravatar Sadie Powell2022-09-211-0/+1
| * Avoid packaging unnecessary .lib files on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-09-211-1/+1
| * Fix the ldap module when building against Windows LDAP.Gravatar Sadie Powell2022-09-211-1/+2
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+1
* | Put modules in their own VS folder on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-301-0/+1
* | 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-261-14/+26
|\|
| * Modernise the CMake syntax slightly.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-6/+6
| * Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-0/+3
| * 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
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-011-1/+0
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-071-0/+23
|\|
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-071-0/+24
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-8/+0
|\|
| * Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. Gravatar Peter Powell2019-12-081-8/+0
* | Move m_regex_stdlib out of extras now it can always be built.Gravatar Sadie Powell2019-01-251-4/+0
|/
* Fix building modules which depend on vendor libs on Windows.Gravatar Peter Powell2019-01-031-0/+8
* Update Windows build scripts for the recent build sys changesGravatar Adam2014-07-231-1/+1
* Build coremods on Windows, add general support to the cmake script for buildi...•••Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/ Gravatar Attila Molnar2014-03-291-26/+23
* Fix Windows build and a few more problemsGravatar attilamolnar2013-08-271-3/+14
* win: Made config, modules, data, and log paths configurable.•••Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it. Gravatar Adam2013-03-231-0/+4
* Replace Windows build system and installer with cmakeGravatar Adam2013-03-141-0/+30