Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| |