summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* ENH: install the mac application bundle into /Applications directly with no ↵Bill Hoffman2008-04-041-4/+5
| | | | enclosing folder
* ENH: forgot to check this in, need to change the version in CVSBill Hoffman2008-03-181-1/+1
|
* ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with ↵Brad King2008-03-171-0/+4
| | | | the upcoming CMake 2.6 release.
* BUG: undo accidental commitKen Martin2008-03-041-2/+9
|
* ENH: Simplify tests for building CMake itself with rpath support now that ↵Brad King2008-03-021-3/+2
| | | | 2.4 is required to build.
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-9/+2
|
* ENH: install seems to be working for cmake-guiBill Hoffman2008-02-181-2/+9
|
* ENH: require 2.4 to build cmakeBill Hoffman2008-02-181-1/+1
|
* ENH: support for cpack and install of cmake-gui as mac app bundleBill Hoffman2008-02-161-0/+11
|
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-231-7/+12
| | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex
* BUG: Fixed construction of CMake_VERSION_DATE to use KWSys DateStamp feature ↵Brad King2007-11-211-9/+4
| | | | now that cmVersion.cxx is not updated nightly anymore.
* ENH: move CMAKE_STRICT option to the topKen Martin2007-11-061-0/+5
|
* COMP: use RPATH is building QtDialog and the Qt libs are not in /lib orAlexander Neundorf2007-11-051-2/+10
| | | | | | /usr/lib (same logic as for ccmake) Alex
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵Alexander Neundorf2007-09-171-2/+2
| | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex
* ENH: remove debug printBill Hoffman2007-09-091-1/+0
|
* ENH: MATH is not in bootstrap cmakeBill Hoffman2007-09-071-3/+3
|
* ENH: for CVS CMake have cpack use the version date in the name of the packageBill Hoffman2007-09-071-0/+16
|
* ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵Brad King2007-08-311-0/+2
| | | | file to include the new one for compatibility. This should prevent the long delays of CTest traversing the whole tree looking for CTestCustom.ctest files.
* COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabledAlexander Neundorf2007-08-281-1/+32
| | | | | | | or if the curses library is neither in /lib nor in /usr/lib . This makes it build on NetBSD. For more comments see CMakeLists.txt Alex
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-151-0/+1
| | | | | | | | | | on NetBSD where there are separate curses and ncurses libraries, and where the curses library is found, which doesn't work for ccmake while the existing ncurses library would work. With this change it should be possible to test whether the found curses lib provides ncurses functionality. Alex
* ENH: make DartLocal.conf part of projectBill Hoffman2007-06-291-0/+4
|
* ENH: remove old style release stuffBill Hoffman2007-06-221-2/+0
|
* ENH: revert to SUBDIRS to make sure cmake can be built with 2.2Bill Hoffman2007-05-131-14/+14
|
* COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build.Brad King2007-05-131-1/+1
|
* ENH: minor fixesKen Martin2007-05-111-0/+1
|
* ENH: some more CMakeList cleanupsKen Martin2007-05-111-1/+0
|
* ENH: more cleanup of some CMakeLists filesKen Martin2007-05-111-307/+368
|
* ENH: start trying to cleanup CMakeLists filesKen Martin2007-05-101-143/+14
|
* ENH: Enable use of kwsys MD5 implementation.Brad King2007-03-141-0/+1
|
* ENH: Prepare for the new curl. Curl is build static, so set define to onAndy Cedilnik2007-03-091-0/+1
|
* BUG: bad command lineKen Martin2007-03-011-1/+1
|
* BUG: bad command lineKen Martin2007-03-011-1/+1
|
* BUG: allow system information to accept the -G optionKen Martin2007-02-281-1/+45
|
* BUG: possible fix for new SystemInfo testKen Martin2007-02-271-0/+4
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-0/+35
|
* ENH: add RC stuff to main treeBill Hoffman2007-01-041-0/+4
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-26/+129
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: Changing default data and doc directories to share/cmake-V.v and ↵Brad King2006-08-251-2/+2
| | | | doc/cmake-V.v instead of share/CMake and doc/CMake for consistency with many linux distribution conventions.
* ENH: Start building compress libraryAndy Cedilnik2006-08-141-1/+7
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
|
* ENH: add the processor to the system name for cpackBill Hoffman2006-05-121-3/+3
|
* BUG: Prevent stripping of sourcesAndy Cedilnik2006-05-101-0/+1
|
* ENH: allow for cpack stuff to be changedBill Hoffman2006-05-101-6/+8
|
* ENH: Add support for stipping and make more things overwritableAndy Cedilnik2006-05-021-0/+1
|
* ENH: Add more install registry optionsAndy Cedilnik2006-04-291-0/+5
|
* ENH: Add NSIS options page for path selection, fix adding and removing from ↵Andy Cedilnik2006-04-291-0/+1
| | | | path, add welcome page and license page
* ENH: Add template of ctest scriptAndy Cedilnik2006-04-281-0/+4
|
* ENH: Enable pathAndy Cedilnik2006-04-231-0/+1
|
* ENH: update cpack stuff to match old cmake releasesBill Hoffman2006-04-191-1/+14
|
* ENH: move version numbers to 2.5.0Bill Hoffman2006-04-181-2/+2
|