Age | Commit message (Collapse) | Author |
|
[skip alpine ci]
[skip ubuntu ci]
|
|
|
|
Closes #369.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conan install src\win32\conanfile.txt --build=missing
cmake -B build .
cmake --build build --config Release --target PACKAGE
|
|
This isn't actually used anywhere and just slows down the build.
|
|
This code is incredibly error prone and it just duplicates behaviour
that CMake already implements with depend.make files.
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
|
|
|
|
|
|
|
|
Also fix crash on Windows when unloading a module because it threw an
exception.
|
|
|
|
warnings
|
|
dont need the headers too
|
|
users want them built they should copy or symlink them out of extras
|
|
|
|
Mark our modules as VENDOR and allow modules to have multple types.
|
|
|
|
specific source file on modules with multiple source files
|
|
|
|
install.
|
|
the dependencies for modules look less scary as
they confuse dumb people currently
|
|
webcpanel.so can be compiled under Mac OS X.
|
|
|
|
be specified at runtime
|
|
order.
|
|
|
|
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
|
|
|
|
out of the core and into the modules that use them.
|
|
|
|
calculate_depends, and fixed building without gettext
|
|
|
|
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext.
Fixed m_mysql and m_ssl to work under Windows, made the Windows Config
program remember the last used options, and fixed Windows release builds.
|
|
faster. Removed db_mysql_execute for now.
|
|
can't compile because of missing dependices.
|