summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-211-1/+5
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-101-2/+9
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-10-311-71/+162
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-09-261-0/+10
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-09-091-2/+15
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-111-105/+0
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-041-145/+223
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-071-38/+171
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-191-2/+5
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-107/+107
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-03-041-0/+3
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-12-191-2/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-11-251-95/+194
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-10-081-5/+0
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-071-106/+103
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-07-111-8/+4
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-261-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-041-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-031-10/+46
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-291-4/+13
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-071-1/+1
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-04-261-2/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-071-18/+10
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-2/+2
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-081-15/+4
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2012-12-191-1/+7
* Merge branch 'upstream-kwsys' into import-KWSys-subtreeBrad King2012-10-011-1/+1
* KWSys: Remove unused environ declaration from SystemToolsBrad King2012-05-231-4/+0
* KWSys: Fix SystemTools environment memory handling (#13156)Brad King2012-04-271-20/+216
* KWSys: Correctly handle empty environment variablesBrad King2011-12-151-1/+1
* KWSys: Fix wrong spelling of __INTEL_COMPILERBrad King2011-11-131-6/+1
* KWSys: Remove trailing whitespace in SystemTools.cxxBrad King2011-11-131-128/+128
* KWSys: Address Intel compiler remarksBrad King2011-11-011-0/+8
* KWSys: Remove translation path for "/tmp_mnt/" (#10595)David Cole2011-08-201-2/+0
* KWSys: Avoid conversion warning in SystemTools::GetTimeBrad King2011-08-041-1/+1
* KWSys: Simplify SystemTools::GetTime implementation (#12261)Brad King2011-08-031-57/+16
* KWSys: Fix WOW64 registry mode on Windows 2000 (#10759)David Cole2011-01-101-2/+2
* Fix WOW64 registry mode on Windows 2000 (#10759)David Cole2011-01-071-0/+8
* KWSys: Avoid passing string literal as char*Brad King2010-12-281-1/+2
* KWSys: Do not mangle UNC paths in ConvertToUnixOutputPath (#10206)Brad King2010-12-141-1/+1
* KWSys: Remove realpath from SystemTools::GetPath (#10335)Brad King2010-12-081-3/+1
* KWSys: Use SplitPath in GetActualCaseForPathBrad King2010-08-271-7/+12
* KWSys: Avoid empty string dereference in SplitStringBrad King2010-08-271-0/+4
* KWSys: Fix GetActualCaseForPath for UNC pathsBrad King2010-08-161-39/+46
* KWSys: Fix SplitPath for leading '\' on WindowsBrad King2010-08-161-2/+2
* KWSys: Remove "copyPermissions" parametersBrad King2010-06-041-16/+11
* KWSys: Avoid stat in CopyFileAlways (#10790)Brad King2010-06-031-13/+1
* Fix for bug #10542, allow this to build on Tru64Bill Hoffman2010-05-041-0/+7
* Patch to avoid short name usage where possible. Get the actual case spelling ...David Cole2010-04-091-61/+20