Re: [pygccxml-development] Another way to speed up the generation process...
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-10-24 12:08:56
|
Roman Yakovenko wrote: > I don't have enough time to analize what you did, but take a look on next > document: > http://gccxml.org/HTML/Running.html > Search for -fxml-start= Ah, I wasn't aware of that option. Thanks for the hint! It's almost what I did with the difference that I was filtering based on the header file that a declaration appears in. I did a quick test and passed all Maya classes to the xml-start option (the SDK doesn't use namespaces). It almost worked except that friend functions were not picked up. But I suppose it would have been possible to stick everything in a namespace of my own and use that one as a starting declaration. - Matthias - |