summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: use separate vars for creating c++ and c shared libraries and add a ↵Bill Hoffman2002-04-081-1/+1
| | | | test for c libraries
* ENH: fix more space problems, you can add args to the ExecProgram command ↵Bill Hoffman2002-04-031-3/+32
| | | | separatly now
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-6/+2
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+1
|
* 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