summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2011-03-30Fixed windows build more, including ldapAdam
2011-02-16Use precompiled headers when building with gnu g++ to speed up build timeAdam
2011-02-04Moved the language strings which are only used onceAdam
2010-11-01Fixed make install because Changes.lang is deadAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-09-26Partial fix for finding gettext with CMake, still doesn't fix the lack of fin...Naram Qashat
2010-09-26Properly detect gettext and dont build langfiles on systems without itAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-21Updated .gitignore and removed the rest of the old autotools systemAdam
2010-08-21Better check for eventfd.Naram Qashat
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-30Cleanup in modulemanager.cpp, make it so CMake only includes the -fno-leading...Naram Qashat
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2010-07-15Moved some files and diretories around, made cmake skip files it knows it can...Adam
2010-06-25Changed the versioning system to use gitAdam
2010-06-18Removed empty.c, instead have cmake create a new empty file when it needs it ...Adam
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam
2010-06-18Removed .svn from CMakes list of folders to ignore, it not longer existsAdam
2010-05-02Moved CODING, TODO, and Changes* to docs/. Removed unused empty file install-sh.Adam-
2010-02-20Correctly identify CMake 2.8.x as being CMake 2.6 or better.cyberbotx
2009-11-15Possible fix for header dependency calculation causing CMake to freeze due to...cyberbotx
2009-10-08Disable Visual Studio warning 4100 (unreferenced formal parameter) during Win...cyberbotx
2009-06-09Remove events.h, should have been deleted in earlier patch to replace events ...cyberbotx
2009-05-25Added ability for CMake to build a module from a subdirectory of src/modules.cyberbotx
2009-03-11Really corrected CMake version checking.cyberbotx
2009-03-11Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning...cyberbotx
2009-03-02Force locale to C so messages from gcc don't get translated, thanks to DukePy...cyberbotx
2009-03-02Added a strip_string function to Anope.cmake, cleaned up other parts of Anope...cyberbotx
2009-02-22Added Anope.cmake, moving all my CMake macros into it.cyberbotx
2009-02-19Preliminary support for a module source file (within src/modules) to include ...cyberbotx
2009-02-10Do not pack the build directory into the tarballs from now on, also fix subtl...cyberbotx
2009-01-26Move Anope's executable (anope.exe for Windows / services for *nix) to be ins...cyberbotx
2008-12-31Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ.cyberbotx
2008-12-29Edits to CPack-related part of CMake to not include Autotools-built files fro...cyberbotx
2008-12-29Final modifications to Autotools build system to work alongside CMake build s...cyberbotx
2008-12-29Reverting my last 2 commits in an attempt to fix my own screwball mistake.cyberbotx
2008-12-29Merge branch 'cmake'cyberbotx
2008-12-26Better check for the backtrace function (actually look for the function, not ...cyberbotx
2008-12-26Minor CMake cleanup, moving include directories and defines to use include_di...cyberbotx
2008-12-25Allow CMake to still check for the -pipe flag with CMake 2.4.3 or older, also...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-19Some more CMake fixes for 2.4.x (Apparently 2.4.x before 2.4.8 didn't have a ...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