summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix more space problems, you can add args to the ExecProgram command ↵Bill Hoffman2002-04-031-0/+3
| | | | separatly now
* ENH: add functions to API (read, write, delete registry key value)Sebastien Barre2002-04-011-0/+15
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+1
|
* ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵Sebastien Barre2002-03-261-1/+2
| | | | string-list can now be ignored.
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-2/+2
|
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-0/+7
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-25/+28
| | | | to escape spaces and convert to the native path type
* add bool return value so diagnostics are easierBill Hoffman2002-02-061-1/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: RemoveFile returns if the file was removed or notSebastien Barre2002-01-191-1/+1
|
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-13/+0
|
* ENH: Add an invocation that maintains symbolic paths to the source and ↵Amitha Perera2002-01-061-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 Geveci2001-11-291-1/+1
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+4
|
* removed warning messagesKen Martin2001-11-261-3/+0
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-0/+3
|
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-0/+3
|
* Closer to nmake buildBill Hoffman2001-11-141-0/+5
|
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+11
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-2/+4
| | | | error
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-0/+1
| | | | (like /foo/bar/*).
* added shortest ext functionKen Martin2001-09-131-0/+1
|
* ENH: Added LowerCase method.Bill Lorensen2001-09-121-0/+5
|
* ENH: Add a findfile routine (as opposed to find executable or library) which ↵John Biddiscombe2001-09-111-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 functionJohn Biddiscombe2001-09-011-3/+8
| | | | seperated from Convert function
* ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,Amitha Perera2001-08-291-1/+1
| | | | _not_ search for a library, etc.
* better network build supportKen Martin2001-08-281-0/+5
|
* ENH: improve coverageBill Hoffman2001-08-231-12/+0
|
* added test driver for make test targetKen Martin2001-08-231-1/+3
|
* ENH: Added support for non-verbose mode output from running a command. This ↵Brad King2001-07-231-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 King2001-07-171-0/+7
| | | | arguments. This allows double quotes to be used in arguments.
* added escape quote methodKen Martin2001-06-221-0/+6
|
* adde changeDirectoryKen Martin2001-06-211-1/+4
|
* better install supportKen Martin2001-06-211-1/+3
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-0/+6
|
* ENH: Some tweaks, hacks and #ifdefs required to compileJohn Biddiscombe2001-06-051-1/+7
| | | | cmake on Borland C++Builder
* new message commandKen Martin2001-06-041-0/+5
|
* New functions used to extract the components of a full filename.Sebastien Barre2001-05-251-2/+19
|
* new Capitalized function. Will be used in the VTK Tcl wrapper for example ↵Sebastien Barre2001-05-241-0/+6
| | | | (in a more portable way).
* minor whitespace changeKen Martin2001-05-181-2/+1
|
* added registry entry support and windows app supportKen Martin2001-05-111-0/+5
|
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-3/+7
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-0/+11
|
* ENH: Added cmSystemTools::FindProgram() and full-path detection utilities.Brad King2001-05-031-0/+9
|
* bug fixesKen Martin2001-04-301-1/+13
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* some fixes for If commandsKen Martin2001-04-261-0/+2
|
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵Brad King2001-04-091-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 King2001-03-191-12/+0
|
* ENH: Added functions to get information about the CMake executable on each ↵Brad King2001-03-191-0/+11
| | | | platform.