summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added support for non-verbose mode output from running a command. This ↵Brad King2001-07-231-9/+19
| | | | can be used when it is expected that the command may fail.
* limit library search to appropriate extensionsKen Martin2001-07-181-0/+3
|
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵Brad King2001-07-171-3/+43
| | | | arguments. This allows double quotes to be used in arguments.
* BUG: make sure find program does not find directoriesBill Hoffman2001-07-111-4/+8
|
* ENH: add better error outputBill Hoffman2001-07-051-3/+9
|
* ENH: various fixes to allow bootstrap on sunos with CCBill Hoffman2001-06-281-1/+1
|
* BUG: check size of path error, HP gcount problemBill Hoffman2001-06-281-2/+2
|
* ENH: fix install for cygwin, build cmake from configureBill Hoffman2001-06-271-1/+1
|
* minor fixes to testingKen Martin2001-06-271-1/+2
|
* BUG: Wrote correct implementation of cmCopyFile.Brad King2001-06-221-13/+40
|
* added escape quote methodKen Martin2001-06-221-0/+13
|
* adde changeDirectoryKen Martin2001-06-211-0/+4
|
* better install supportKen Martin2001-06-211-0/+23
|
* BUG: use pclose not fcloseBill Hoffman2001-06-181-2/+2
|
* BUG: Fixed regular expression used to match registry entries. The ↵Brad King2001-06-111-1/+7
| | | | expression now matches everything after a [HKEY until the first ']' is encountered.
* DOC: Added a comment about the risk of using tempnam in Unix, as opposed toLuis Ibanez2001-06-101-0/+3
| | | | using mkstemp.
* better regexp for reg entriesKen Martin2001-06-061-1/+1
|
* ENH: Some tweaks, hacks and #ifdefs required to compileJohn Biddiscombe2001-06-051-2/+37
| | | | cmake on Borland C++Builder
* new message commandKen Martin2001-06-041-5/+7
|
* BUG: Fixed stupid error in the hack I just checked in.Brad King2001-05-251-1/+1
|
* BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly ↵Brad King2001-05-251-0/+5
| | | | parse off the last entry of the system PATH environment variable.
* New functions used to extract the components of a full filename.Sebastien Barre2001-05-251-3/+82
|
* optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory ↵Sebastien Barre2001-05-241-13/+9
| | | | (code was duplicated)
* new Capitalized function. Will be used in the VTK Tcl wrapper for example ↵Sebastien Barre2001-05-241-0/+15
| | | | (in a more portable way).
* command line fixes for win32Ken Martin2001-05-231-2/+8
|
* ENH: add better error messageBill Hoffman2001-05-231-1/+2
|
* fix opengl on hpBill Hoffman2001-05-211-2/+2
|
* ERR:Bad #ifdef'sWill Schroeder2001-05-171-2/+2
|
* Changed separator between registry key and its value. Change regexp for ↵Sebastien Barre2001-05-141-3/+3
| | | | registry key.
* ENH: put back lost changes from r1.38Bill Hoffman2001-05-141-2/+1
|
* fix + => += bug reported by A. PereraSebastien Barre2001-05-121-3/+3
|
* Extended the registry key regexpSebastien Barre2001-05-111-2/+2
|
* Add support for a specific value name in a registry keySebastien Barre2001-05-111-14/+29
|
* BUG: fix find library for unixBill Hoffman2001-05-111-7/+6
|
* added registry entry support and windows app supportKen Martin2001-05-111-0/+90
|
* BUG: fix unix path searchBill Hoffman2001-05-101-6/+9
|
* ERR: RunCommand method needed return in unix.Brad King2001-05-101-0/+1
|
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-2/+58
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-2/+20
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-29/+46
|
* ENH: Added support to EscapeSpaces to use double quotes on windows.Brad King2001-05-041-0/+5
|
* ENH: Added cmSystemTools::FindProgram() and full-path detection utilities.Brad King2001-05-031-0/+152
|
* bug fixesKen Martin2001-04-301-0/+17
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* some fixes for If commandsKen Martin2001-04-261-0/+17
|
* BUG: fix small compile issues on HP aCCBill Hoffman2001-04-161-2/+2
|
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵Brad King2001-04-091-0/+16
| | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
* ERR: Blank line regular expression updated to allow whitespace on the line.Brad King2001-03-281-1/+1
|
* ERR: Removed functions I just added. They don't belong here (yet?).Brad King2001-03-191-22/+0
|
* ENH: Added functions to get information about the CMake executable on each ↵Brad King2001-03-191-0/+21
| | | | platform.