summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-1/+1
| | | | to escape spaces and convert to the native path type
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Fix: "cd arg2 ; arg1" not working. OK with &&. Also should prevent from: "cd ↵Sebastien Barre2002-01-191-1/+1
| | | | non_existing_dir_oops && rm -fr *"
* Fix bug: was expanding second arg even if not passed. crashedSebastien Barre2002-01-181-2/+2
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+2
| | | | avoid changes to the file cache
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-0/+71