Age | Commit message (Expand) | Author |
2017-02-12 | Clean up conditionals merged from the 2.0 branch. | Peter Powell |
2016-10-29 | Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod... | Adam |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam |
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-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move som... | Adam |
2015-08-12 | Have CMake check for libraries first in any additional locations and second i... | Jason Foster |
2014-11-24 | Rewrite serializable to have field level granularity | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-05-31 | Update FindGettext.cmake for new Windows stuff and fix language.cpp | Adam |
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam |
2014-04-01 | Require cmake 2.8 and C++11 support | Adam |
2013-07-26 | Fix build on late versions of cmake 2.4 | Adam |
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user... | Adam |
2013-04-12 | Hack around calculate_depends not able to find libintl.h, since we deal with ... | Adam |
2013-04-06 | Made the missing dependencies message from cmake more descriptive for modules | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam |
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-10-27 | Fix cmake generation due to this if not being updated. | Naram Qashat |
2012-10-09 | Made the warnings given by cmake for not having | Adam |
2012-09-22 | Forgot to delete a line in the last commit. | Naram Qashat |
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 |
2011-12-03 | Attempt to fix issue with modules having their link libraries in the wrong or... | Naram Qashat |
2011-10-22 | A few minor fixups | Adam |
2011-10-22 | Added our own eventfd test for openvz machines which have eventfd but can not... | Adam |
2011-02-05 | Removed the LIBINTL include hack | Adam |
2010-11-01 | Fixed calculate_depends again, now it works | Adam |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with calculate... | Adam |
2010-10-30 | Fixed build on cmake2.6 | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |