cornelius / kode

XML meta programming
http://www.lst.de/~cs/kode
20 stars 10 forks source link

Do not overwrite output files if they are not changed #30

Closed martonmiklos closed 4 years ago

martonmiklos commented 4 years ago

When generating code if the output is not changed do not overwrite it. This will make the compilation of the project which includes the generated files faster. This feature has been implemented somewhere in the qmake branch of my fork, needs to be moved to the master. The change could be also useful in the KDSoap (it also uses it's own version of libkode).