summaryrefslogtreecommitdiff
path: root/giscanner/message.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: give message.ERROR a purposeDieter Verfaillie2013-10-081-18/+31
* giscanner: remove Position.offset()Dieter Verfaillie2013-10-081-3/+0
* giscanner: give pointer to original comment block...Dieter Verfaillie2013-10-081-4/+7
* giscanner: define __slots__ on some classesDieter Verfaillie2013-10-081-0/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-8/+10
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-2/+6
* message: Show the file/line even when processing FATALColin Walters2011-10-171-5/+5
* scanner: Print out a message if warnings were offColin Walters2010-10-251-5/+5
* scanner: Don't duplicate fatal message textColin Walters2010-09-291-1/+2
* [Message] Implement Position.__repr__Johan Dahlin2010-09-201-0/+6
* [message] Add apositions argument to a few functionsJohan Dahlin2010-09-201-6/+8
* [scanner] Add a Position classJohan Dahlin2010-09-201-47/+56
* [message] Set file_positions to an empty listJohan Dahlin2010-09-201-1/+1
* [scanner] Make fatal warnings exitJohan Dahlin2010-09-071-4/+6
* scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters2010-09-071-0/+3
* scanner: Actually exit with code 1 on fatal warnings againColin Walters2010-09-031-1/+1
* [message] exit after calling message.fatal()Johan Dahlin2010-09-021-1/+1
* [message] Add an output parameterJohan Dahlin2010-09-021-7/+10
* [scanner] add a message moduleJohan Dahlin2010-09-021-0/+155