aboutsummaryrefslogtreecommitdiff
path: root/tools/codegenerator/Helper.groovy
AgeCommit message (Collapse)Author
2018-06-12[tools] nuke whitespaceh.udo
2017-01-03spelling: methodsJosh Soref
2017-01-03spelling: commentsJosh Soref
2015-03-01codegenerator: improve doxygen integration (thanks notspiff)montellese
2015-03-01python: fix property getters/setters for custom API typesmontellese
2013-12-24codegenerator handles typdefs - needed for Strnig and Dictionary changes.Jim Carroll
2013-12-08Fix codegenerator to handle the <emphasis> doxygen generated by just putting ↵Jim Carroll
back the markdown.
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-06-13[codegenerator] Helper.groovy: add support for class variablesmontellese
2013-06-13[codegenerator] Helper.groovy: fix typomontellese
2013-03-16[fix] Update the groovy library to the lastest 1.x version to fix the ↵Jim Carroll
"non-latin characters in the path" issue. Closes #13517
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-11-12[fix] part2: occasionally on OSX the case insensitive filesystem confuses ↵Jim Carroll
the file path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-11-12[fix] occasionally on OSX the case insensitive filesystem confuses the file ↵Jim Carroll
path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-10-31Relative paths to typemaps work from arbitrary locations now. As long as the ↵Jim Carroll
classpath is correct.
2012-10-21[fix] handle multiple entries on the knownapitypes feature line.Jim Carroll
2012-10-21[fix] fix the Helper for the codegenerator so that out conversions for api ↵Jim Carroll
classes don't require the actual xml node. This is required to support returning api types from other modules.
2012-09-11Change the name of getBaseName to getRootName since it has nothing to do ↵Jim Carroll
with parent classes.
2012-09-09Add Groovy based codegenerator to tools.Jim Carroll