GenCode - Add an optional caching mode.
authorTim Otten <totten@civicrm.org>
Wed, 15 Jan 2014 03:52:16 +0000 (19:52 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 15 Jan 2014 04:01:32 +0000 (20:01 -0800)
commit3530751a7c22549709068a84df5d60c6c44eb834
tree4009c22d80e27f4cb2baec3af600bb24fbc3a061
parent40c85a44256cba47ef8892b28a875033c471d41f
GenCode - Add an optional caching mode.

If CIVICRM_GENCODE_DIGEST is set, then GenCode will write out a digest of
all its inputs & templates. If someone tries to rerun with the same inputs,
then GenCode will do nothing.
CRM/Core/CodeGen/Main.php
CRM/Core/CodeGen/Util/File.php
xml/GenCode.php