Fix glib:error-quark scanning for unregistered enum types
[gnome.gobject-introspection] / giscanner / girwriter.py
2010-02-12 Owen W. TaylorFix glib:error-quark scanning for unregistered enum...
2009-11-23 Dan WinshipMake (skip) annotation work everywhere
2009-11-11 Tomeu VizosoDon't put the callback element inside the field if...
2009-11-11 Tomeu VizosoImplement callbacks as part of struct fields. Fixes...
2009-08-24 Dan WinshipBug 556628 – (skip) annotation
2009-08-17 Colin WaltersBug 592055 - Build/test fixes
2009-08-17 Owen W. TaylorResolve library names to shared libraries ourselves
2009-03-17 Colin WaltersBug 564016 - Add c:prefix to .gir
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-26 Colin WaltersRevert "Bug 557383 - Virtual function support"
2009-02-26 Colin WaltersMerge branch 'bug557383-vfuncs'
2009-02-26 Colin WaltersBug 557383 - Virtual function support
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-20 Colin WaltersBug 572423 - Support --c-include argument for specifyin...
2009-02-17 Colin WaltersBug 571483 - Sort toplevel .gir entries
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-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-02-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-14 Johan DahlinRewrap to fit in 79 columns
2009-01-14 Colin WaltersAdd generated file warning comment
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-09 Jürg BilleterWrite throws attribute for virtual functions, fixes...
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-31 Colin WaltersBug 558109 – _g_typelib_init fails to find shared libraries
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Colin WaltersBug 555947 - update annotations syntax
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-11 Andreas RottmannBug 555712: Struct and union issues
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-15 Colin WaltersFix up previous deprecated commit for review comments
2008-09-15 Colin WaltersBug 552065: Add deprecation information to GIR
2008-09-08 Colin WaltersWrite out and parse full GObject property information...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-25 Colin WaltersAdd interfaces property to class. Write out implemented...
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-21 Colin WaltersAdjust for added shared-library. Make pylint happy.
2008-08-20 Colin WaltersRemove g_irepository_register_file in favor of g_irepos...
2008-08-19 Johan DahlinAdd basic support for union, base the code much on...
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-13 Johan DahlinRegister GInitiallyUnowned
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-09 Johan DahlinPEP8ify
2008-08-08 Johan Dahlintype -> ntype
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-06-20 Johan DahlinAdd support for gtk-doc annotations for allow-none...
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-05 Jürg BilleterUse <type> element for field types Update testcase
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-05-09 Johan DahlinClean up and refactor enum namespacing
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinMove c:identifier from return-value to subchild type...
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinWrite property.type as a child node.
2008-04-27 Johan DahlinAllow parenthesis in annotations
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py
2008-04-26 Johan DahlinRename treebuilder to transformer and gobjectreebuilder to
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-23 Johan Dahlinbitmask->bitfield, c:symbol->c:identifer api->repository
2008-04-23 Johan DahlinAdd support for Callbacks
2008-04-22 Johan DahlinAdd an initial GIR writer and a --format option to...