Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -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 King | 2007-11-21 | 1 | -9/+4 |
| | | | | now that cmVersion.cxx is not updated nightly anymore. | ||||
* | ENH: move CMAKE_STRICT option to the top | Ken Martin | 2007-11-06 | 1 | -0/+5 |
| | |||||
* | COMP: use RPATH is building QtDialog and the Qt libs are not in /lib or | Alexander Neundorf | 2007-11-05 | 1 | -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 Neundorf | 2007-09-17 | 1 | -2/+2 |
| | | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex | ||||
* | ENH: remove debug print | Bill Hoffman | 2007-09-09 | 1 | -1/+0 |
| | |||||
* | ENH: MATH is not in bootstrap cmake | Bill Hoffman | 2007-09-07 | 1 | -3/+3 |
| | |||||
* | ENH: for CVS CMake have cpack use the version date in the name of the package | Bill Hoffman | 2007-09-07 | 1 | -0/+16 |
| | |||||
* | ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵ | Brad King | 2007-08-31 | 1 | -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 enabled | Alexander Neundorf | 2007-08-28 | 1 | -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 build | Alexander Neundorf | 2007-08-15 | 1 | -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 project | Bill Hoffman | 2007-06-29 | 1 | -0/+4 |
| | |||||
* | ENH: remove old style release stuff | Bill Hoffman | 2007-06-22 | 1 | -2/+0 |
| | |||||
* | ENH: revert to SUBDIRS to make sure cmake can be built with 2.2 | Bill Hoffman | 2007-05-13 | 1 | -14/+14 |
| | |||||
* | COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build. | Brad King | 2007-05-13 | 1 | -1/+1 |
| | |||||
* | ENH: minor fixes | Ken Martin | 2007-05-11 | 1 | -0/+1 |
| | |||||
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 1 | -1/+0 |
| | |||||
* | ENH: more cleanup of some CMakeLists files | Ken Martin | 2007-05-11 | 1 | -307/+368 |
| | |||||
* | ENH: start trying to cleanup CMakeLists files | Ken Martin | 2007-05-10 | 1 | -143/+14 |
| | |||||
* | ENH: Enable use of kwsys MD5 implementation. | Brad King | 2007-03-14 | 1 | -0/+1 |
| | |||||
* | ENH: Prepare for the new curl. Curl is build static, so set define to on | Andy Cedilnik | 2007-03-09 | 1 | -0/+1 |
| | |||||
* | BUG: bad command line | Ken Martin | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | BUG: bad command line | Ken Martin | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | BUG: allow system information to accept the -G option | Ken Martin | 2007-02-28 | 1 | -1/+45 |
| | |||||
* | BUG: possible fix for new SystemInfo test | Ken Martin | 2007-02-27 | 1 | -0/+4 |
| | |||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 1 | -0/+35 |
| | |||||
* | ENH: add RC stuff to main tree | Bill Hoffman | 2007-01-04 | 1 | -0/+4 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -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 King | 2006-08-26 | 1 | -2/+2 |
| | | | | doc/cmake-V.v instead of share/CMake and doc/CMake for consistency with many linux distribution conventions. | ||||
* | ENH: Start building compress library | Andy Cedilnik | 2006-08-14 | 1 | -1/+7 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -4/+4 |
| | |||||
* | ENH: add the processor to the system name for cpack | Bill Hoffman | 2006-05-12 | 1 | -3/+3 |
| | |||||
* | BUG: Prevent stripping of sources | Andy Cedilnik | 2006-05-10 | 1 | -0/+1 |
| | |||||
* | ENH: allow for cpack stuff to be changed | Bill Hoffman | 2006-05-10 | 1 | -6/+8 |
| | |||||
* | ENH: Add support for stipping and make more things overwritable | Andy Cedilnik | 2006-05-02 | 1 | -0/+1 |
| | |||||
* | ENH: Add more install registry options | Andy Cedilnik | 2006-04-30 | 1 | -0/+5 |
| | |||||
* | ENH: Add NSIS options page for path selection, fix adding and removing from ↵ | Andy Cedilnik | 2006-04-29 | 1 | -0/+1 |
| | | | | path, add welcome page and license page | ||||
* | ENH: Add template of ctest script | Andy Cedilnik | 2006-04-28 | 1 | -0/+4 |
| | |||||
* | ENH: Enable path | Andy Cedilnik | 2006-04-23 | 1 | -0/+1 |
| | |||||
* | ENH: update cpack stuff to match old cmake releases | Bill Hoffman | 2006-04-19 | 1 | -1/+14 |
| | |||||
* | ENH: move version numbers to 2.5.0 | Bill Hoffman | 2006-04-18 | 1 | -2/+2 |
| | |||||
* | ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ↵ | Brad King | 2006-03-24 | 1 | -1/+1 |
| | | | | a third option added to RUNTIME and LIBRARY property types. Static libraries and import libraries are now treated as ARCHIVE targets instead of LIBRARY targets. This adds a level of granularity necessary for upcoming features. Also updated the CVS CMake patch level set in CMake_VERSION_PATCH from 4 to 5 to allow users of this version to know whether this incompatible change is present. | ||||
* | ENH: Add flag for MFC | Andy Cedilnik | 2006-03-21 | 1 | -0/+1 |
| | |||||
* | ENH: Simplify the test | Andy Cedilnik | 2006-03-17 | 1 | -0/+4 |
| | |||||
* | ENH: Updated patch level to 4 for special KDE release. | Brad King | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: CMake does not need RPATHs at all for its own executables. Disable ↵ | Brad King | 2006-03-02 | 1 | -0/+4 |
| | | | | them to avoid relinking during installation. | ||||
* | ENH: Install system libraries only if project requires them | Andy Cedilnik | 2006-03-01 | 1 | -0/+3 |
| | |||||
* | ENH: Variable name changed | Andy Cedilnik | 2006-02-16 | 1 | -2/+2 |
| | |||||
* | ENH: Improved support for icons, random directories, etc... | Andy Cedilnik | 2006-02-14 | 1 | -2/+4 |
| | |||||
* | ENH: Updated patch level to 3 for special KDE release. | Brad King | 2006-02-10 | 1 | -1/+1 |
| |