Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add better error reports in parsing cmake files, like what file has the ↵ | Bill Hoffman | 2001-10-02 | 1 | -2/+4 |
| | | | | error | ||||
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵ | Brad King | 2001-09-20 | 1 | -0/+1 |
| | | | | (like /foo/bar/*). | ||||
* | added shortest ext function | Ken Martin | 2001-09-13 | 1 | -0/+1 |
| | |||||
* | ENH: Added LowerCase method. | Bill Lorensen | 2001-09-12 | 1 | -0/+5 |
| | |||||
* | ENH: Add a findfile routine (as opposed to find executable or library) which ↵ | John Biddiscombe | 2001-09-11 | 1 | -0/+4 |
| | | | | | | | doesn't add any extensions - Borland make needs full paths to certain dependencies otherwise linking doesn't work properly (dependencies aren't checked) | ||||
* | ENH: Windows and Unix slash conversions return a char*, clean function | John Biddiscombe | 2001-09-01 | 1 | -3/+8 |
| | | | | seperated from Convert function | ||||
* | ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, | Amitha Perera | 2001-08-29 | 1 | -1/+1 |
| | | | | _not_ search for a library, etc. | ||||
* | better network build support | Ken Martin | 2001-08-28 | 1 | -0/+5 |
| | |||||
* | ENH: improve coverage | Bill Hoffman | 2001-08-23 | 1 | -12/+0 |
| | |||||
* | added test driver for make test target | Ken Martin | 2001-08-23 | 1 | -1/+3 |
| | |||||
* | ENH: Added support for non-verbose mode output from running a command. This ↵ | Brad King | 2001-07-23 | 1 | -1/+5 |
| | | | | can be used when it is expected that the command may fail. | ||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 1 | -0/+7 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | added escape quote method | Ken Martin | 2001-06-22 | 1 | -0/+6 |
| | |||||
* | adde changeDirectory | Ken Martin | 2001-06-21 | 1 | -1/+4 |
| | |||||
* | better install support | Ken Martin | 2001-06-21 | 1 | -1/+3 |
| | |||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -0/+6 |
| | |||||
* | ENH: Some tweaks, hacks and #ifdefs required to compile | John Biddiscombe | 2001-06-05 | 1 | -1/+7 |
| | | | | cmake on Borland C++Builder | ||||
* | new message command | Ken Martin | 2001-06-04 | 1 | -0/+5 |
| | |||||
* | New functions used to extract the components of a full filename. | Sebastien Barre | 2001-05-25 | 1 | -2/+19 |
| | |||||
* | new Capitalized function. Will be used in the VTK Tcl wrapper for example ↵ | Sebastien Barre | 2001-05-24 | 1 | -0/+6 |
| | | | | (in a more portable way). | ||||
* | minor whitespace change | Ken Martin | 2001-05-18 | 1 | -2/+1 |
| | |||||
* | added registry entry support and windows app support | Ken Martin | 2001-05-11 | 1 | -0/+5 |
| | |||||
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 1 | -3/+7 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -0/+11 |
| | |||||
* | ENH: Added cmSystemTools::FindProgram() and full-path detection utilities. | Brad King | 2001-05-03 | 1 | -0/+9 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-30 | 1 | -1/+13 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | some fixes for If commands | Ken Martin | 2001-04-26 | 1 | -0/+2 |
| | |||||
* | ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵ | Brad King | 2001-04-09 | 1 | -0/+6 |
| | | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. | ||||
* | ERR: Removed functions I just added. They don't belong here (yet?). | Brad King | 2001-03-19 | 1 | -12/+0 |
| | |||||
* | ENH: Added functions to get information about the CMake executable on each ↵ | Brad King | 2001-03-19 | 1 | -0/+11 |
| | | | | platform. | ||||
* | ENH: Improved error handling when GetError is called on a command that has ↵ | Brad King | 2001-03-12 | 1 | -1/+2 |
| | | | | not called SetError. | ||||
* | ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵ | Brad King | 2001-03-08 | 1 | -0/+6 |
| | | | | source is located when it is included in the distribution of a project. | ||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -3/+30 |
| | |||||
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 1 | -0/+6 |
| | |||||
* | ENH:Reworked CMake for consistency | Will Schroeder | 2001-01-18 | 1 | -1/+1 |
| | |||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -11/+21 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -21/+22 |
| | | | | CMakeLists.txt files. | ||||
* | ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵ | Bill Hoffman | 2000-09-27 | 1 | -0/+11 |
| | | | | replaced with CMake | ||||
* | ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵ | Bill Hoffman | 2000-09-12 | 1 | -3/+36 |
| | | | | directories of the system. | ||||
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 1 | -0/+37 |