index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-01-03
Remove support for precompiled headers.
Sadie Powell
2021-11-30
Remove undefined behaviour around checking if this is null.
Sadie Powell
2021-11-30
CMake warnings CMP0003 and CMP0007 are not necessary.
Sadie Powell
2021-11-30
Fix cmake deprecation warning CMP0026.
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
2021-04-27
Bump minimum CMake version to 3.8.
Sadie Powell
2020-09-28
Rename things from services to anope.
Sadie Powell
2020-09-28
All modern platforms support stdint so remove pstdint.
Sadie Powell
2018-11-10
Update most URLs to use HTTPS if available, and fix some dead ones too.
Robby
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2016-07-23
Fix making directories from the Windows installer
Adam
2016-06-22
Enable -fno-delete-null-pointer-checks on GCC 6
Adam
2016-04-21
Optionally strip variable build date from compiled program
Dominic Hargreaves
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-09-06
Merge pull request #128 from SaberUK/2.0+destdir
Adam
2015-07-15
Fix support for passing relative install paths to CMake.
Peter Powell
2015-07-13
Refuse to configure with old compilers that can't build Anope.
Peter Powell
2015-07-13
Fix cmake for 2.4 once again
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-07-01
Allow PROGRAM_NAME to be set during configuration
Dominic Hargreaves
2015-07-01
Support DESTDIR
Dominic Hargreaves
2015-05-17
Remove support for run-cc.
Peter Powell
2015-04-04
Fix matching the Apple Clang variant on CMake 3.0+
Peter Powell
2015-04-02
Don't overwrite CMAKE_INSTALL_PREFIX if it has already been set.
Peter Powell
2015-04-02
Remove an old Autotools limitation.
Peter Powell
2015-03-22
Fix new version stuff with empty version extra
Adam
2015-03-12
Update cmake version parsing code to deal with recent build version changes
Adam
2014-12-28
Only disable CMP0026 if it exists
Adam
2014-12-19
Disable CMP0026 warnings on cmake 3
Adam
2014-02-24
Package dlls in src/win32 on Windows
Adam
2013-07-07
Wipe services's module dir prior to make install
Adam
2013-06-05
fixed typo, though I doubt it affects anyone/anything
lethality
2013-04-06
Remove the runtime module directory on non-windows because we no longer overw...
Adam
2012-12-25
Clean up the logic in adding extra library directories, adding to LDFLAGS isn...
Naram Qashat
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-12-07
Modified the Config scripts to ask the user explicitly for additional include...
Naram Qashat
2012-11-07
We no longer have to use the rungroup provided at build time, it is specified...
Adam
2012-10-29
Make it so CMake doesn't complain if packing on a system using Visual Studio ...
Naram Qashat
2012-10-29
Fix building under Mac OS X via Makefiles if not using an Xcode project. Thi...
Naram Qashat
2012-09-30
Place runtime module binaries in data/runtime instead of lib/ incase of a sys...
Adam
2012-09-22
OK, so the FIND sub-command of string() in CMake was only added with 2.8.5, c...
Naram Qashat
2012-09-22
Fix issues with CMake trying to add /System/Library/Frameworks/Kernel.framewo...
Naram Qashat
2012-09-02
Windows cares this is escaped + chmod too
Adam
2012-09-02
Fix CMake to actually make directories on install .....
Adam
2012-09-02
Fix Windows
Adam
2012-05-24
Added a ./Config option for using precompiled headers
Adam
2012-05-06
Split up db/conf/lib/locale install directories, and allow alternate ones to ...
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
[next]