summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-11-19CMakeLists.txt: remove old CMP0007 policyAdam
2017-02-12Clean up conditionals merged from the 2.0 branch.Peter Powell
2017-02-12Don't use the -pipe compiler flag.Peter Powell
2017-02-12Cleanup CMake policy usage.Peter Powell
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod...Adam
2016-10-07Fix making directories from the Windows installerAdam
2016-10-02Optionally strip variable build date from compiled programDominic Hargreaves
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2015-12-30Remove now unused directories from include_directoriesAdam
2015-12-31Clean up CMake includes.Peter Powell
2015-12-31Change the version requirement for CMake from 2.8 to 3.0.Peter Powell
2015-12-31Always use lower case for CMake function names.Peter Powell
2015-12-31Append the Anope CMake directory to CMAKE_MODULE_PATH.Peter Powell
2015-12-31Remove a leftover from when Anope was written in C.Peter Powell
2015-12-31Replace INSTDIR with CMAKE_INSTALL_PREFIX.Peter Powell
2015-12-31Clean up flags passed to the compiler.Peter Powell
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-14Install into "~/anope" by default instead of "~/services".Peter Powell
2015-12-14Use the binary name "anope" on all platforms.Peter Powell
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-09-06Merge pull request #128 from SaberUK/2.0+destdirAdam
2015-07-15Fix support for passing relative install paths to CMake.Peter Powell
2015-07-13Refuse to configure with old compilers that can't build Anope.Peter Powell
2015-07-13Fix cmake for 2.4 once againAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-01Allow PROGRAM_NAME to be set during configurationDominic Hargreaves
2015-07-01Support DESTDIRDominic Hargreaves
2015-05-17Remove support for run-cc.Peter Powell
2015-04-04Fix matching the Apple Clang variant on CMake 3.0+Peter Powell
2015-04-02Don't overwrite CMAKE_INSTALL_PREFIX if it has already been set.Peter Powell
2015-04-02Remove an old Autotools limitation.Peter Powell
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-04-01Require cmake 2.8 and C++11 supportAdam
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