summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Ok, now cd will work on windowsAndy Cedilnik2002-07-251-1/+1
|
* ENH: Added GetFilenameWithoutLastExtension.Brad King2002-07-151-0/+21
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-1/+1
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-12/+7
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* ENH: FindLibrary supports .Net specific lib dirsSebastien Barre2002-06-191-1/+20
|
* ERR: Fixed compiler warnings.Brad King2002-06-181-14/+29
|
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-141-1/+43
| | | | search path (depending on the generator).
* fixed bug in get short path for quoted pathsKen Martin2002-05-311-1/+18
|
* ENH: increase coverageBill Hoffman2002-05-231-17/+0
|
* ENH: better comment processingBill Hoffman2002-05-221-4/+19
|
* RunCommand now checks whether the process died abnormally (on Unix)Berk Geveci2002-05-151-2/+41
|
* ENH: add no_system_path option to FindProgram so that the PATH is ignoredSebastien Barre2002-05-121-2/+6
|
* ERR: Added variable initializer.Brad King2002-05-101-1/+1
|
* BUG: fix SameFile function for windows, and compare source directoriesBill Hoffman2002-04-191-0/+42
|
* BUG: do escaped semi-colon betterBill Hoffman2002-04-181-1/+1
|
* ENH: add ability to escape semi-colonsBill Hoffman2002-04-181-3/+24
|
* Syntax seemed to be confusing according to the BillSebastien Barre2002-04-161-10/+8
|
* use stream not sprintfBill Hoffman2002-04-151-10/+12
|
* ENH: FilesDiffer checks for 0 byte filesSebastien Barre2002-04-151-12/+5
|
* ENH: more paranoid checkingsSebastien Barre2002-04-141-23/+64
|
* FIX: iostream binary flag should be used for cygwin tooSebastien Barre2002-04-121-9/+9
|
* FIX: fix UMRSebastien Barre2002-04-121-7/+31
|
* ENH: speed improvementsBill Hoffman2002-04-111-55/+8
|
* ERR: ReplaceString didn't work properly if replace was longer than with asJohn Biddiscombe2002-04-081-1/+2
| | | | | length added to start pos on next search was replaceLength instead of withLength
* ENH: fix more space problems, you can add args to the ExecProgram command ↵Bill Hoffman2002-04-031-11/+45
| | | | separatly now
* ENH: fix for regkey and ; separationBill Hoffman2002-04-011-14/+45
|
* ENH: add functions to API (read, write, delete registry key value)Sebastien Barre2002-04-011-13/+178
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+8
|
* ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵Sebastien Barre2002-03-261-2/+6
| | | | string-list can now be ignored.
* ENH: cmCopyFile ; the path to the destination file will be created ; second ↵Sebastien Barre2002-03-251-2/+27
| | | | arg can be a directory.
* BUG: fix RunCommand again... back to system, but with GetShortPathBill Hoffman2002-03-141-135/+49
|
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-8/+200
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+3
|
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-0/+34
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
|
* BUG: get the correct return value from pcloseBill Hoffman2002-03-051-0/+6
|
* BUG: look for exe path as well.Bill Hoffman2002-02-281-0/+3
|
* ENH: look for .com files before .exeBill Hoffman2002-02-281-0/+8
|
* clean up in dot netBill Hoffman2002-02-271-3/+3
|
* ENH: dot net almost workingBill Hoffman2002-02-251-3/+3
|
* BUG: fix remove of cygdrive path stuffBill Hoffman2002-02-251-2/+2
|
* ERR: std::ios::binary is only needed for Windows platforms, and isn't ↵Brad King2002-02-231-2/+9
| | | | supported for all UNIX platforms.
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-1/+4
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-77/+94
| | | | to escape spaces and convert to the native path type
* ENH: Another attempt at getting cmCopyFile to work correctly. The previous ↵Brad King2002-02-221-36/+15
| | | | implementation was correct, but didn't work on HPUX due to stream library bugs. This implementation will hopefully work everywhere.
* BUG: fix copy file for HPBill Hoffman2002-02-211-1/+1
|
* ENH: first pass at dot net supportBill Hoffman2002-02-181-6/+49
|
* BUG: fix CollapseFullPath so a trailing slash is not added to directoriesBill Hoffman2002-02-081-0/+4
|
* add bool return value so diagnostics are easierBill Hoffman2002-02-061-1/+3
|
* BUG: fix for network pathsBerk Geveci2002-01-241-3/+6
|