Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -37/+27 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-02 | 1 | -27/+17 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-05-05 | 1 | -0/+6 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-03-04 | 1 | -4/+43 |
| | |||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | KWSys: Remove always-true dir_only parameter | David Cole | 2011-09-06 | 1 | -2/+2 |
| | | | | 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 | -1/+2 |
| | | | | of call to glob convert to regex that expected to work with files. | ||||
* | ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ↵ | David Cole | 2008-09-11 | 1 | -0/+4 |
| | | | | 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 | -0/+8 |
| | | | | 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. | ||||
* | COMP: Directory and Glob have pointer data members | Mathieu Malaterre | 2007-08-16 | 1 | -0/+4 |
| | |||||
* | BUG: Need to undefine temporary macros defined at top of file. | Brad King | 2006-08-27 | 1 | -0/+5 |
| | |||||
* | ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ↵ | Brad King | 2006-08-21 | 1 | -8/+10 |
| | | | | pattern->regex conversion. | ||||
* | ENH: Add support for relative paths and cleanup | Andy Cedilnik | 2006-03-21 | 1 | -5/+13 |
| | |||||
* | COMP: Fix the exporting so that it can actually be used | Andy Cedilnik | 2005-12-10 | 1 | -1/+7 |
| | |||||
* | COMP: More namespace fixes to build on HP | Andy Cedilnik | 2005-10-19 | 1 | -7/+7 |
| | |||||
* | ENH: Push glob to the kwsys | Andy Cedilnik | 2005-10-18 | 1 | -0/+81 |