Skip to content

Add "skipping" capability for classes with unwrapped dependencies.

Joe Snyder requested to merge skip_classes_with_unwrapped into master

This code should use the sorting and the information generated by pygccxml to read through the requested and known classes to only pass the names of the functions which have all of their dependencies requested to be wrapped. If there is one that is incomplete, print a "WARNING" message during compilation and do not include it in the output.

Merge request reports