sierdzio / gibs

Experimental project: in-source build system. Just for fun ;-)
Other
0 stars 1 forks source link

Add quick mode #14

Closed sierdzio closed 6 years ago

sierdzio commented 6 years ago

When run with -q or --quick, ibs should only parse .h files up to Q_OBJECT (or gadget) macro, or (if none found) up to first private/protected/public declaration. In .cpp files, parsing should stop at first "real" code like a function definition.

Plus other optimisations you may find, of course.