summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-03-22Fix new version stuff with empty version extraAdam
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2014-12-28Only disable CMP0026 if it existsAdam
2014-12-19Disable CMP0026 warnings on cmake 3Adam
2014-02-24Package dlls in src/win32 on WindowsAdam
2013-07-07Wipe services's module dir prior to make installAdam
2013-06-05fixed typo, though I doubt it affects anyone/anythinglethality
2013-04-06Remove the runtime module directory on non-windows because we no longer overw...Adam
2012-12-25Clean up the logic in adding extra library directories, adding to LDFLAGS isn...Naram Qashat
2012-12-25Fix linking libraries so their rpath is set correctly and isn't stripped on i...Naram Qashat
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-07Modified the Config scripts to ask the user explicitly for additional include...Naram Qashat
2012-11-07We no longer have to use the rungroup provided at build time, it is specified...Adam
2012-10-29Make it so CMake doesn't complain if packing on a system using Visual Studio ...Naram Qashat
2012-10-29Fix building under Mac OS X via Makefiles if not using an Xcode project. Thi...Naram Qashat
2012-09-30Place runtime module binaries in data/runtime instead of lib/ incase of a sys...Adam
2012-09-22OK, so the FIND sub-command of string() in CMake was only added with 2.8.5, c...Naram Qashat
2012-09-22Fix issues with CMake trying to add /System/Library/Frameworks/Kernel.framewo...Naram Qashat
2012-09-02Windows cares this is escaped + chmod tooAdam
2012-09-02Fix CMake to actually make directories on install .....Adam
2012-09-02Fix WindowsAdam
2012-05-24Added a ./Config option for using precompiled headersAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-25Added two common warning messages on Windows to ignoreAdam
2011-11-20CMake handles strings and lists differently, so this should hopefully finally...Naram Qashat
2011-11-20Really fix linking in libraries (even if gettext isn't found on *nix), and a ...Naram Qashat
2011-11-20Attempt to fix where link libraries are set when compiling to fix failed buil...Naram Qashat
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-22Added our own eventfd test for openvz machines which have eventfd but can not...Adam
2011-09-10Added kqueueAdam
2011-08-08Fixed CMakeLists.txt detecting epollAdam
2011-08-05Rewrote the example configurations and split themAdam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
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