Piotr Zegar

Results 4 issues of Piotr Zegar

As I'm using this Woboq with some big project, here is some tips from me. Woboq isn't perfect, it's slow, lack of many features (global search, template support, no longer...

Would be nice to see padding, in class members. For field1 padding is: offset of field2 - offset field1 - sizeof field1 or size of class - offset of field1-...

enhancement

Or project use lot of std::make_shared, std::make_unique, boost::make_shared, boost::make_*. In that case after moving mouse above constructor, it shows 0 usages.

bug

Classes that have default constructor, C structs have no usages/references in Woboq. Woboq should show also references to such compiler generated methods. Could look like this: Moving mouse above class/struct...

enhancement