summaryrefslogtreecommitdiff
path: root/modules/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-12Clean up conditionals merged from the 2.0 branch.Peter Powell
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod...Adam
2016-10-09Set INSTALL_RPATH to libdir, tooAdam
2016-10-07Set shared library suffix to .so, add missing serializable type GetTypes defi...Adam
2016-10-05Fix OSX buildAdam
2016-09-30Error out if any 1.8 modules are in the the module directory.Peter Powell
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2015-12-31Replace a ton of nested if statements with elseif statements.Peter Powell
2015-12-31Always use lower case for CMake function names.Peter Powell
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move som...Adam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2013-07-26Fix build on late versions of cmake 2.4Adam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-04-16Move extras header files out of extras so when users copy modules out they do...Adam
2013-04-15Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user...Adam
2013-04-12Fix OSX buld and a warning in modulemanager.cppAdam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-06Made the missing dependencies message from cmake more descriptive for modulesAdam
2013-03-15Fix missing dependencies message to include the source folder, there is no sp...Adam
2013-02-19Fix some OpenBSD build issues, and bugs #1485 #1486 #1487Adam
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on i...Naram Qashat
2012-10-09Made the warnings given by cmake for not havingAdam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-01Added a web panel module + a default templateAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2011-12-03Attempt to fix issue with modules having their link libraries in the wrong or...Naram Qashat
2011-08-27Fixed some cmake warningsAdam
2011-08-05Rewrote the example configurations and split themAdam
2011-03-04Clarify the module dependency messages generated by cmake are non fatalAdam
2011-02-04Moved the language strings which are only used onceAdam
2010-12-24Fixed Windows buildAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with calculate...Adam
2010-10-30Fixed build on cmake2.6Adam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam