]> git.saurik.com Git - wxWidgets.git/commit
add Id keyword; remove old code (was commented out) which tried to implement alternat...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Mar 2008 19:18:25 +0000 (19:18 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Mar 2008 19:18:25 +0000 (19:18 +0000)
commit5ceba28d35c9eea1065da7d4a0af56c471fb7c61
tree6e04040f0f898fd5fe7fc07d77103f4cfbcfa36a
parentdd634f2777cd1cd56dfaa2fb8cb3885b99cd6226
add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/ifacecheck/src/ifacecheck.bkl
utils/ifacecheck/src/ifacecheck.cpp
utils/ifacecheck/src/xmlparser.cpp