Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for include optional | Bill Hoffman | 2003-02-08 | 1 | -5/+10 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -18/+66 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | ENH: spelling error fix | Bill Hoffman | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | add better testing for unlink | Bill Hoffman | 2003-02-06 | 1 | -1/+9 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+12 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -0/+5 |
| | |||||
* | ENH: Improved CopyFile error messages. | Brad King | 2003-01-19 | 1 | -18/+34 |
| | |||||
* | Fix problem on windows with network paths | Andy Cedilnik | 2002-12-30 | 1 | -1/+9 |
| | |||||
* | ENH: handle // in the path | Bill Hoffman | 2002-12-23 | 1 | -1/+6 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -224/+73 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Improved implementation of MSVC debug hook to only add the hook if ↵ | Brad King | 2002-12-11 | 1 | -6/+6 |
| | | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback. | ||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+23 |
| | | | | when CMake is invoked by Dart. | ||||
* | Fix bug in globbing. Now it actually uses only files or directories that ↵ | Andy Cedilnik | 2002-12-09 | 1 | -0/+1 |
| | | | | result in globbing not the ones that were is the vector before | ||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -61/+1 |
| | |||||
* | When cd-jing into directory, if directory has space, it should put quotes ↵ | Andy Cedilnik | 2002-11-29 | 1 | -2/+2 |
| | | | | around. I guess we could just put quotes around all the time | ||||
* | Add objective C++ file in the list of C++ files. This may be wrong, but it ↵ | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 |
| | | | | will fix problems on Mac for now | ||||
* | fix network paths with spaces | Bill Hoffman | 2002-11-21 | 1 | -0/+8 |
| | |||||
* | rename foo variables to better names | Bill Hoffman | 2002-11-20 | 1 | -3/+3 |
| | |||||
* | BUG: Attempt to fix CopyFile problem using flush before check for success. | Brad King | 2002-11-20 | 1 | -1/+6 |
| | |||||
* | allow flags to be in the CC and CXX environment variables | Bill Hoffman | 2002-11-19 | 1 | -0/+49 |
| | |||||
* | ENH: add some better output when copy file fails | Bill Hoffman | 2002-11-19 | 1 | -5/+15 |
| | |||||
* | fix in warning | Ken Martin | 2002-11-19 | 1 | -6/+8 |
| | |||||
* | ERR: Added missing include. | Brad King | 2002-11-08 | 1 | -0/+1 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -10/+16 |
| | |||||
* | Move the hi-res time to system tools | Andy Cedilnik | 2002-11-06 | 1 | -0/+55 |
| | |||||
* | Remove warning | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | Add a simple globbing of files and directories | Andy Cedilnik | 2002-11-05 | 1 | -0/+53 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -2/+2 |
| | |||||
* | ENH: Added Split method to cmSystemTools to split a string into lines on its ↵ | Brad King | 2002-10-11 | 1 | -0/+28 |
| | | | | newlines. | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -3/+3 |
| | | | | Removed cmInputStringStream. | ||||
* | Fix for run command on windows. If you specify command in quotes but not ↵ | Andy Cedilnik | 2002-10-07 | 1 | -2/+6 |
| | | | | full path, it should still work | ||||
* | Revert back. Does not seems to work on Windows | Andy Cedilnik | 2002-10-07 | 1 | -4/+0 |
| | |||||
* | Check if directory was actually created | Andy Cedilnik | 2002-10-06 | 1 | -0/+4 |
| | |||||
* | Fix borland build. Borland Run command should be static, since it is called ↵ | Andy Cedilnik | 2002-10-05 | 1 | -1/+2 |
| | | | | with no object... | ||||
* | Add missing argument | Andy Cedilnik | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵ | Andy Cedilnik | 2002-10-04 | 1 | -288/+94 |
| | | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more | ||||
* | Cleanup | Andy Cedilnik | 2002-10-02 | 1 | -2/+4 |
| | |||||
* | Fix bug in borland run command | Ken Martin | 2002-10-02 | 1 | -9/+6 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Attempt to unify the code | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Fix bug in printing | Andy Cedilnik | 2002-09-30 | 1 | -2/+6 |
| | |||||
* | Make borland pass all the tests on XP (and 2000?) | Andy Cedilnik | 2002-09-30 | 1 | -2/+1 |
| | |||||
* | Remove debug | Andy Cedilnik | 2002-09-30 | 1 | -1/+0 |
| | |||||
* | It is late and it at least seems to work better than before... | Andy Cedilnik | 2002-09-30 | 1 | -42/+45 |
| | |||||
* | Simplify debugging by resetting error code | Andy Cedilnik | 2002-09-30 | 1 | -0/+1 |
| | |||||
* | Add two cmake commands -E echo for echoing strings and -E comspec for ↵ | Andy Cedilnik | 2002-09-27 | 1 | -4/+270 |
| | | | | workaround of bug of windows 9x; add another implementation of run command on windows which should work... | ||||
* | Add detection of file format from extension | Andy Cedilnik | 2002-09-25 | 1 | -0/+38 |
| | |||||
* | Add support for mac dylib | Andy Cedilnik | 2002-09-24 | 1 | -0/+8 |
| | |||||
* | Try to remove some warnings | Andy Cedilnik | 2002-09-23 | 1 | -1/+1 |
| |