Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: Add initial implementation of the list command | Andy Cedilnik | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | ENH: Updated patch level to 2 for special KDE release. | Brad King | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 1 | -2/+9 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | ENH: Incremented patch version for special KDE release. | Brad King | 2006-02-03 | 1 | -1/+1 |
| | |||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 1 | -1/+37 |
| | | | | determine whether to build the MFCDialog. | ||||
* | ENH: Some improvements: specify link, copy msvc libraries, fix install directory | Andy Cedilnik | 2006-01-11 | 1 | -0/+2 |
| | |||||
* | STYLE: Add an explanation for a bunch of backslashes | Andy Cedilnik | 2006-01-09 | 1 | -0/+2 |
| | |||||
* | ENH: Fix test for cpack variables, add support for icon on windows | Andy Cedilnik | 2006-01-09 | 1 | -0/+3 |
| | |||||
* | ENH: use a safer check for CPack | Bill Hoffman | 2006-01-05 | 1 | -2/+3 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 1 | -0/+11 |
| | |||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | COMP: Fix path to include files | Andy Cedilnik | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | ENH: First cut at enabling tar | Andy Cedilnik | 2005-12-28 | 1 | -0/+6 |
| | |||||
* | COMP: Define _CRT_SECURE_NO_DEPRECATE to build CMake itself on VS8. This ↵ | Brad King | 2005-11-22 | 1 | -0/+5 |
| | | | | disables 1000s of deprecation warnings about standard code. | ||||
* | ENH: update rev to 23 | Ken Martin | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | ENH: added some release support | Ken Martin | 2005-06-28 | 1 | -0/+3 |
| | |||||
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -3/+3 |
| | |||||
* | COMP: More cleanups | Andy Cedilnik | 2005-03-16 | 1 | -3/+16 |
| | |||||
* | ENH: More cleanups and start linking ctest to XML-RPC | Andy Cedilnik | 2005-03-04 | 1 | -3/+9 |
| | |||||
* | ENH: More cleanups and reorganization | Andy Cedilnik | 2005-03-04 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-03-04 | 1 | -1/+0 |
| | |||||
* | COMP: CMake should be build static. Also propagate build_shared_libs to curl | Andy Cedilnik | 2005-03-01 | 1 | -0/+2 |
| | |||||
* | ENH: Enable XMLRPC... please do not break everywhere... | Andy Cedilnik | 2005-03-01 | 1 | -3/+1 |
| | |||||
* | ENH: Add the rest of xmlrpc stuff | Andy Cedilnik | 2005-02-28 | 1 | -0/+7 |
| | |||||
* | BUG: Disabling DART_ROOT removal until we can get Dart to submit without it. | Brad King | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | ENH: Remove DART_ROOT to force DartConfiguration.tcl to be up to date | Andy Cedilnik | 2005-02-16 | 1 | -0/+1 |
| | |||||
* | ENH: Add zlib from VTK | Andy Cedilnik | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | ENH: Add uninstall. This is not really a feature but more of an example on ↵ | Andy Cedilnik | 2005-01-18 | 1 | -0/+8 |
| | | | | how to do it. | ||||
* | ENH: added custom supp for cmake | Ken Martin | 2004-11-10 | 1 | -0/+3 |
| | |||||
* | ENH: Enable Command Line Arguments | Andy Cedilnik | 2004-09-28 | 1 | -0/+1 |
| | |||||
* | ENH: make sure cmake has 2.0 | Bill Hoffman | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: Add warning messages if curses library is not found | Andy Cedilnik | 2004-09-10 | 1 | -0/+2 |
| | |||||
* | ENH: fix out of the box build on sgi to match dashboards | Bill Hoffman | 2004-08-23 | 1 | -1/+2 |
| | |||||
* | ENH: Build expat as a part of default build | Andy Cedilnik | 2004-06-25 | 1 | -0/+7 |
| | |||||
* | change minimum cmake | Bill Hoffman | 2004-06-21 | 1 | -1/+1 |
| | |||||
* | ENH: move version to 2.1 for cvs because 2.0 has been branched | Bill Hoffman | 2004-05-05 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2004-02-19 | 1 | -7/+7 |
| | |||||
* | ENH: Moved decision to build MFCDialog up to top level. It is used in both ↵ | Brad King | 2003-08-22 | 1 | -0/+11 |
| | | | | the Source and Utilities directories. | ||||
* | version 19 | Ken Martin | 2003-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: Fix dependencies for curses dialog | Andy Cedilnik | 2003-08-07 | 1 | -0/+7 |
| | |||||
* | ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the ↵ | Andy Cedilnik | 2003-08-07 | 1 | -0/+3 |
| | | | | wrong order and fix CMakeLists files to actually work |