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
/
include
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2015-12-31
Remove repeated expressions from CMake end*() and else() calls.
Peter Powell
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-02-03
Make module version system work
Adam
2014-04-01
Require cmake 2.8 and C++11 support
Adam
2012-05-24
Added a ./Config option for using precompiled headers
Adam
2012-03-11
Made gch files depend on the header they were generated from
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-15
Remove revision numbers as they're only ever set by Config reading git since ...
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2011-06-27
Fixed build on older cmake versions
Adam
2011-06-02
Place version.h in build/ not include/
Adam
2011-02-25
Fixed build on freebsd with precompiled headers
Adam
2011-02-20
Much more work on the live SQL. Should work pretty decently now under heavy l...
Adam
2011-02-16
Use precompiled headers when building with gnu g++ to speed up build time
Adam
2010-12-12
Made ./Config with a .git directory work ok if we are on a git tag
Adam
2010-12-09
Fixed build on cmake 2.4.x
Adam
2010-06-28
Fix version system so it doesn't cause the entire build tree to get rebuilt j...
Naram Qashat
2010-06-25
Changed the versioning system to use git
Adam
2010-06-18
Fixed cmake build, removed version_flags it is no longer need, removed old un...
Adam
2008-12-29
Edits to CPack-related part of CMake to not include Autotools-built files fro...
cyberbotx
2008-12-23
Some more Windows fixes, both in CMake and in the code itself. (I don't like ...
cyberbotx
2008-12-19
Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...
cyberbotx
2008-12-17
Massive cleanup of the CMakeLists.txt files to finalize them.
cyberbotx
2008-12-17
Implemented dependency calculation within CMake, now header file dependencies...
cyberbotx
2008-12-17
More CMake work, mostly to handle both *nix and Windows builds.
cyberbotx
2008-12-17
Implemented CMake build system to replace the old autoconf-based build system.
cyberbotx