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
*
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
*
COMP: Only include malloc.h on QNX.
Brad King
2005-03-16
1
-1/+3
*
FIX: that was wrong
Sebastien Barre
2005-03-16
1
-1/+1
*
COMP: Need malloc.h for malloc/free on QNX.
Brad King
2005-03-16
1
-0/+1
*
ENH: add last two small funcs from vtkString. Done removing deps
Sebastien Barre
2005-03-11
1
-0/+49
*
ENH: update documentation, sort methods into categories
Sebastien Barre
2005-03-11
1
-0/+20
*
COMP: Added missing include of string.h.
Brad King
2005-03-11
1
-6/+4
*
COMP: fix some warnings
Sebastien Barre
2005-03-11
1
-2/+2
*
ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...
Sebastien Barre
2005-03-10
1
-3/+3
*
ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...
Sebastien Barre
2005-03-10
1
-0/+22
*
ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...
Sebastien Barre
2005-03-10
1
-2/+255
*
ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemTools
Sebastien Barre
2005-03-10
1
-1/+176
*
ENH: fix relative paths in xcode
Bill Hoffman
2005-02-24
1
-0/+1
*
ENH: Added ComparePath method.
Brad King
2005-02-24
1
-0/+10
*
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi...
Brad King
2005-02-17
1
-0/+84
*
BUG: On windows allow removing of files that are read-only
Andy Cedilnik
2005-02-16
1
-1/+17
*
BUG: Removing debugging code now that the problem has been fixed on the remot...
Brad King
2005-02-16
1
-8/+0
*
BUG: Preserve trailing slash state when translating paths.
Brad King
2005-02-15
1
-10/+15
*
ENH: make sure paths do not end in / before adding one
Bill Hoffman
2005-02-15
1
-1/+8
*
BUG: Adding debugging code to remotely debug a failing dashboard test.
Brad King
2005-02-15
1
-0/+4
*
BUG: Adding debugging code to remotely debug a failing dashboard test.
Brad King
2005-02-15
1
-0/+4
*
ENH: Implement copy of directory with content
Andy Cedilnik
2005-02-11
1
-0/+45
*
ENH: Initializing translation map using the PWD environment variable and getc...
Brad King
2005-02-10
1
-19/+74
*
COMP: std:: -> kwsys_stl::
Brad King
2005-02-10
1
-4/+4
*
ENH: Added SystemTools::SplitPath method to split any file path into its basi...
Brad King
2005-02-10
1
-0/+60
[next]