summaryrefslogtreecommitdiff
path: root/src/modules/CMakeLists.txt
AgeCommit message (Expand)Author
2010-06-18Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplinkAdam
2010-06-18Removed .svn from CMakes list of folders to ignore, it not longer existsAdam
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-08Make CMake ignore the CMakeFiles directory, really only applies to Win32 buil...cyberbotx
2009-09-12Fix problem with CMake's auto-library search when being run on a subdirectory...cyberbotx
2009-05-26Typo fixing, spotted by DukePyrolator.cyberbotx
2009-05-26Make sure the .svn folder is removed when checking src/modules for subdirecto...cyberbotx
2009-05-25Added ability for CMake to build a module from a subdirectory of src/modules.cyberbotx
2009-03-25Fix problem with CMake under Windows, spotted by therock247uk on the forums, ...cyberbotx
2009-03-11Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning...cyberbotx
2009-03-02Added a strip_string function to Anope.cmake, cleaned up other parts of Anope...cyberbotx
2009-02-19Preliminary support for a module source file (within src/modules) to include ...cyberbotx
2008-12-26Minor CMake cleanup, moving include directories and defines to use include_di...cyberbotx
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-12-21Some more CMake edits, this allows versions of CMake as early as 2.4.0 to wor...cyberbotx
2008-12-19Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...cyberbotx
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-12-17Implemented dependency calculation within CMake, now header file dependencies...cyberbotx
2008-12-17Fixed issue with the MSVC++ build of Anope crashing on a DLL throwing an exce...cyberbotx
2008-12-17More CMake work, adding win32.rc generation and fixing some other problems.cyberbotx
2008-12-17More CMake work, mostly to handle both *nix and Windows builds.cyberbotx
2008-12-17Implemented CMake build system to replace the old autoconf-based build system.cyberbotx