Jacob S. Barrett created GEODE-3675:
---------------------------------------
Summary: Format rule causes long CMake configure times
Key: GEODE-3675
URL: https://issues.apache.org/jira/browse/GEODE-3675
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Jacob S. Barrett
The format rule is causing long CMake configure times. The current
implementation searches the entire source directory and adds all C++ files for
reformat. The problem with this that most the directories are not source and if
your build directory is a sub of your source it recurses this too. The need for
a whole source format is not necessary anymore either. Targeted re-formats
should executed for changed sources.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)