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
Commit message (
Expand
)
Author
Age
Files
Lines
*
giscanner: emit a warning when we fail to parse a GTK-Doc comment block
Dieter Verfaillie
2013-01-09
1
-1
/
+7
*
giscanner: Don't fail on empty GTK-Doc comment blocks
Dieter Verfaillie
2013-01-09
1
-11
/
+14
*
mallardwriter: Improve type formatting for Python
Jasper St. Pierre
2013-01-09
1
-1
/
+25
*
doc: Put documentation templates into their own directories
Jasper St. Pierre
2013-01-09
19
-2
/
+4
*
doc: Clean up signature generation a bit more
Jasper St. Pierre
2013-01-09
2
-24
/
+4
*
doc: Add self to methods in the Python declarations
Jasper St. Pierre
2013-01-09
1
-0
/
+3
*
doc: Make the Python declarations look a tiny bit nicer
Jasper St. Pierre
2013-01-09
1
-1
/
+2
*
mallardwriter: Use a TemplateLookup for grabbing templates
Jasper St. Pierre
2013-01-09
1
-10
/
+15
*
mallardwriter: Add support for parameters
Jasper St. Pierre
2013-01-09
1
-0
/
+29
*
mallardwriter: Rearrange definitions to match scanner order
Jasper St. Pierre
2013-01-09
1
-4
/
+4
*
mallardwriter: Pass the parent node around for inline formatting
Jasper St. Pierre
2013-01-09
16
-48
/
+48
*
mallardwriter: Consolidate xref building and page naming code
Jasper St. Pierre
2013-01-09
1
-8
/
+23
*
mallardwriter: Remove the namespace argument from the processors
Jasper St. Pierre
2013-01-09
1
-10
/
+8
*
mallardwriter: Put process_other with the rest of the processors
Jasper St. Pierre
2013-01-09
1
-3
/
+3
*
mallardwriter: Use the node's namespace
Jasper St. Pierre
2013-01-09
1
-7
/
+9
*
scanner: Warn if we're missing (element-type) for GPtrArray
Colin Walters
2012-12-10
1
-1
/
+1
*
scanner: Parse comments with */ not on a new line, but emit a warning
Dieter Verfaillie
2012-12-02
1
-4
/
+21
*
giscanner: don't continue parsing after multiline descriptions
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: fix DocBlock().comment
Dieter Verfaillie
2012-11-28
2
-7
/
+6
*
giscanner: update annotationparser to most recent gtkdoc-mkdb bug fixes.
Dieter Verfaillie
2012-11-28
1
-3
/
+29
*
giscanner: remove re.MULTILINE usage from annotationparser
Dieter Verfaillie
2012-11-28
1
-12
/
+11
*
giscanner: Correctly detect invalid GTK-Doc comment block end markers
Dieter Verfaillie
2012-11-28
1
-0
/
+3
*
giscanner: treat the GTK-Doc Description: tag like any other tag
Dieter Verfaillie
2012-11-28
1
-14
/
+19
*
giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...
Dieter Verfaillie
2012-11-28
2
-257
/
+219
*
giscanner: move unit tests from giscanner/annotationpatters.py...
Dieter Verfaillie
2012-11-28
1
-556
/
+0
*
giscanner: use re.match() instead of re.search()
Dieter Verfaillie
2012-11-28
1
-10
/
+10
*
giscanner: drop dead code
Dieter Verfaillie
2012-11-28
1
-10
/
+2
*
giscanner: make it clear DocOptions() also has a position attribute
Dieter Verfaillie
2012-11-28
1
-0
/
+1
*
giscanner: implement DocOption() in terms of odict instead of dict
Dieter Verfaillie
2012-11-28
1
-1
/
+1
*
giscanner: remove unused variables
Dieter Verfaillie
2012-11-28
5
-22
/
+7
*
giscanner: remove duplicate "os" import...
Dieter Verfaillie
2012-11-28
1
-2
/
+1
*
giscanner: use collections.OrderedDict when available
Dieter Verfaillie
2012-11-28
1
-16
/
+21
*
giscanner: use dict.values() in favor of dict.itervalues()
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: use dict.items()...
Dieter Verfaillie
2012-11-28
2
-7
/
+6
*
giscanner: use "if in [a, b]" instead of "if == a or if == b"
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: improve wording of inline documentation
Dieter Verfaillie
2012-11-28
2
-37
/
+58
*
giscanner: unbreak g-ir-annotationtool...
Dieter Verfaillie
2012-11-12
1
-2
/
+2
*
scanner: Emit correct type for unsigned integer constants
Colin Walters
2012-11-07
1
-1
/
+1
*
scanner: Correctly handle large 64 bit integer constants
Colin Walters
2012-10-30
3
-5
/
+13
*
MallardWriter: support cross-references across namespaces
Giovanni Campagna
2012-10-28
1
-12
/
+34
*
Add documentation for enumeration members
Giovanni Campagna
2012-10-28
2
-1
/
+13
*
Ast: Add parent to Fields
Giovanni Campagna
2012-10-28
2
-9
/
+13
*
Namespace: fix appending of nodes
Giovanni Campagna
2012-10-28
2
-3
/
+30
*
giscanner/dumper.py: Support Visual C++
Chun-wei Fan
2012-10-27
1
-22
/
+72
*
sourcescannermain.py: Add --filelist option
Chun-wei Fan
2012-10-27
1
-3
/
+31
*
giscanner/sourcescanner.py: Update for Visual C++ usage
Chun-wei Fan
2012-10-27
1
-1
/
+10
*
giscannermodule.c: Updates for Windows
Chun-wei Fan
2012-10-27
1
-31
/
+67
*
giscanner/dumper.py: Use os.name instead of os.uname()[0]
Chun-wei Fan
2012-10-27
1
-1
/
+1
*
giscanner/scannerparser.y: Avoid C99ism
Chun-wei Fan
2012-10-27
1
-2
/
+3
*
scanner: Ignore #defines starting with _
Colin Walters
2012-10-27
1
-0
/
+3
[next]