This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Recently, I've noticed a considerable slow down in CMake configuring the QGIS build if WITH_GRASS is TRUE (about 3x longer config time than without). I've traced it to this file and think the cause may be this nested foreach loop. Is there a way to optimize this, maybe have the resultant file 'qgsgrassgislibfunctions.cpp' created off of a git push hook instead of always during configure, or have the file built by an external (possibly faster) script?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi,
Recently, I've noticed a considerable slow down in CMake configuring the QGIS build if WITH_GRASS is TRUE (about 3x longer config time than without). I've traced it to this file and think the cause may be this nested foreach loop. Is there a way to optimize this, maybe have the resultant file 'qgsgrassgislibfunctions.cpp' created off of a git push hook instead of always during configure, or have the file built by an external (possibly faster) script?
Not a big deal for me, just curious.