summaryrefslogtreecommitdiff
path: root/include/sysconf.h.cmake
AgeCommit message (Expand)Author
2025-03-06Move REPRODUCIBLE_BUILD to sysconf.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2024-06-07Add nullability attributes to the module events.Sadie Powell
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-04-02Use the paths from the build system instead of hardcoding them.Sadie Powell
2024-03-18Use clock_gettime if it is available.Sadie Powell
2024-02-29Rework some platform compatibility code.Sadie Powell
2024-01-09Use native file extensions on macOS and Windows.Sadie Powell
2024-01-08Mark format strings with the GNU printf attribute.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-01-13Document the sysconf header file.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-04Consistently use #pragma once across all header files.Sadie Powell
2022-01-04Remove some obsolete header and function checks.Sadie Powell
2020-09-28All modern platforms support stdint so remove pstdint.Sadie Powell
2012-11-07We no longer have to use the rungroup provided at build time, it is specified...Adam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-29Fixed windows buildAdam
2011-02-05Removed the LIBINTL include hackAdam
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-09-26Partial fix for finding gettext with CMake, still doesn't fix the lack of fin...Naram Qashat
2010-09-26Changed the language system to use gettextAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2008-12-31Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ.cyberbotx
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-12-17More CMake work, mostly to handle both *nix and Windows builds.cyberbotx
2008-12-17Implemented CMake build system to replace the old autoconf-based build system.cyberbotx