[pygccxml-development] [New feature]Dependency manager
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-11-30 19:02:29
|
Hi. I implemented new cool feature that in my opinion should improve the quality of the bindings - dependency manager. Did you or your users get "no to_python converter found for ... " errors? Well I think I have a solution for the problem. I added new functionality - "dependency manager". In few words this class checks that you exported all relevant classes. Search for "The declaration depends on unexposed declaration" text in warnings. The feature is still young and I expect few bugs here and there. Best of all you don't have to change single line of the code, the functionality is already enabled. ( You will need to update pygccxml and Py++ to SVN ) -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |