summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: RemoveFile returns if the file was removed or notSebastien Barre2002-01-191-2/+2
|
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-31/+3
|
* ENH: Add an invocation that maintains symbolic paths to the source and ↵Amitha Perera2002-01-061-3/+31
| | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths.
* Better handling of new lines when moving from dos to unixAndy Cedilnik2001-12-171-2/+2
|
* handle tildasKen Martin2001-12-061-0/+10
|
* ENH: remove /tmp_mnt from all paths in convert to unix slashesBill Hoffman2001-12-041-0/+7
|
* Improvements to the curses interface.Berk Geveci2001-11-291-1/+5
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+5
|
* removed warning messagesKen Martin2001-11-261-13/+2
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-0/+19
|
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-3/+3
|
* Closer to nmake buildBill Hoffman2001-11-141-0/+12
|
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
|
* ENH: use callback not ifdef for MFC message box errorsBill Hoffman2001-10-291-8/+3
|
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+14
|
* ENH: better fix for dos return in lines, use the regular expression and ↵Bill Hoffman2001-10-091-17/+3
| | | | don't edit the input line
* ENH: clean up returns from input, so we can read dos files on unixBill Hoffman2001-10-051-1/+14
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-4/+6
| | | | error
* BUG: fix full path for file in current directoryBill Hoffman2001-09-291-2/+9
|
* BUG: fix realpath problem again...Berk Geveci2001-09-281-0/+1
|
* BUG: separate path from file name before calling realpathBerk Geveci2001-09-281-3/+3
|
* BUG: get correct library nameBill Hoffman2001-09-281-2/+6
|
* BUG: use realpath instead of cd/pwdBill Hoffman2001-09-271-2/+18
|
* BUG: CopyFile should return immediately after an error occurs.Brad King2001-09-211-0/+2
|
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-0/+34
| | | | (like /foo/bar/*).
* added shortest ext functionKen Martin2001-09-131-0/+17
|
* ENH: Added LowerCase method.Bill Lorensen2001-09-121-0/+13
|
* ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>John Biddiscombe2001-09-121-2/+10
| | | | | Add clause to prevent adding quotes when they're already present, then stuff them onto all lib paths to prevent forward slashes causing trouble.
* ENH: Add a findfile routine (as opposed to find executable or library) which ↵John Biddiscombe2001-09-111-4/+31
| | | | | | | doesn't add any extensions - Borland make needs full paths to certain dependencies otherwise linking doesn't work properly (dependencies aren't checked)
* various windows fixesKen Martin2001-09-101-3/+10
|
* fix comment pbSebastien Barre2001-09-011-1/+1
|
* ENH: Windows and Unix slash conversions return a char*, clean functionJohn Biddiscombe2001-09-011-5/+13
| | | | seperated from Convert function
* BUG: fix out of bounds read on string in mkdirBerk Geveci2001-08-291-2/+5
|
* 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-2/+25
|
* BUG: fix for broken apple mkdir and general clean up of MakeDirectory commandBill Hoffman2001-08-281-10/+21
|
* ENH: improve coverageBill Hoffman2001-08-231-32/+0
|
* added test driver for make test targetKen Martin2001-08-231-3/+11
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-1/+12
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-071-2/+8
|
* 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
|