| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use add_subdirectory instead of subdirs in CMake | Brad King | 2009-12-10 | 1 | -11/+11 |
|
|
* | | Clean up CMake build tree 'bin' directory | Brad King | 2009-12-08 | 1 | -5/+6 |
|
|
* | | Remove useless include file filters | Brad King | 2009-12-08 | 1 | -1/+0 |
|
|
* | | keep libarchive from using a system zlib unless cmake uses one | Bill Hoffman | 2009-11-09 | 1 | -0/+2 |
|
|
* | | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -15/+20 |
|
|
* | | Add test of all available CPack generators. Add this test with the goal of in... | David Cole | 2009-10-20 | 1 | -1/+2 |
|
|
* | | Fix permsissions of installed SquishRunTestCase.sh | Brad King | 2009-10-05 | 1 | -3/+3 |
|
|
* | | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -0/+11 |
|
|
* | | Install KWSys Copyright.txt as documentation | Brad King | 2009-09-28 | 1 | -0/+2 |
|
|
* | | Install Copyright.txt | Brad King | 2009-09-28 | 1 | -0/+3 |
|
|
* | | CVS is now 2.9 | Bill Hoffman | 2009-09-24 | 1 | -1/+1 |
|/ |
|
* | Remove CMakeSetup. Long live cmake-gui, start building Qt now. | Bill Hoffman | 2009-09-03 | 1 | -50/+4 |
|
|
* | Fix installation when built by CMake 2.4 | Brad King | 2009-07-31 | 1 | -0/+6 |
|
|
* | ENH: Allow empty endif() and such with CMake 2.4 | Brad King | 2009-07-24 | 1 | -0/+2 |
|
|
* | ENH: Install all Modules and Templates | Brad King | 2009-07-24 | 1 | -2/+15 |
|
|
* | COMP: We now require CMake 2.4.5 or higher to build | Brad King | 2009-06-11 | 1 | -1/+1 |
|
|
* | ENH: Disable the xmlrpc drop method by default | Brad King | 2009-06-11 | 1 | -18/+13 |
|
|
* | ENH: Remove option to build cmcurl-7.19.0 | Brad King | 2009-06-11 | 1 | -7/+1 |
|
|
* | ENH: Simplify decision to use system libraries | Brad King | 2009-06-11 | 1 | -53/+38 |
|
|
* | ENH: allow for shared build of libcurl and fix build with openssl option (ssl... | Bill Hoffman | 2009-04-10 | 1 | -1/+4 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -7/+3 |
|
|
* | ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set | Bill Hoffman | 2008-09-29 | 1 | -2/+8 |
|
|
* | ENH: install the mac application bundle into /Applications directly with no e... | Bill Hoffman | 2008-04-04 | 1 | -4/+5 |
|
|
* | ENH: forgot to check this in, need to change the version in CVS | Bill Hoffman | 2008-03-19 | 1 | -1/+1 |
|
|
* | ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with ... | Brad King | 2008-03-17 | 1 | -0/+4 |
|
|
* | BUG: undo accidental commit | Ken Martin | 2008-03-04 | 1 | -2/+9 |
|
|
* | ENH: Simplify tests for building CMake itself with rpath support now that 2.4... | Brad King | 2008-03-02 | 1 | -3/+2 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -9/+2 |
|
|
* | ENH: install seems to be working for cmake-gui | Bill Hoffman | 2008-02-18 | 1 | -2/+9 |
|
|
* | ENH: require 2.4 to build cmake | Bill Hoffman | 2008-02-18 | 1 | -1/+1 |
|
|
* | ENH: support for cpack and install of cmake-gui as mac app bundle | Bill Hoffman | 2008-02-16 | 1 | -0/+11 |
|
|
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -7/+12 |
|
|
* | BUG: Fixed construction of CMake_VERSION_DATE to use KWSys DateStamp feature ... | Brad King | 2007-11-21 | 1 | -9/+4 |
|
|
* | 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 |
|
|
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ... | Alexander Neundorf | 2007-09-17 | 1 | -2/+2 |
|
|
* | 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 f... | Brad King | 2007-08-31 | 1 | -0/+2 |
|
|
* | COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabled | Alexander Neundorf | 2007-08-28 | 1 | -1/+32 |
|
|
* | COMP: ccmake requires ncurses, according to Berk and since it doesn't build | Alexander Neundorf | 2007-08-15 | 1 | -0/+1 |
|
|
* | 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 |
|
|