Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Failure to do this may result in a crash on shutdown when started
in debug mode.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #546.
|
|
|
|
libmaxminddb redefines this when building under MSVC and breaks the
build otherwise due to the redefinition of ssize_t
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to
be user facing. If opers want to know this kind of internal info
then they can look at the build configuration.
- INSPIRCD_SYSTEM causes problems for reproducible builds and is
only accurate for the state of the system when InspIRCd is built
which is not useful in the slightest.
|
|
|
|
|
|
libraries are not placed in bin
|
|
|
|
|
|
|
|
- Strip the directory name in the default casemapping value.
- Error out if the casemapping value contains a space.
- Error out if the locale file failed to load.
- Fix relative file path when building on Windows.
- Install nationalchars files on Windows.
|
|
|
|
support
|
|
|
|
|
|
|
|
|
|
|
|
return NULL if it fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
building modules consisting of multiple compilation units
Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/
|
|
|
|
|
|
|