summaryrefslogtreecommitdiff
path: root/tests/warn
Commit message (Expand)AuthorAgeFilesLines
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-0/+1
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-111-1/+1
* Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-13/+13
* Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-231-5/+32
* meson: Add the giscanner warning testsChristoph Reiter2018-06-213-2/+47
* Revert "removing $(srcdir) because it is not replaced correctly and not neces...Emmanuele Bassi2017-05-041-1/+1
* Revert "build: Use $(srcdir) when calling Python scripts"Emmanuele Bassi2017-05-041-1/+1
* build: Use $(srcdir) when calling Python scriptsEmmanuele Bassi2017-05-041-1/+1
* removing $(srcdir) because it is not replaced correctly and not necessaryKarl-Philipp Richter2017-05-041-1/+1
* scanner: Warn and ignore return annotations when there is no return valueGarrett Regier2015-10-042-0/+20
* scanner: Warn and ignore on incorrect optional/nullable/allow-none annotationsGarrett Regier2015-10-044-0/+47
* tests/warn: Fix test for previous GVariant floating commitColin Walters2015-09-291-1/+1
* giscanner: Use builtins module in Python 3Simon Feltman2015-09-291-2/+6
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Replace repr format usage with string formatterSimon Feltman2015-09-291-4/+4
* 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: Tweak "invalid transfer" warning to show type tooColin Walters2015-09-271-6/+6
* scanner: Warn and ignore on incorrect transfer annotationsColin Walters2015-09-271-4/+28
* Revert "scanner: Warn and ignore on incorrect transfer annotations"Michael Catanzaro2015-09-271-28/+4
* scanner: Warn and ignore on incorrect transfer annotationsGarrett Regier2015-09-261-4/+28
* scanner: allow (array zero-terminated) instead of (array zero-terminated=1)Dieter Verfaillie2015-03-031-5/+4
* tests: Switch two more uses to LOG_COMPILER to fix parallel-testsColin Walters2014-01-251-1/+1
* tests: Use Automake test harness for warning testsSimon Feltman2013-12-292-13/+4
* giscanner: Fix GtkDocBlock.position...Dieter Verfaillie2013-10-084-8/+8
* giscanner: refactor annotation validationDieter Verfaillie2013-10-086-40/+36
* giscanner: flesh out annotation parsing and storageDieter Verfaillie2013-10-081-5/+5
* giscanner: give message.ERROR a purposeDieter Verfaillie2013-10-081-2/+2
* giscanner: give pointer to original comment block...Dieter Verfaillie2013-10-081-5/+14
* giscanner: rename the parse() method to parse_comment_blocks()Dieter Verfaillie2013-10-081-1/+1
* giscanner: rename AnnotationParser() to GtkDocCommentBlockParser()Dieter Verfaillie2013-10-081-3/+3
* giscanner: rename "options" to "annotations"Dieter Verfaillie2013-10-081-1/+1
* tests: move GTK-Doc comment block warning testsDieter Verfaillie2013-10-081-198/+0
* tests: fix diff outputDieter Verfaillie2013-10-081-6/+3
* tests: fix warning tests message sorting...Dieter Verfaillie2013-10-081-2/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-7/+9
* fix "make distcheck"Dieter Verfaillie2013-04-212-3/+3
* Revert "gi-r-scanner: add support for raw CFLAGS flags option"Colin Walters2013-03-051-2/+1
* gi-r-scanner: add support for raw CFLAGS flags optionTim Lunn2013-03-061-1/+2
* Ship missing header files for tests/warn/ checkMartin Pitt2013-02-201-1/+1
* tests: Be compatible with Automake 1.11, 1.12 and 1.13, and the future, hopef...Colin Walters2013-02-192-3/+13
* tests: Be compatible with both Automake 1.12 and 1.13Colin Walters2013-02-191-2/+1
* transformer: Ensure that types aren't resolved if we can't find themJasper St. Pierre2013-02-071-0/+9
* transformer: Warn on unnamed params in declarationsJasper St. Pierre2013-02-071-0/+20
* warningtester: Sort the list of warningsJasper St. Pierre2013-02-071-0/+3
* tests: Support warning tests in modern automakeJasper St. Pierre2013-02-071-1/+2
* scanner: Warn if we're missing (element-type) for GPtrArrayColin Walters2012-12-102-0/+9
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-021-0/+11
* annotationparser: add test for comment lines not starting with ' * 'Dieter Verfaillie2012-04-171-0/+14