index
:
~smcv/gobject-introspection
local-gir
master
g-i hacking
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
girparser.py
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
scanner: Parse annotations for typedefs
Colin Walters
1
-0
/
+1
2010-09-09
scanner: Unify parsing of compounds
Colin Walters
1
-38
/
+23
2010-09-08
scanner: Kill glibast
Colin Walters
1
-57
/
+39
2010-08-31
Major rewrite
Colin Walters
1
-164
/
+323
2010-08-31
Move alias target to <type>
Colin Walters
1
-1
/
+2
2010-06-19
Fix trailing whitespace
Colin Walters
1
-1
/
+1
2010-06-17
Better error message for incompatible versions
Colin Walters
1
-2
/
+18
2010-06-17
More explicitly document how we'll use the version= attribute on repository
Colin Walters
1
-0
/
+7
2010-05-04
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
1
-2
/
+14
2009-02-26
Don't assume _pkgconfig_packages is set.
Johan Dahlin
1
-0
/
+4
2009-02-11
Bug 567906 - Put pkg-config dependencies in .gir files
Colin Walters
1
-0
/
+10
2009-01-12
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
1
-3
/
+8
2009-01-03
Fix inconsistencies with PEP8
Jürg Billeter
1
-2
/
+0
2008-11-17
Parse interface prerequisites
Colin Walters
1
-0
/
+2
2008-11-10
Bug 560248 – "disguised structures"
Owen Taylor
1
-1
/
+3
2008-11-04
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
1
-11
/
+11
2008-11-01
Bug 558848 giparser.py: shared library should be optional
Owen Taylor
1
-2
/
+3
2008-10-30
Remove arguments from the constructor, move them to separate accessors.
Johan Dahlin
1
-18
/
+18
2008-10-30
Avoid parsing parameters, types etc when parsing includes. Should speed up
Johan Dahlin
1
-23
/
+45
2008-10-30
Avoid big if/else and use a dispatch table like approach.
Johan Dahlin
1
-51
/
+72
2008-10-21
Bug 557241 – "throws" flag for functions
Johan Bilien
1
-1
/
+2
2008-10-20
Bug 557011 - Add g_object_info_get_abstract
Colin Walters
1
-5
/
+10
2008-10-20
giscanner: don't lose 'transfer-ownership' attributes when injecting
Tommi Komulainen
1
-1
/
+1
2008-10-19
Parse array length= to ensure it doesn't get lost from --inject
Colin Walters
1
-2
/
+6
2008-10-17
Bug 556732 – generate gir files consistently
Tommi Komulainen
1
-0
/
+2
2008-10-17
Bug 556610 – giscanner/girparser.py drops parameter options
Johan Bilien
1
-2
/
+6
2008-10-16
Merge branch 'bug556331-includecleanup'
Colin Walters
1
-2
/
+4
2008-10-12
Parse bits attribute of fields
Jürg Billeter
1
-1
/
+2
2008-10-12
actually add the parsed constant nodes
Johan Bilien
1
-1
/
+1
2008-10-12
parse constant nodes in gir files
Johan Bilien
1
-2
/
+11
2008-10-12
Fix parsing transfer-ownership attribute of <return-value>
Jürg Billeter
1
-4
/
+1
2008-10-12
Bug 552858: versioning
Colin Walters
1
-2
/
+2
2008-10-12
fix typo on 'members' variable.
Lucas Rocha
1
-1
/
+1
2008-10-11
Also parse enums which are not glib types.
Johan Dahlin
1
-8
/
+20
2008-10-11
Bug 554854: The --typelib-xml and --inject options should reuse giscanner
Lucas Rocha
1
-21
/
+82
2008-10-03
fix the last parameter of GLibEnumMember constructor as it should be the
Lucas Rocha
1
-1
/
+1
2008-09-29
Rework to use recursive XML
Colin Walters
1
-6
/
+14
2008-09-13
Parse c:type for boxed records/unions; try resolving types using the GType na...
Colin Walters
1
-2
/
+4
2008-09-06
Allow both union and struct to be boxed or not
Colin Walters
1
-9
/
+27
2008-08-23
Ignore <include>. Parse them. Generate them. Process <include>
Colin Walters
1
-0
/
+7
2008-08-19
Type checking rework
Colin Walters
1
-2
/
+4
2008-08-18
Redo type resolving and validation. Add a couple of new tests. Patch
Johan Dahlin
1
-2
/
+4
2008-08-18
Set ctype of enums Improve enum parsing for enums without a GType. Make
Johan Dahlin
1
-3
/
+2
2008-08-16
Parse enumeration/bitfield.
Johan Dahlin
1
-9
/
+29
2008-08-16
Parse boxed types.
Johan Dahlin
1
-2
/
+16
2008-08-14
Refactor the parser a bit. Add parent type to interfaces and update
Johan Dahlin
1
-71
/
+72
2008-08-14
Run pep8.py in make check, fix old errors.
Johan Dahlin
1
-10
/
+5
2008-08-13
Parse records.
Colin Walters
1
-1
/
+4
2008-08-13
Use correct namespace, add GType. Handle aliases. Record aliases. Make
Colin Walters
1
-1
/
+7
2008-08-13
Fix processing of functions from last commit.
Colin Walters
1
-6
/
+10
[next]