summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+1
|
* ENH: ExpandListArguments(): empty elements in semi-colon-separated ↵Sebastien Barre2002-03-261-1/+2
| | | | string-list can now be ignored.
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-2/+2
|
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-0/+7
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-25/+28
| | | | to escape spaces and convert to the native path type
* add bool return value so diagnostics are easierBill Hoffman2002-02-061-1/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: RemoveFile returns if the file was removed or notSebastien Barre2002-01-191-1/+1
|
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-13/+0
|
* ENH: Add an invocation that maintains symbolic paths to the source and ↵Amitha Perera2002-01-061-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 Geveci2001-11-291-1/+1
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+4
|
* removed warning messagesKen Martin2001-11-261-3/+0
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-0/+3
|
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-0/+3
|
* Closer to nmake buildBill Hoffman2001-11-141-0/+5
|
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+11
|
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-021-2/+4
| | | | error
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-201-0/+1
| | | | (like /foo/bar/*).
* added shortest ext functionKen Martin2001-09-131-0/+1
|
* ENH: Added LowerCase method.Bill Lorensen2001-09-121-0/+5
|
* ENH: Add a findfile routine (as opposed to find executable or library) which ↵John Biddiscombe2001-09-111-0/+4
| | | | | | | doesn't add any extensions - Borland make needs full paths to certain dependencies otherwise linking doesn't work properly (dependencies aren't checked)
* ENH: Windows and Unix slash conversions return a char*, clean functionJohn Biddiscombe2001-09-011-3/+8
| | | | seperated from Convert function
* ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,Amitha Perera2001-08-291-1/+1
| | | | _not_ search for a library, etc.
* better network build supportKen Martin2001-08-281-0/+5
|