Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added GetFilenameWithoutLastExtension. | Brad King | 2002-07-15 | 1 | -0/+3 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵ | Sebastien Barre | 2002-06-14 | 1 | -1/+4 |
| | | | | search path (depending on the generator). | ||||
* | ENH: increase coverage | Bill Hoffman | 2002-05-23 | 1 | -1/+0 |
| | |||||
* | ENH: add no_system_path option to FindProgram so that the PATH is ignored | Sebastien Barre | 2002-05-12 | 1 | -1/+2 |
| | |||||
* | ENH: fix more space problems, you can add args to the ExecProgram command ↵ | Bill Hoffman | 2002-04-03 | 1 | -0/+3 |
| | | | | separatly now | ||||
* | ENH: add functions to API (read, write, delete registry key value) | Sebastien Barre | 2002-04-01 | 1 | -0/+15 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+1 |
| | |||||
* | ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵ | Sebastien Barre | 2002-03-26 | 1 | -1/+2 |
| | | | | string-list can now be ignored. | ||||
* | ENH: overhaul of RunCommand on windows, if only win32 had popen... | Bill Hoffman | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -0/+7 |
| | |||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -25/+28 |
| | | | | to escape spaces and convert to the native path type | ||||
* | add bool return value so diagnostics are easier | Bill Hoffman | 2002-02-06 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ENH: RemoveFile returns if the file was removed or not | Sebastien Barre | 2002-01-19 | 1 | -1/+1 |
| | |||||
* | Rolling back symbolic path changes until it works on Windows. | Amitha Perera | 2002-01-07 | 1 | -13/+0 |
| | |||||
* | ENH: Add an invocation that maintains symbolic paths to the source and ↵ | Amitha Perera | 2002-01-06 | 1 | -0/+13 |
| | | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths. | ||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+4 |
| | |||||
* | removed warning messages | Ken Martin | 2001-11-26 | 1 | -3/+0 |
| | |||||
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -0/+3 |
| | |||||
* | ENH: add new command VARIABLE_REQUIRES for better debugging of list files | Bill Hoffman | 2001-11-19 | 1 | -0/+3 |
| | |||||
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -0/+5 |
| | |||||
* | ENH: add callback for message display | Bill Hoffman | 2001-10-29 | 1 | -1/+11 |
| | |||||
* | 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 |
| |