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
...
*
BUG: GetLineFromStream should remove carriage return characters to make sure ...
Brad King
2006-08-26
1
-21/+31
*
BUG: FileIsDirectory should work when the name contains a trailing slash.
Brad King
2006-08-21
1
-0/+11
*
ENH: Added JoinPath overload that accepts an iterator range.
Brad King
2006-08-17
1
-6/+22
*
ENH: still escape () but do not escape
Bill Hoffman
2006-08-14
1
-2/+16
*
ENH: fix for AddKeepPath not calling realpath
Ken Martin
2006-08-11
1
-1/+2
*
ENH: escape ( and ) in unix paths
Bill Hoffman
2006-08-11
1
-2/+2
*
BUG: strlen logic was backwards resulting in function body never actually exe...
David Cole
2006-08-10
1
-2/+2
*
COMP: Fix and/or disable warnings for Borland 5.6 build.
Brad King
2006-08-01
1
-1/+1
*
BUG: Do not block signals during sleep. Leave that up to the application.
Brad King
2006-07-27
1
-12/+0
*
BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.
Brad King
2006-07-25
1
-1/+29
*
BUG: some bug fixes, better docs, and more coverage
Ken Martin
2006-07-25
1
-1/+2
*
ENH: allow for source tree to be in root directory
Bill Hoffman
2006-07-24
1
-6/+18
*
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for l...
Andy Cedilnik
2006-07-14
1
-1/+1
*
COMP: Remove warnings
Andy Cedilnik
2006-07-13
1
-9/+11
*
COMP: Remove warnings
Andy Cedilnik
2006-07-12
1
-6/+7
*
ENH: search for program without extensions
Bill Hoffman
2006-05-08
1
-19/+16
*
ENH: Added always/if-different option to CopyADirectory. Added CopyAFile wit...
Brad King
2006-05-05
1
-3/+20
*
ENH: put the fix back in with abort
Bill Hoffman
2006-04-27
1
-2/+7
*
ENH: remove code that does not compile, on windows cwd must exist
Bill Hoffman
2006-04-27
1
-8/+2
*
COMP: Fixing the the build for windows.
Mark Richardson
2006-04-27
1
-1/+3
*
ENH: handle running from a directory that has been deleted
Bill Hoffman
2006-04-27
1
-2/+14
*
BUG: IsSubDirectory should use ComparePath to do platform-independent path co...
Brad King
2006-04-25
1
-1/+1
*
ENH: fix borland bug
Bill Hoffman
2006-04-22
1
-0/+2
*
ENH: performance improvments
Bill Hoffman
2006-04-21
1
-8/+7
*
ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.
Sebastien Barre
2006-04-18
1
-0/+14
*
ENH: Improved implementation of FilesDiffer to avoid allocating enough memory...
Brad King
2006-04-14
1
-19/+28
*
ENH: add patch for finding applications on OSX
Bill Hoffman
2006-04-13
1
-7/+48
*
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...
Bill Hoffman
2006-03-30
1
-3/+3
*
ENH: the arguments to this function were not checked in a robust way
Sebastien Barre
2006-03-21
1
-5/+13
*
ENH: Use const char where it should have been. At same time fix Bug#2958
Mathieu Malaterre
2006-03-17
1
-3/+3
*
ENH: remove warning
Bill Hoffman
2006-03-12
1
-2/+2
*
ENH: try to clean up the search for programs
Bill Hoffman
2006-03-11
1
-46/+50
*
ENH: undo last change because it broke the dashboard
Bill Hoffman
2006-03-10
1
-40/+49
*
ENH: fix find program to look for .com and .exe correctly and not return file...
Bill Hoffman
2006-03-10
1
-49/+40
*
STYLE: Remove trailing whitespaces
Mathieu Malaterre
2006-03-10
1
-37/+36
*
ENH: Add trailing whitespace
Mathieu Malaterre
2006-03-10
1
-0/+1
*
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
[prev]
[next]