Commit Graph

3 Commits

Author SHA1 Message Date
Kurt Harriger bdae82a290 Replace ad-hoc identifier cleansing with helper function
Generalized identifier cleansing to replace invalid (and unicode)
characters with underscores to ensure a valid function name.

Applied function in other places functions were generated based on
libarary name.
2014-08-04 08:25:33 -06:00
Kurt Harriger 45a9f0d492 Function name cannot contain -
When output.library contains a - the generated function name is not
valid.  Replace - with _ to create valid function name.
2014-08-03 10:32:56 -06:00
Tobias Koppers 5264f69ddf refactored HotChunkUpdateTemplate to plugin interface 2014-06-03 00:14:46 +02:00