Age | Commit message (Expand) | Author |
2024-08-15 | Remove support for MinGW. | Sadie Powell |
2024-04-15 | Avoid packaging unnecessary .lib files on Windows. | Sadie Powell |
2024-02-25 | Remove duplicate suffix from socketengine file names. | Sadie Powell |
2024-02-11 | Switch Thread to use the C++11 equivalent, remove win32/pthread. | Sadie Powell |
2022-12-17 | Use <filesystem> instead of opendir/readdir/closedir. | Sadie Powell |
2022-01-13 | Rip out calculate_depends(). | Sadie Powell |
2022-01-12 | Use the default CMake modules for finding gettext instead of our own. | Sadie Powell |
2021-11-30 | Fix cmake deprecation warning CMP0026. | Sadie Powell |
2021-04-27 | Use elseif in CMake where possible. | Sadie Powell |
2021-04-27 | Rip out compatibility code for now-unsupported CMake versions. | Sadie Powell |
2021-04-27 | Remove the repeated conditions in cmake endif/else statements. | Sadie Powell |
2015-07-01 | Allow disabling installation of extra tools (with DISABLE_TOOLS) | Dominic Hargreaves |
2014-06-01 | Fix Windows release build with gettext | Adam |
2014-05-31 | Update FindGettext.cmake for new Windows stuff and fix language.cpp | Adam |
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user... | Adam |
2013-04-06 | Made the missing dependencies message from cmake more descriptive for modules | Adam |
2012-12-25 | Fix linking libraries so their rpath is set correctly and isn't stripped on i... | Naram Qashat |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-11-23 | Change the return type of ircdmessage to void now that we don't use it, add a... | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-10-09 | Made the warnings given by cmake for not having | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
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-22 | Added our own eventfd test for openvz machines which have eventfd but can not... | Adam |
2011-09-10 | Added kqueue | Adam |
2011-08-27 | Fixed some cmake warnings | Adam |
2011-08-10 | Fixed windows build | Adam |
2011-05-16 | Unmodularized the socket engine because its causing problems and really is un... | Adam |
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy l... | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-05 | Fixed restarting Anope when it is started from outside of the services binary... | 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-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-03-11 | Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning... | cyberbotx |
2009-03-02 | Added a strip_string function to Anope.cmake, cleaned up other parts of Anope... | cyberbotx |
2009-01-26 | Move Anope's executable (anope.exe for Windows / services for *nix) to be ins... | 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 | Really fix the reverting back to r1870. | 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 |
2008-12-23 | Some more Windows fixes, both in CMake and in the code itself. (I don't like ... | cyberbotx |