summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Properly handle mode_t on borlandAndy Cedilnik2004-01-271-0/+1
|
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-261-0/+2
|
* ENH: Add code for setting and getting permissionsAndy Cedilnik2004-01-261-1/+5
|
* BUG: fix put/get env problemsBill Hoffman2004-01-261-0/+4
|
* ENH: add new feature to ctest so that it can cmake, build and run a test ↵Bill Hoffman2004-01-071-0/+8
| | | | executable
* BUG: For consistency, use cmStdString. Also, there was a bug in SplitString ↵Andy Cedilnik2003-12-261-1/+1
| | | | which make it lose the first character.
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-221-0/+5
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-1/+1
|
* ENH: Added CreateSymlink method.Brad King2003-11-261-1/+2
|
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-301-0/+3
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-1/+7
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Abstract parsing of arguments so that I can use it in other placesAndy Cedilnik2003-08-071-0/+5
|
* ENH: Add back the kwsysProcess RunCommand, now is in parallelAndy Cedilnik2003-08-041-0/+17
|
* ERR: Renamed superclass typedef from SystemTools to Superclass to avoid ↵Brad King2003-06-241-1/+1
| | | | conflict across platforms.
* ERR: Typedefs are not inherited on SGI and Borland.Brad King2003-06-241-1/+2
|
* ENH: Merged use of kwsys library.Brad King2003-06-231-206/+9
|
* new functionKen Martin2003-06-191-0/+5
|
* yikes added new custom command supportKen Martin2003-06-031-0/+3
|
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-0/+9
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+2
| | | | Each executable will be able to generate its own documentation.
* Fix for include optionalBill Hoffman2003-02-081-1/+2
|
* Several fixes/improvements:Brad King2003-02-071-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 unlinkBill Hoffman2003-02-061-0/+4
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+4
|
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-2/+14
|
* ENH: fix for AIXBill Hoffman2002-12-231-1/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-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 King2002-12-111-0/+6
| | | | when CMake is invoked by Dart.
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-021-4/+1
|
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-191-0/+5
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+8
|
* Move the hi-res time to system toolsAndy Cedilnik2002-11-061-0/+9
|
* Add a simple globbing of files and directoriesAndy Cedilnik2002-11-051-0/+12
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-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 King2002-10-111-2/+6
| | | | newlines.
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵Andy Cedilnik2002-10-041-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 Cedilnik2002-09-271-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 extensionAndy Cedilnik2002-09-251-1/+24
|
* Add a way to check if run command output is disabledAndy Cedilnik2002-09-191-0/+1
|
* Improve message handler to include client data.Andy Cedilnik2002-09-181-2/+3
|
* ENH: Added FileIsFullPath test method.Brad King2002-09-131-0/+3
|
* removed shared lib supportKen Martin2002-08-231-1/+1
|
* made CMakeLib shared on windowsKen Martin2002-08-211-1/+1
|
* ENH: Added GetFilenameWithoutLastExtension.Brad King2002-07-151-0/+3
|
* 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: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-141-1/+4
| | | | search path (depending on the generator).
* ENH: increase coverageBill Hoffman2002-05-231-1/+0
|
* ENH: add no_system_path option to FindProgram so that the PATH is ignoredSebastien Barre2002-05-121-1/+2
|
* ENH: fix more space problems, you can add args to the ExecProgram command ↵Bill Hoffman2002-04-031-0/+3
| | | | separatly now
* ENH: add functions to API (read, write, delete registry key value)Sebastien Barre2002-04-011-0/+15
|