]> git.tdb.fi Git - libs/gl.git/commit
Refactor and optimize the extension generator script
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Oct 2014 15:36:31 +0000 (18:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Oct 2014 15:44:49 +0000 (18:44 +0300)
commite413e1d93464ffe7e7ef2b6ea2f28da3e6400166
treea24c66af17dcd6fa910b9a2cb5f0258687a84d61
parentfcd9e657d0c86cfa4c5bb951ccad2ff5f242863a
Refactor and optimize the extension generator script

Overly short variable names have been expanded
parse_file was getting a bit unwieldy and has been split
getElementsByTagName is recursive and slow, replaced with custom function
scripts/extgen.py