Age | Commit message (Expand) | Author |
2012-01-25 | Added two common warning messages on Windows to ignore | Adam |
2011-11-20 | CMake handles strings and lists differently, so this should hopefully finally... | Naram Qashat |
2011-11-20 | Really fix linking in libraries (even if gettext isn't found on *nix), and a ... | Naram Qashat |
2011-11-20 | Attempt to fix where link libraries are set when compiling to fix failed buil... | Naram Qashat |
2011-11-08 | Windows | Adam |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-10-22 | Added our own eventfd test for openvz machines which have eventfd but can not... | Adam |
2011-09-10 | Added kqueue | Adam |
2011-08-08 | Fixed CMakeLists.txt detecting epoll | Adam |
2011-08-05 | Rewrote the example configurations and split them | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-30 | Fixed windows build more, including ldap | Adam |
2011-02-16 | Use precompiled headers when building with gnu g++ to speed up build time | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2010-11-01 | Fixed make install because Changes.lang is dead | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-09-26 | Partial fix for finding gettext with CMake, still doesn't fix the lack of fin... | Naram Qashat |
2010-09-26 | Properly detect gettext and dont build langfiles on systems without it | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-21 | Updated .gitignore and removed the rest of the old autotools system | Adam |
2010-08-21 | Better check for eventfd. | Naram Qashat |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-30 | Cleanup in modulemanager.cpp, make it so CMake only includes the -fno-leading... | Naram Qashat |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-18 | Removed empty.c, instead have cmake create a new empty file when it needs it ... | Adam |
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam |
2010-06-18 | Removed .svn from CMakes list of folders to ignore, it not longer exists | Adam |
2010-05-02 | Moved CODING, TODO, and Changes* to docs/. Removed unused empty file install-sh. | Adam- |
2010-02-20 | Correctly identify CMake 2.8.x as being CMake 2.6 or better. | cyberbotx |
2009-11-15 | Possible fix for header dependency calculation causing CMake to freeze due to... | cyberbotx |
2009-10-08 | Disable Visual Studio warning 4100 (unreferenced formal parameter) during Win... | cyberbotx |
2009-06-09 | Remove events.h, should have been deleted in earlier patch to replace events ... | cyberbotx |
2009-05-25 | Added ability for CMake to build a module from a subdirectory of src/modules. | cyberbotx |
2009-03-11 | Really corrected CMake version checking. | cyberbotx |
2009-03-11 | Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning... | cyberbotx |
2009-03-02 | Force locale to C so messages from gcc don't get translated, thanks to DukePy... | cyberbotx |
2009-03-02 | Added a strip_string function to Anope.cmake, cleaned up other parts of Anope... | cyberbotx |
2009-02-22 | Added Anope.cmake, moving all my CMake macros into it. | cyberbotx |
2009-02-19 | Preliminary support for a module source file (within src/modules) to include ... | cyberbotx |
2009-02-10 | Do not pack the build directory into the tarballs from now on, also fix subtl... | cyberbotx |
2009-01-26 | Move Anope's executable (anope.exe for Windows / services for *nix) to be ins... | cyberbotx |
2008-12-31 | Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ. | cyberbotx |
2008-12-29 | Edits to CPack-related part of CMake to not include Autotools-built files fro... | cyberbotx |
2008-12-29 | Final modifications to Autotools build system to work alongside CMake build s... | cyberbotx |
2008-12-29 | Reverting my last 2 commits in an attempt to fix my own screwball mistake. | cyberbotx |
2008-12-29 | Merge branch 'cmake' | cyberbotx |