[cmake-developers] KWSys patches

Domen Vrankar domen.vrankar at gmail.com
Sat Feb 21 05:08:39 EST 2015


> FYI, the proposed GetCanonicalPath already exists in KWSys as
> SystemTools::GetRealPath.  It returns the unchanged path on error.
> That could be extended to take an optional second argument as a
> pointer to a buffer describing the error.  If the argument is NULL
> use the current behavior.  Otherwise return an empty string and
> populate the error info.  Then make your new call sites use the
> new argument.

Hm I missed this one... My old nightly version Code::Blocks seems to
have missed it in search. Thanks.

Attached are patches for KWSys Glob and SystemTools (with changes
required by Glob).

Thanks,
Domen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-glob-recurse-cyclic-recursion-handling.patch
Type: text/x-diff
Size: 11966 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150221/6737d3cd/attachment-0004.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-dead-code-cleanup-from-glob.patch
Type: text/x-diff
Size: 2118 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150221/6737d3cd/attachment-0005.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-glob-support-for-directory-listing.patch
Type: text/x-diff
Size: 3300 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150221/6737d3cd/attachment-0006.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-glob-removed-addition-of-a-slash.patch
Type: text/x-diff
Size: 841 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150221/6737d3cd/attachment-0007.patch>


More information about the cmake-developers mailing list