summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2025-04-02Fix building in a post-CMP0082 world.Sadie Powell
2025-04-02Bump the minimum CMake version to 3.20.Sadie Powell
2025-03-06Move REPRODUCIBLE_BUILD to sysconf.Sadie Powell
2024-08-15Remove support for MinGW.Sadie Powell
2024-05-28Fix creating the runtime directory on Windows.Sadie Powell
2024-04-14Expand relative paths when installing.Sadie Powell
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-03-18Use clock_gettime if it is available.Sadie Powell
2024-02-29Clean up some more CMake flags.Sadie Powell
2024-01-09Put modules into their own folder on Windows.Sadie Powell
2024-01-08Mark format strings with the GNU printf attribute.Sadie Powell
2023-12-07Skip checking for chgrp/chmod on Windows.Sadie Powell
2023-06-03Merge branch '2.0' into 2.1.Sadie Powell
2023-06-02add gettext to conan depsAdam
2023-06-02use Conan for extra's dependencies on WindowsAdam
2023-05-28CMakeLists.txt: remove -fno-delete-null-pointer-checksAdam
2023-03-13Modernize finding system tools and remove checks for unused tools.Sadie Powell
2022-10-22Import InspIRCd's vendoring tool and use it to vendor crypt_blowfish.Sadie Powell
2022-01-13Remove checks for obsolete Windows SDK versions.Sadie Powell
2022-01-13Clean up the predefined variables on Windows.Sadie Powell
2022-01-12Use the default CMake modules for finding gettext instead of our own.Sadie Powell
2022-01-04Remove various entries from sysconf which are never actually used.Sadie Powell
2022-01-04Use GNU visibility attributes when on non-Windows.Sadie Powell
2022-01-04Remove some obsolete header and function checks.Sadie Powell
2022-01-04Export a compilation database for debug builds.Sadie Powell
2022-01-04Modernize CXXFLAGS on Unix and enable -Werror on CI.Sadie Powell
2022-01-03Require C++17 to build Anope.Sadie Powell
2022-01-03Remove support for precompiled headers.Sadie Powell
2021-11-30Remove undefined behaviour around checking if this is null.Sadie Powell
2021-11-30CMake warnings CMP0003 and CMP0007 are not necessary.Sadie Powell
2021-11-30Fix cmake deprecation warning CMP0026.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
2021-04-27Bump minimum CMake version to 3.8.Sadie Powell
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28All modern platforms support stdint so remove pstdint.Sadie Powell
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.Robby
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2016-07-23Fix making directories from the Windows installerAdam
2016-06-22Enable -fno-delete-null-pointer-checks on GCC 6Adam
2016-04-21Optionally strip variable build date from compiled programDominic Hargreaves
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