> I would be concerned with the portability of the arguments to find.

find DIR -perm +FLAGS is part of POSIX/SUS

http://pubs.opengroup.org/onlinepubs/007904875/utilities/find.html

I guess it exists on systems dated 199x.

> How much faster is this?

With CMake.app build, about 50x. Really going through all files in the bundle 
including html docs, cmake scripts takes almost a minute.

> How hard would it be to change the c++?

I guess it wouldn't be hard, but we need to agree on naming.

> I have not looked into this myself at all, but the use of an external program 
> raises some red flags for me.

First of all, it looks if "find" exists on system, otherwise it falls back to 
old (slow) behavior. So "find" is optional dependency.

--Adam
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to