gimarshallingtests: Add string_ to boxed structure
[platform/upstream/gobject-introspection.git] / giscanner / girparser.py
2012-10-28 Giovanni CampagnaAst: Add parent to Fields
2012-10-28 Giovanni CampagnaNamespace: fix appending of nodes
2012-08-29 Jasper St. Pierregirparser: Track methods/constructors by symbol
2012-02-20 Tomeu VizosoMerge branch 'mallard-templates'
2012-02-17 Shaun McCanceg-ir-doc-tool: More Mallard work, using experimantal...
2011-09-14 Johan DahlinAdd constant value annotation
2011-08-16 Torsten SchönfeldAllow enums and bitfields to have static methods
2011-08-16 Pavel HolejsovskyTeach scanner's girparser about fundamentals
2011-08-13 Johan DahlinMerge remote-tracking branch 'origin/gir-docbook'
2011-08-13 Johan DahlinMake sure signal works when there isn't one specified
2011-08-13 Johan DahlinMake sure signal works when there isn't one specified
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Torsten Schönfeldscanner: add a moved_to property to backcompat functions
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-08-13 Dan WinshipSwitch to storing string form of error quarks
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-08-12 Dan WinshipSwitch to storing string form of error quarks
2011-01-05 Colin Waltersscanner: Fix handling of property transfer
2011-01-05 Colin Waltersscanner: Properly parse recursive list type nodes
2010-09-24 Johan Dahlin[girparser] Callbacks and VFunctions can be shadowed
2010-09-24 Johan DahlinAdd a script to extract gio annotations
2010-09-20 Johan Dahlin[scanner] Support private/public directives
2010-09-20 Johan Dahlin[scanner] Only store types in cache store
2010-09-20 Johan DahlinRemove leftover, type is set above
2010-09-14 Colin Waltersscanner: Parse annotations for typedefs
2010-09-09 Colin Waltersscanner: Unify parsing of compounds
2010-09-08 Colin Waltersscanner: Kill glibast
2010-08-31 Colin WaltersMajor rewrite
2010-08-31 Colin WaltersMove alias target to <type>
2010-06-22 Danielle MadeleyMerge branch 'gvalue-tests'
2010-06-21 Johan DahlinMerge remote branch 'origin'
2010-06-19 Colin WaltersFix trailing whitespace
2010-06-17 Colin WaltersBetter error message for incompatible versions
2010-06-17 Colin WaltersMore explicitly document how we'll use the version...
2010-05-04 Tomeu VizosoAdd support for GArrays: add g_type_info_get_array_type...
2009-02-26 Colin WaltersMerge branch 'bug557383-vfuncs'
2009-02-26 Johan DahlinDon't assume _pkgconfig_packages is set.
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-11 Colin WaltersBug 567906 - Put pkg-config dependencies in .gir files
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-17 Colin WaltersParse interface prerequisites
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-11-01 Owen TaylorBug 558848 giparser.py: shared library should be optional
2008-10-30 Johan DahlinRemove arguments from the constructor, move them to...
2008-10-30 Johan DahlinAvoid parsing parameters, types etc when parsing includ...
2008-10-30 Johan DahlinAvoid big if/else and use a dispatch table like approach.
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-20 Tommi Komulainengiscanner: don't lose 'transfer-ownership' attributes...
2008-10-19 Colin WaltersParse array length= to ensure it doesn't get lost from...
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Johan BilienBug 556610 – giscanner/girparser.py drops parameter...
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-12 Jürg BilleterParse bits attribute of fields
2008-10-12 Johan Bilienactually add the parsed constant nodes
2008-10-12 Johan Bilienparse constant nodes in gir files
2008-10-12 Jürg BilleterFix parsing transfer-ownership attribute of <return...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-12 Lucas Rochafix typo on 'members' variable.
2008-10-11 Johan DahlinAlso parse enums which are not glib types.
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-03 Lucas Rochafix the last parameter of GLibEnumMember constructor...
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-13 Colin WaltersParse c:type for boxed records/unions; try resolving...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-18 Johan DahlinSet ctype of enums Improve enum parsing for enums witho...
2008-08-16 Johan DahlinParse enumeration/bitfield.
2008-08-16 Johan DahlinParse boxed types.
2008-08-14 Johan DahlinRefactor the parser a bit. Add parent type to interface...
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersParse records.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Colin WaltersFix processing of functions from last commit.
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-09 Johan DahlinPEP8ify
2008-06-21 Johan DahlinIgnore a few more tags
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinPrettify NS parsing using elementtree.
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...