[pygccxml-development] new feature: exclude erronious
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2007-05-28 15:05:46
|
Hi. I just committed new functionality, which allows to exclude all declarations that will cause compilation error. The use is pretty simple: mb = module_builder_t( ... ) xyz = mb.namespace( name='xyz' ) xyz.exclude(compilation_errors=True) Enjoy P.S. Comments are welcome. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |