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
/
kwsys
/
SystemTools.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: fix std in kwsys, has to be kwsys_stl
Bill Hoffman
2006-03-03
1
-1/+1
*
ENH: check in new find stuff
Bill Hoffman
2006-03-02
1
-16/+44
*
ENH: fix for bug 28618, cmake.exe can not find itself
Bill Hoffman
2006-02-10
1
-1/+4
*
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
Andy Cedilnik
2006-02-08
1
-19/+19
*
COMP: Fix compile problem on windows and mac
Andy Cedilnik
2006-02-07
1
-2/+2
*
COMP: Fix build problem
Andy Cedilnik
2006-02-07
1
-2/+2
*
ENH: Move relative path to kwsys
Andy Cedilnik
2006-02-07
1
-0/+102
*
ENH: by Bill make sure path is unix style
Ken Martin
2006-01-23
1
-0/+1
*
ENH: add support for watcom wmake and wcl386
Bill Hoffman
2006-01-17
1
-6/+24
*
ENH: add better support for framework linking
Bill Hoffman
2005-12-26
1
-0/+11
*
BUG: Return if the file is in any directory not just in first one
Andy Cedilnik
2005-12-16
1
-1/+4
*
COMP: for a in range(100): write_on_board(No std in kwsys...)
Andy Cedilnik
2005-12-11
1
-1/+1
*
ENH: Add another signature to FindProgram that matches more to the one from C...
Andy Cedilnik
2005-12-10
1
-0/+16
*
ENH: Improved file modification time comparison on Windows to use GetFileAttr...
Brad King
2005-10-27
1
-24/+6
*
ENH: Add an accessor for the maximum file length
Andy Cedilnik
2005-10-12
1
-9/+21
*
BUG: Automatic pwd/cwd path translation must check that the generated logical...
Brad King
2005-08-17
1
-28/+26
*
ENH: add method to attempt to check if a file is text or binary
Sebastien Barre
2005-07-28
1
-0/+59
*
COMP: Remove warning on windows
Andy Cedilnik
2005-07-13
1
-0/+1
*
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...
Andy Cedilnik
2005-07-12
1
-5/+19
*
BUG: When removing directory, use lstat instead of stat to make sure that sym...
Andy Cedilnik
2005-07-12
1
-0/+4
*
ENH: add method to escape some chars in a string
Sebastien Barre
2005-06-13
1
-0/+35
*
COMP: Need windows.h even on cygwin to get CreateFile API.
Brad King
2005-06-09
1
-1/+5
*
COMP: warning.
Bill Lorensen
2005-05-28
1
-1/+1
*
ENH: add convenience function to convert Windows command line args into Unix ...
Sebastien Barre
2005-05-28
1
-0/+103
*
COMP: Added work-around to avoid warnings about unreferenced inline functions...
Brad King
2005-05-05
1
-0/+21
*
ENH: Add split that splits on arbitrary separator
Andy Cedilnik
2005-05-04
1
-0/+25
*
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
Brad King
2005-05-03
1
-0/+3
*
BUG: Looks like std::string changes the result of c_str() call. This fixes po...
Andy Cedilnik
2005-04-26
1
-0/+2
*
COMP: Fixed assignment-in-conditional warning.
Brad King
2005-04-22
1
-1/+2
*
ENH: move convenience method to get OS name and version from KWApp to KWSys.
Sebastien Barre
2005-04-15
1
-0/+265
*
BUG: Added missing variable initialization that was accidentally removed on t...
Brad King
2005-04-15
1
-1/+1
*
COMP: Removed extra variable initializations to avoid Borland warnings.
Brad King
2005-04-15
1
-3/+2
*
COMP: Adding work-around for CMake dependency scanning limitation. Any confi...
Brad King
2005-04-13
1
-0/+10
*
BUG: Fix GetFilenameName to not use uninitialized search position in win32 ve...
Brad King
2005-04-13
1
-1/+1
*
ENH: Speedup improvements
Andy Cedilnik
2005-04-13
1
-28/+44
*
BUG: fix insert for 64 bit
Bill Hoffman
2005-04-13
1
-2/+2
*
COMP: Fixed ambiguous call to insert method of string.
Brad King
2005-04-12
1
-1/+2
*
ENH: optimization of cwd and do not leak library handle
Bill Hoffman
2005-04-12
1
-8/+17
*
BUG: fix GetLongPathName for WindowsNT
Bill Hoffman
2005-04-11
1
-10/+84
*
BUG: fix build on mingw
Bill Hoffman
2005-04-08
1
-0/+5
*
BUG: if short path or long path fails return the original input
Bill Hoffman
2005-04-07
1
-2/+2
*
ENH: check return value of GetLongPath
Bill Hoffman
2005-04-07
1
-1/+5
*
BUG: fix for bug 1717 incorrect path sent to dart server
Bill Hoffman
2005-04-07
1
-0/+20
*
remove cerr stuff
Bill Hoffman
2005-04-06
1
-6/+0
*
Fix bug in != stuff
Bill Hoffman
2005-04-06
1
-2/+7
*
COMP: hack fix for old sgi until bootstrap is fixed
Bill Hoffman
2005-04-06
1
-1/+1
*
ENH: SplitPath now supports slashes in both directions in the input path but ...
Brad King
2005-03-29
1
-3/+3
*
ENH: move EstimateFormatLength to kwsys
Sebastien Barre
2005-03-28
1
-0/+69
*
ENH: Re-implemented CollapseFullPath to not need to change directories. Oper...
Brad King
2005-03-25
1
-42/+64
*
COMP: Using proper __QNX__ preprocessor test.
Brad King
2005-03-17
1
-2/+2
[next]