Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-16 | py/makeqstrdefs: Add script to automate extraction of qstr from sources. | Pavel Moravec | |
This script will search for patterns of the form Q(...) and generate a list of them. The original code by Pavel Moravec has been significantly simplified to remove the part that searched for C preprocessor directives (eg #if). This is because all source is now run through CPP before being fed into this script. |