Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ok, now cd will work on windows | Andy Cedilnik | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | ENH: Added GetFilenameWithoutLastExtension. | Brad King | 2002-07-15 | 1 | -0/+21 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -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 King | 2002-06-19 | 1 | -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 dirs | Sebastien Barre | 2002-06-19 | 1 | -1/+20 |
| | |||||
* | ERR: Fixed compiler warnings. | Brad King | 2002-06-18 | 1 | -14/+29 |
| | |||||
* | ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵ | Sebastien Barre | 2002-06-14 | 1 | -1/+43 |
| | | | | search path (depending on the generator). | ||||
* | fixed bug in get short path for quoted paths | Ken Martin | 2002-05-31 | 1 | -1/+18 |
| | |||||
* | ENH: increase coverage | Bill Hoffman | 2002-05-23 | 1 | -17/+0 |
| | |||||
* | ENH: better comment processing | Bill Hoffman | 2002-05-22 | 1 | -4/+19 |
| | |||||
* | RunCommand now checks whether the process died abnormally (on Unix) | Berk Geveci | 2002-05-15 | 1 | -2/+41 |
| | |||||
* | ENH: add no_system_path option to FindProgram so that the PATH is ignored | Sebastien Barre | 2002-05-12 | 1 | -2/+6 |
| | |||||
* | ERR: Added variable initializer. | Brad King | 2002-05-10 | 1 | -1/+1 |
| | |||||
* | BUG: fix SameFile function for windows, and compare source directories | Bill Hoffman | 2002-04-19 | 1 | -0/+42 |
| | |||||
* | BUG: do escaped semi-colon better | Bill Hoffman | 2002-04-18 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to escape semi-colons | Bill Hoffman | 2002-04-18 | 1 | -3/+24 |
| | |||||
* | Syntax seemed to be confusing according to the Bill | Sebastien Barre | 2002-04-16 | 1 | -10/+8 |
| | |||||
* | use stream not sprintf | Bill Hoffman | 2002-04-15 | 1 | -10/+12 |
| | |||||
* | ENH: FilesDiffer checks for 0 byte files | Sebastien Barre | 2002-04-15 | 1 | -12/+5 |
| | |||||
* | ENH: more paranoid checkings | Sebastien Barre | 2002-04-14 | 1 | -23/+64 |
| | |||||
* | FIX: iostream binary flag should be used for cygwin too | Sebastien Barre | 2002-04-12 | 1 | -9/+9 |
| | |||||
* | FIX: fix UMR | Sebastien Barre | 2002-04-12 | 1 | -7/+31 |
| | |||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 1 | -55/+8 |
| | |||||
* | ERR: ReplaceString didn't work properly if replace was longer than with as | John Biddiscombe | 2002-04-08 | 1 | -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 Hoffman | 2002-04-03 | 1 | -11/+45 |
| | | | | separatly now | ||||
* | ENH: fix for regkey and ; separation | Bill Hoffman | 2002-04-01 | 1 | -14/+45 |
| | |||||
* | ENH: add functions to API (read, write, delete registry key value) | Sebastien Barre | 2002-04-01 | 1 | -13/+178 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -3/+8 |
| | |||||
* | ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵ | Sebastien Barre | 2002-03-26 | 1 | -2/+6 |
| | | | | string-list can now be ignored. | ||||
* | ENH: cmCopyFile ; the path to the destination file will be created ; second ↵ | Sebastien Barre | 2002-03-25 | 1 | -2/+27 |
| | | | | arg can be a directory. | ||||
* | BUG: fix RunCommand again... back to system, but with GetShortPath | Bill Hoffman | 2002-03-14 | 1 | -135/+49 |
| | |||||
* | ENH: overhaul of RunCommand on windows, if only win32 had popen... | Bill Hoffman | 2002-03-14 | 1 | -8/+200 |
| | |||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+3 |
| | |||||
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -0/+34 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -1/+0 |
| | |||||
* | BUG: get the correct return value from pclose | Bill Hoffman | 2002-03-05 | 1 | -0/+6 |
| | |||||
* | BUG: look for exe path as well. | Bill Hoffman | 2002-02-28 | 1 | -0/+3 |
| | |||||
* | ENH: look for .com files before .exe | Bill Hoffman | 2002-02-28 | 1 | -0/+8 |
| | |||||
* | clean up in dot net | Bill Hoffman | 2002-02-27 | 1 | -3/+3 |
| | |||||
* | ENH: dot net almost working | Bill Hoffman | 2002-02-25 | 1 | -3/+3 |
| | |||||
* | BUG: fix remove of cygdrive path stuff | Bill Hoffman | 2002-02-25 | 1 | -2/+2 |
| | |||||
* | ERR: std::ios::binary is only needed for Windows platforms, and isn't ↵ | Brad King | 2002-02-23 | 1 | -2/+9 |
| | | | | supported for all UNIX platforms. | ||||
* | ENH: fix for spaces in paths on unix | Bill Hoffman | 2002-02-22 | 1 | -1/+4 |
| | |||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -77/+94 |
| | | | | to escape spaces and convert to the native path type | ||||
* | ENH: Another attempt at getting cmCopyFile to work correctly. The previous ↵ | Brad King | 2002-02-22 | 1 | -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 HP | Bill Hoffman | 2002-02-21 | 1 | -1/+1 |
| | |||||
* | ENH: first pass at dot net support | Bill Hoffman | 2002-02-18 | 1 | -6/+49 |
| | |||||
* | BUG: fix CollapseFullPath so a trailing slash is not added to directories | Bill Hoffman | 2002-02-08 | 1 | -0/+4 |
| | |||||
* | add bool return value so diagnostics are easier | Bill Hoffman | 2002-02-06 | 1 | -1/+3 |
| | |||||
* | BUG: fix for network paths | Berk Geveci | 2002-01-24 | 1 | -3/+6 |
| |