MikeWey / DMagick

An ImageMagick binding for the D Programming Language.
zlib License
17 stars 4 forks source link

Ensure that DMagick is not rebuilt unnecessarily. #25

Closed finitemonkey closed 4 years ago

finitemonkey commented 4 years ago

Prevents dmagick/c/magickVersion.d from being written unless its content has changed, thereby avoiding the file's updated mtime from triggering an unnecessary rebuild.

Fixes: https://github.com/MikeWey/DMagick/issues/24

finitemonkey commented 4 years ago

Originally, I wrote code to cache everything, but ultimately decided that it was highly likely that the value for HDRI and QUANTUM_DEPTH depend on MAGICK_VERSION and won't change unless it does. If this isn't the case, let me know and I'll make the necessary changes.