summaryrefslogtreecommitdiff
path: root/tests/scanner/test_sourcescanner.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-211-0/+5
* sourcescanner: Allow empty declarations. Fixes #216Christoph Reiter2018-12-091-0/+6
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-081-0/+13
* Merge branch 'drop-py-compat-code' into 'master'Christoph Reiter2018-12-081-5/+0
|\
| * Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* | sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-19/+42
|/
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* scanner: Fix get_symbols/comments to maintain the scanner listsSimon Feltman2014-01-021-0/+41