summaryrefslogtreecommitdiffstats
path: root/scripts/api-review/cmakescan.py
Commit message (Expand)AuthorAgeFilesLines
* Support str() on CMakeScanner.Token and cope with QT_LICENSE_IDEdward Welbourne2024-07-301-1/+6
* Exclude headers with relative paths starting ../Edward Welbourne2024-07-151-6/+12
* Recursive traversal needs to yield from its recursionEdward Welbourne2024-05-161-1/+1
* Ensure newline after each header in cmakescan.pyEdward Welbourne2024-05-161-2/+2
* Add a parser for CMakeLists.txt files, to extract public headersEdward Welbourne2023-07-051-0/+832