[cmake-developers] cmake install command expected performance?

Brad King brad.king at kitware.com
Thu Feb 26 15:12:38 EST 2015


On 02/26/2015 02:18 PM, Robert Goulet wrote:
> turns out to be 5000+ file open/close

Good catch!  It looks like it's been that way since manifest generation
was first added here:

 ENH: When installing project, write manifest
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=99feab35

I've applied your patch with a few tweaks to avoid a leading
newline and improve code formatting:

 install: Write the entire installation manifest at once
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c4814174

> Please consider it for CMake 3.2!

Normally we don't take non-regression, non-new-feature-bugfix changes
during a release candidate cycle.  Given your antivirus config one
could consider this an environmental regression.  I'll consider it
if it tests cleanly.

Thanks,
-Brad



More information about the cmake-developers mailing list