Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 years ago |
Bill Hoffman
|
b0e3a2def0
ENH: use callback not ifdef for MFC message box errors
|
24 years ago |
Bill Hoffman
|
539318f587
ENH: add callback for message display
|
24 years ago |
Bill Hoffman
|
6b1ab49ae6
ENH: better fix for dos return in lines, use the regular expression and don't edit the input line
|
24 years ago |
Bill Hoffman
|
d0aec59356
ENH: clean up returns from input, so we can read dos files on unix
|
24 years ago |
Bill Hoffman
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
24 years ago |
Bill Hoffman
|
f69e3caa14
BUG: fix full path for file in current directory
|
24 years ago |
Berk Geveci
|
f6b3049bda
BUG: fix realpath problem again...
|
24 years ago |
Berk Geveci
|
55415f418a
BUG: separate path from file name before calling realpath
|
24 years ago |
Bill Hoffman
|
9ae8234fe5
BUG: get correct library name
|
24 years ago |
Bill Hoffman
|
1c8f096517
BUG: use realpath instead of cd/pwd
|
24 years ago |
Brad King
|
0f5f884a45
BUG: CopyFile should return immediately after an error occurs.
|
24 years ago |
Brad King
|
65ef85320a
ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like /foo/bar/*).
|
24 years ago |
Ken Martin
|
e3178eed97
added shortest ext function
|
24 years ago |
Bill Lorensen
|
1e9fbdc38c
ENH: Added LowerCase method.
|
24 years ago |
John Biddiscombe
|
7adaefb403
ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>
|
24 years ago |
John Biddiscombe
|
ea40b86683
ENH: Add a findfile routine (as opposed to find executable or library) which doesn't
|
24 years ago |
Ken Martin
|
0fe42a9857
various windows fixes
|
24 years ago |
Sebastien Barre
|
9c3fc67d00
fix comment pb
|
24 years ago |
John Biddiscombe
|
5ac8ecd9d2
ENH: Windows and Unix slash conversions return a char*, clean function
|
24 years ago |
Berk Geveci
|
efa44fc1f5
BUG: fix out of bounds read on string in mkdir
|
24 years ago |
Amitha Perera
|
582fe4b51f
ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,
|
24 years ago |
Ken Martin
|
f85fc7cda1
better network build support
|
24 years ago |
Bill Hoffman
|
c7bd083549
BUG: fix for broken apple mkdir and general clean up of MakeDirectory command
|
24 years ago |
Bill Hoffman
|
538ff79e2f
ENH: improve coverage
|
24 years ago |
Ken Martin
|
2190ddc4e9
added test driver for make test target
|
24 years ago |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile 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
|
24 years ago |
Bill Hoffman
|
61ec323b6a
ENH: compile with broken 720 SGI C++ compiler
|
24 years ago |
Brad King
|
572ecc9b8a
ENH: Added support for non-verbose mode output from running a command. This can be used when it is expected that the command may fail.
|
24 years ago |
Ken Martin
|
212dfb1b8e
limit library search to appropriate extensions
|
24 years ago |