index
:
delta/gobject-introspection.git
annotation
annotation_svn1007
baserock/1.39.90
baserock/GOBJECT_INTROSPECTION_1_40_0
baserock/jonathan/fix-giscanner
baserock/markdoffman/1_39_90-merge
baserock/morph
bochecha/pkgconfig-prefix
doc-sections
ebassi/cairo-wrap
ebassi/compiler-opt
ebassi/final-type
ebassi/for-master
ebassi/issue-384
ebassi/issue-418
ebassi/signal-emitter
ebassi/symbol-collision
ewlsh/fundamental-test
fix-msvc-setuptools-distutils
fix-msvc-warnings
fix.win.cmd.3-38
g-i-0.6
g-i-0.9
gi-release-1-70
gidocgen
gir-compiler
gir-docbook
gir-docbook-2
glib-annotations
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
ignatenko/g-ir-inspect
issue-328
main
mallard-templates
master
matthiasc/symbol-collision
no-designated-init
pointer-aliases
scope-forever
tintou/closure-destroy-fix
tintou/doc-format
win64.fixes.master
wip/api-diff
wip/carlosg/signal-tests
wip/ci
wip/cmph
wip/cmph-rebase2
wip/cmph-rebase3
wip/dieterv/drive-by-review
wip/dieterv/g-ir-fix
wip/dieterv/multiline-annotations
wip/dieterv/schema
wip/docs
wip/docs-3
wip/docs-json
wip/dx-hackfest
wip/ebassi/meson
wip/fanc999/dumper-distutils
wip/glib-source-extraction
wip/hadess/add-power-profile-monitor
wip/jtojnar/glib-subproject
wip/meson/pkg-generate
wip/nielsdg/python-formatter-out-params
wip/nonrecursive-make
wip/sam/multiple-girs-one-typelib
wip/smcv/8k-not-enough-for-everybody
wip/smcv/search-paths
wip/smcv/test-more-flags
wip/smcv/testbuild
wip/structure-parsing
wip/tingping/meson
wip/tintou/closure-documentation
zbrown/dispose
zbrown/types-1
gitlab.gnome.org: GNOME/gobject-introspection.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
message: handle fatal errors even if warnings are disabled. Fixes #229
Christoph Reiter
2019-01-10
1
-1
/
+1
*
message: simplify handling of error levels
Christoph Reiter
2019-01-10
1
-9
/
+4
*
Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...
Dominique Leuenberger
2019-01-09
1
-1
/
+0
*
Drop all Python 2 compat code
Christoph Reiter
2018-12-08
1
-5
/
+0
*
writer: Include documentation and symbol position in source files
Thibault Saunier
2018-11-28
1
-2
/
+3
*
giscanner: Print relative filename paths when warning
Jonas Ã…dahl
2018-11-08
1
-5
/
+2
*
giscanner.message: Don't print node as the default context
Mikhail Zabaluev
2015-10-05
1
-3
/
+1
*
giscanner.message: Fix module-level logging functions
Mikhail Zabaluev
2015-09-30
1
-3
/
+7
*
scanner: Pacify PEP8
Colin Walters
2015-09-29
1
-0
/
+2
*
giscanner: Use rich comparison methods for Python 3 compatibility
Simon Feltman
2015-09-29
1
-4
/
+27
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Replace repr format usage with string formatter
Simon Feltman
2015-09-29
1
-1
/
+1
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Enable "true division" for all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use absolute_import for all Python files
Simon Feltman
2015-09-29
1
-0
/
+2
*
scanner: Explicitly error with constructors but no GObject include
Colin Walters
2015-09-29
1
-0
/
+2
*
tests: Update misc/pep8.py to 1.6.2
Dieter Verfaillie
2015-06-29
1
-1
/
+1
*
scanner: centralize caret error message handling
Dieter Verfaillie
2015-06-24
1
-7
/
+10
*
giscanner: give message.ERROR a purpose
Dieter Verfaillie
2013-10-08
1
-18
/
+31
*
giscanner: remove Position.offset()
Dieter Verfaillie
2013-10-08
1
-3
/
+0
*
giscanner: give pointer to original comment block...
Dieter Verfaillie
2013-10-08
1
-4
/
+7
*
giscanner: define __slots__ on some classes
Dieter Verfaillie
2013-10-08
1
-0
/
+3
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-8
/
+10
*
Now make AnnotationParser do what gobject-introspection needs it to do.
Dieter Verfaillie
2012-04-05
1
-2
/
+6
*
message: Show the file/line even when processing FATAL
Colin Walters
2011-10-17
1
-5
/
+5
*
scanner: Print out a message if warnings were off
Colin Walters
2010-10-25
1
-5
/
+5
*
scanner: Don't duplicate fatal message text
Colin Walters
2010-09-29
1
-1
/
+2
*
[Message] Implement Position.__repr__
Johan Dahlin
2010-09-20
1
-0
/
+6
*
[message] Add apositions argument to a few functions
Johan Dahlin
2010-09-20
1
-6
/
+8
*
[scanner] Add a Position class
Johan Dahlin
2010-09-20
1
-47
/
+56
*
[message] Set file_positions to an empty list
Johan Dahlin
2010-09-20
1
-1
/
+1
*
[scanner] Make fatal warnings exit
Johan Dahlin
2010-09-07
1
-4
/
+6
*
scanner: Add various static debug hooks in GI_SCANNER_DEBUG
Colin Walters
2010-09-07
1
-0
/
+3
*
scanner: Actually exit with code 1 on fatal warnings again
Colin Walters
2010-09-03
1
-1
/
+1
*
[message] exit after calling message.fatal()
Johan Dahlin
2010-09-02
1
-1
/
+1
*
[message] Add an output parameter
Johan Dahlin
2010-09-02
1
-7
/
+10
*
[scanner] add a message module
Johan Dahlin
2010-09-02
1
-0
/
+155