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