Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Renamed superclass typedef from SystemTools to Superclass to avoid ↵ | Brad King | 2003-06-24 | 1 | -1/+1 |
| | | | | conflict across platforms. | ||||
* | ERR: Typedefs are not inherited on SGI and Borland. | Brad King | 2003-06-24 | 1 | -1/+2 |
| | |||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -206/+9 |
| | |||||
* | new function | Ken Martin | 2003-06-19 | 1 | -0/+5 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+3 |
| | |||||
* | Implement GetLineFromStream that actually works and use it instead of getline | Andy Cedilnik | 2003-03-27 | 1 | -0/+9 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+2 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | Fix for include optional | Bill Hoffman | 2003-02-08 | 1 | -1/+2 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -2/+13 |
| | | | | | | | | | | | | | - 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. | ||||
* | add better testing for unlink | Bill Hoffman | 2003-02-06 | 1 | -0/+4 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+4 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -2/+14 |
| | |||||
* | ENH: fix for AIX | Bill Hoffman | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -22/+4 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+6 |
| | | | | when CMake is invoked by Dart. | ||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -4/+1 |
| | |||||
* | allow flags to be in the CC and CXX environment variables | Bill Hoffman | 2002-11-19 | 1 | -0/+5 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+8 |
| | |||||
* | Move the hi-res time to system tools | Andy Cedilnik | 2002-11-06 | 1 | -0/+9 |
| | |||||
* | Add a simple globbing of files and directories | Andy Cedilnik | 2002-11-05 | 1 | -0/+12 |
| | |||||
* | 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. | ||||
* | ENH: Added Split method to cmSystemTools to split a string into lines on its ↵ | Brad King | 2002-10-11 | 1 | -2/+6 |
| | | | | newlines. | ||||
* | Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵ | Andy Cedilnik | 2002-10-04 | 1 | -3/+8 |
| | | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more | ||||
* | Add two cmake commands -E echo for echoing strings and -E comspec for ↵ | Andy Cedilnik | 2002-09-27 | 1 | -0/+10 |
| | | | | 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 | -1/+24 |
| | |||||
* | Add a way to check if run command output is disabled | Andy Cedilnik | 2002-09-19 | 1 | -0/+1 |
| | |||||
* | Improve message handler to include client data. | Andy Cedilnik | 2002-09-18 | 1 | -2/+3 |
| | |||||
* | ENH: Added FileIsFullPath test method. | Brad King | 2002-09-13 | 1 | -0/+3 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | ENH: Added GetFilenameWithoutLastExtension. | Brad King | 2002-07-15 | 1 | -0/+3 |
| | |||||
* | 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: FindLibrary can now use the makefile to add some compiler-specific lib ↵ | Sebastien Barre | 2002-06-14 | 1 | -1/+4 |
| | | | | search path (depending on the generator). | ||||
* | ENH: increase coverage | Bill Hoffman | 2002-05-23 | 1 | -1/+0 |
| | |||||
* | ENH: add no_system_path option to FindProgram so that the PATH is ignored | Sebastien Barre | 2002-05-12 | 1 | -1/+2 |
| | |||||
* | ENH: fix more space problems, you can add args to the ExecProgram command ↵ | Bill Hoffman | 2002-04-03 | 1 | -0/+3 |
| | | | | separatly now | ||||
* | ENH: add functions to API (read, write, delete registry key value) | Sebastien Barre | 2002-04-01 | 1 | -0/+15 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+1 |
| | |||||
* | ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵ | Sebastien Barre | 2002-03-26 | 1 | -1/+2 |
| | | | | string-list can now be ignored. | ||||
* | ENH: overhaul of RunCommand on windows, if only win32 had popen... | Bill Hoffman | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -0/+7 |
| | |||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -25/+28 |
| | | | | to escape spaces and convert to the native path type | ||||
* | add bool return value so diagnostics are easier | Bill Hoffman | 2002-02-06 | 1 | -1/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ENH: RemoveFile returns if the file was removed or not | Sebastien Barre | 2002-01-19 | 1 | -1/+1 |
| | |||||
* | Rolling back symbolic path changes until it works on Windows. | Amitha Perera | 2002-01-07 | 1 | -13/+0 |
| | |||||
* | ENH: Add an invocation that maintains symbolic paths to the source and ↵ | Amitha Perera | 2002-01-06 | 1 | -0/+13 |
| | | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths. | ||||
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+4 |
| | |||||
* | removed warning messages | Ken Martin | 2001-11-26 | 1 | -3/+0 |
| |