index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmSystemTools.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
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
*
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...
Brad King
2002-10-10
1
-3/+3
*
Fix for run command on windows. If you specify command in quotes but not full...
Andy Cedilnik
2002-10-07
1
-2/+6
*
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 w...
Andy Cedilnik
2002-10-05
1
-1/+2
*
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
*
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 workaro...
Andy Cedilnik
2002-09-27
1
-4/+270
*
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
*
Supress standard error when running command
Andy Cedilnik
2002-09-19
1
-0/+1
*
Improve message handler to include client data.
Andy Cedilnik
2002-09-18
1
-3/+5
*
ENH: Added FileIsFullPath test method.
Brad King
2002-09-13
1
-0/+33
*
ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_...
Brad King
2002-09-10
1
-3/+3
*
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 appended...
Ken Martin
2002-06-27
1
-1/+1
*
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...
Brad King
2002-06-19
1
-12/+7
*
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 s...
Sebastien Barre
2002-06-14
1
-1/+43
*
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
[next]