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