Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-02 | 1 | -48/+45 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-03-04 | 1 | -12/+81 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-02-26 | 1 | -22/+2 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-08-04 | 1 | -7/+7 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-05-13 | 1 | -17/+14 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | KWSys: Add symlinks to directories as files (#12284) | David Cole | 2011-09-06 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | This behaviour was previously broken; regardless of the RecurseThroughSymLinks value, symlinks to directories were NEVER added as files in the results. When RecurseThroughSymLinks is ON, symlinks to directories should be recursed as if they were the actual directories to gather the files within. However, when RecurseThroughSymLinks is OFF, symlinks to directories should be returned as files in the result. Inspired-by: Johan Björk <phb@spotify.com> | ||||
* | KWSys: Remove always-true dir_only parameter | David Cole | 2011-09-06 | 1 | -11/+12 |
| | | | | Its presence confuses, and, since it is always true, is useless. | ||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
| | | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range. | ||||
* | Fix for Bug #9190, -U did not work on case insensitive file systems because ↵ | Bill Hoffman | 2009-09-14 | 1 | -3/+7 |
| | | | | of call to glob convert to regex that expected to work with files. | ||||
* | COMP:Fixed warnings. | Francois Bertel | 2009-03-17 | 1 | -3/+3 |
| | |||||
* | ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ↵ | David Cole | 2008-09-11 | 1 | -2/+7 |
| | | | | CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks. | ||||
* | ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ↵ | David Cole | 2008-08-20 | 1 | -1/+9 |
| | | | | globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters. | ||||
* | BUG: fix segfault if FindFiles() is called without actual match pattern | Alexander Neundorf | 2007-08-21 | 1 | -2/+9 |
| | | | | | | | (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* ) #4620 Alex | ||||
* | ENH: Globbing patterns should not match a slash inside a filename component. | Brad King | 2006-08-25 | 1 | -2/+8 |
| | |||||
* | BUG: Fixed #if test for case-insensitive glob on OSX. | Brad King | 2006-08-22 | 1 | -1/+1 |
| | |||||
* | ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ↵ | Brad King | 2006-08-21 | 1 | -81/+102 |
| | | | | pattern->regex conversion. | ||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -2/+2 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: Add support for relative paths and cleanup | Andy Cedilnik | 2006-03-21 | 1 | -24/+64 |
| | |||||
* | STYLE: Make sure to use the proper cast. | Mathieu Malaterre | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | ENH: add missing cmake include | Bill Hoffman | 2006-03-06 | 1 | -0/+1 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -1/+1 |
| | |||||
* | COMP: More namespace fixes to build on HP | Andy Cedilnik | 2005-10-19 | 1 | -31/+31 |
| | |||||
* | COMP: Fix namespace. This way kwsys can be built outside cmake | Andy Cedilnik | 2005-10-19 | 1 | -17/+17 |
| | |||||
* | ENH: Push glob to the kwsys | Andy Cedilnik | 2005-10-18 | 1 | -0/+428 |