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
*
docwriter: Skip non-introspectable nodes in introspectable languages
Jasper St. Pierre
2013-02-14
1
-0
/
+3
*
docwriter: Introduce a base formatter for introspectable languages
Jasper St. Pierre
2013-02-14
1
-12
/
+10
*
docwriter: Format list types as if they are arrays
Jasper St. Pierre
2013-02-14
1
-2
/
+2
*
giscanner: Suppress deprecation warnings when introspecting types
Stef Walter
2013-02-13
1
-0
/
+1
*
ast: Allow more options in unresolved_type
Jasper St. Pierre
2013-02-11
1
-0
/
+2
*
docwriter: Support formatting of types without c:types
Jasper St. Pierre
2013-02-11
1
-1
/
+4
*
docwriter: Support varargs in parameter names
Jasper St. Pierre
2013-02-11
1
-1
/
+6
*
docwriter: Skip lots of special kinds of parameters
Jasper St. Pierre
2013-02-11
1
-1
/
+16
*
docwriter: Define a new formatter method for getting params
Jasper St. Pierre
2013-02-11
8
-29
/
+41
*
doctool: Don't use zip(range(L))
Jasper St. Pierre
2013-02-11
10
-15
/
+15
*
docmain: Support an include path for GIRs
Jasper St. Pierre
2013-02-11
1
-0
/
+4
*
scanner: remove backcompat copies more safely
Torsten Schönfeld
2013-02-10
3
-4
/
+7
*
scanner: Fix use of undeclared variable in previous commit
Colin Walters
2013-02-07
1
-1
/
+1
*
transformer: Ensure that types aren't resolved if we can't find them
Jasper St. Pierre
2013-02-07
2
-5
/
+27
*
ast: Add a quick __repr__ to Field and Member
Jasper St. Pierre
2013-02-07
1
-0
/
+5
*
transformer: Warn on unnamed params in declarations
Jasper St. Pierre
2013-02-07
1
-5
/
+9
*
doctool: Rebrand mallardwriter as docwriter
Jasper St. Pierre
2013-02-01
2
-10
/
+10
*
giscanner: Add a new quick hack module for scanning section files
Jasper St. Pierre
2013-02-01
1
-0
/
+78
*
doctool: Move signal/vfunc templates to extend function.tmpl
Jasper St. Pierre
2013-02-01
3
-23
/
+5
*
doctool: Update templates to include the actual instance parameter
Jasper St. Pierre
2013-02-01
3
-48
/
+19
*
mallardwriter: Fix code for self-parameter forcing
Jasper St. Pierre
2013-02-01
1
-1
/
+1
*
ast: Allow lookup of the instance parameter by name
Jasper St. Pierre
2013-02-01
1
-1
/
+1
*
ast: Add a new all_parameters property to Callable
Jasper St. Pierre
2013-02-01
1
-0
/
+8
*
doctool: Switch to UI v1.0
Jasper St. Pierre
2013-02-01
3
-10
/
+10
*
doctool: Initial import of a Gjs language that we support
Jasper St. Pierre
2013-02-01
12
-0
/
+228
*
ast: Make sure to export c:type for signals and properties
Jasper St. Pierre
2013-02-01
1
-1
/
+2
*
mallardwriter: Clean up node filtering
Jasper St. Pierre
2013-02-01
1
-7
/
+15
*
mallardwriter: Don't set content for links
Jasper St. Pierre
2013-02-01
1
-3
/
+1
*
mallardwriter: Use xmlwriter for xrefs
Jasper St. Pierre
2013-02-01
2
-17
/
+23
*
doctool: Use a base template for all node kinds that make sense
Jasper St. Pierre
2013-02-01
7
-109
/
+63
*
doctool: Rename templates to exclude mallard/the language
Jasper St. Pierre
2013-02-01
33
-27
/
+26
*
mallardwriter: Use lookup_typenode to look up a Type node
Jasper St. Pierre
2013-02-01
1
-1
/
+1
*
mallardwriter: Simply use the parent page name for nested pages
Jasper St. Pierre
2013-02-01
1
-7
/
+4
*
mallardwriter: Don't use function symbols for vfuncs/signals
Jasper St. Pierre
2013-02-01
1
-1
/
+4
*
doctool: Use definition lists instead of tables
Jasper St. Pierre
2013-02-01
6
-68
/
+40
*
doctool: Define a standard order of items for all pages
Jasper St. Pierre
2013-02-01
12
-34
/
+44
*
doctool: Use a base template for all pages
Jasper St. Pierre
2013-02-01
20
-239
/
+104
*
doctool: Use a standard title for both links and for page titles
Jasper St. Pierre
2013-02-01
18
-18
/
+18
*
mallardwriter: Fix format_page_name for Namespace
Jasper St. Pierre
2013-02-01
1
-2
/
+4
*
doctool: Switch to a computed page_style for all page templates
Jasper St. Pierre
2013-02-01
23
-34
/
+31
*
mallardwriter: Remove unused import
Jasper St. Pierre
2013-02-01
1
-1
/
+0
*
mallardwriter: Parse %ENUM_FIELDs
Jasper St. Pierre
2013-02-01
1
-7
/
+18
*
mallardwriter: Use the same code to lookup fundamentals as the rest
Jasper St. Pierre
2013-02-01
1
-1
/
+5
*
mallardwriter: Use mkdtemp
Jasper St. Pierre
2013-02-01
1
-1
/
+1
*
girparser: Serialize and read back the instance_parameter
Jasper St. Pierre
2013-02-01
2
-18
/
+26
*
giscanner: Apply standard annotations to constant values
Jasper St. Pierre
2013-02-01
3
-7
/
+10
*
ast: Track enum/bitfield member parents
Jasper St. Pierre
2013-02-01
2
-2
/
+9
*
ast: Track enum members by symbol
Jasper St. Pierre
2013-02-01
1
-0
/
+3
*
girparser: Remove unused method
Jasper St. Pierre
2013-02-01
1
-3
/
+0
*
giscanner: emit a warning when we fail to parse a GTK-Doc comment block
Dieter Verfaillie
2013-01-09
1
-1
/
+7
[next]