| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -161/+133 |
|
|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-09-14 | 1 | -4/+5 |
|
|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-08-04 | 1 | -0/+5 |
|
|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-08-02 | 1 | -0/+1 |
|
|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-07-18 | 1 | -0/+4 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-10-06 | 1 | -2/+2 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-02 | 1 | -169/+156 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-08-31 | 1 | -54/+102 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-07-15 | 1 | -1/+5 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-02-26 | 1 | -2/+5 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-10-31 | 1 | -18/+33 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-08-11 | 1 | -9/+0 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-08-04 | 1 | -29/+48 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-07-07 | 1 | -1/+12 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-05-13 | 1 | -9/+9 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-11-25 | 1 | -4/+11 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-08-07 | 1 | -0/+7 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-05-07 | 1 | -1/+1 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-08 | 1 | -2/+7 |
|
|
* | KWSys: Fix SystemTools environment memory handling (#13156) | Brad King | 2012-04-27 | 1 | -1/+5 |
|
|
* | KWSys: Fix Doxygen warnings | Brad King | 2011-10-24 | 1 | -2/+2 |
|
|
* | KWSys: Simplify SystemTools::GetTime implementation (#12261) | Brad King | 2011-08-03 | 1 | -7/+1 |
|
|
* | KWSys: Improve SplitPath method documentation | Brad King | 2010-08-27 | 1 | -3/+3 |
|
|
* | KWSys: Remove "copyPermissions" parameters | Brad King | 2010-06-04 | 1 | -16/+7 |
|
|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
|
|
* | Optimize KWSys SystemTools::FileExists on Windows | Brad King | 2009-09-22 | 1 | -1/+14 |
|
|
* | ENH: move PutEnv to SystemTools | Bill Hoffman | 2009-06-05 | 1 | -0/+4 |
|
|
* | ENH: Remove obscure method from KWSys SystemTools | Brad King | 2009-04-21 | 1 | -8/+0 |
|
|
* | BUG: Fix GetRealPath when realpath fails | Brad King | 2009-02-09 | 1 | -1/+3 |
|
|
* | BUG: Do not copy permissions of files when making the copy in an install rule... | David Cole | 2008-12-18 | 1 | -9/+18 |
|
|
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 1 | -3/+13 |
|
|
* | BUG: fix install problem on make and allow symlinks to cmake bin directory | Bill Hoffman | 2008-03-27 | 1 | -0/+5 |
|
|
* | STYLE: Remove references to std:: inside KWSys, even in comments. This will ... | Brad King | 2008-01-31 | 1 | -4/+4 |
|
|
* | ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to us... | Brad King | 2008-01-11 | 1 | -5/+21 |
|
|
* | BUG: fix for bug 6136 make sure includes are not directories | Bill Hoffman | 2007-12-15 | 1 | -2/+5 |
|
|
* | ENH: added two functions for URL parsing: | Philippe Pebay | 2007-12-05 | 1 | -0/+30 |
|
|
* | ENH: add a touch -E command to cmake | Bill Hoffman | 2007-12-04 | 1 | -0/+5 |
|
|
* | STYLE: fixed misspellings of Mac OS X | Sean McBride | 2007-10-26 | 1 | -1/+1 |
|
|
* | ENH: speed up actual path name by cache on windows | Bill Hoffman | 2007-10-02 | 1 | -0/+1 |
|
|
* | ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. | Brad King | 2007-03-12 | 1 | -0/+12 |
|
|
* | ENH: added a limit to the getline method | Ken Martin | 2007-03-01 | 1 | -1/+2 |
|
|
* | ENH: Added JoinPath overload that accepts an iterator range. | Brad King | 2006-08-17 | 1 | -0/+3 |
|
|
* | ENH: better coverage | Ken Martin | 2006-07-31 | 1 | -17/+14 |
|
|
* | BUG: some bug fixes, better docs, and more coverage | Ken Martin | 2006-07-25 | 1 | -0/+1 |
|
|
* | ENH: Added always/if-different option to CopyADirectory. Added CopyAFile wit... | Brad King | 2006-05-05 | 1 | -3/+14 |
|
|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -1/+22 |
|
|
* | ENH: Use const char where it should have been. At same time fix Bug#2958 | Mathieu Malaterre | 2006-03-17 | 1 | -1/+1 |
|
|
* | ENH: Add documentation on the problem with system wide path for looking up dy... | Mathieu Malaterre | 2006-03-10 | 1 | -32/+32 |
|
|
* | COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops | Andy Cedilnik | 2006-02-08 | 1 | -3/+3 |
|
|
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 1 | -0/+18 |
|
|