[CRASH FIX] deleting type when not exists
[gnome.gobject-introspection] / giscanner / glibtransformer.py
2010-04-03 Alan Knowles[CRASH FIX] deleting type when not exists
2010-02-12 Owen W. TaylorFix glib:error-quark scanning for unregistered enum...
2009-12-09 Dan Winship[scanner] Fix various hardcoded type name checks
2009-12-09 Dan Winship[scanner] "GError *" is not the same as "GError **"
2009-11-30 Tomeu VizosoInitiallyUnownedClass should contain all the fields...
2009-10-23 Tomeu VizosoFix make check after 0d9cfb004d528
2009-10-21 Colin WaltersUse best known derived parent
2009-10-07 Colin WaltersExplicitly sort object interfaces, properties, and...
2009-07-06 Johan DahlinMerge commit 'origin'
2009-07-06 Johan DahlinOmit warnings, my console is not a todo list
2009-05-20 C. Scott AnanianBetter handle classes with non-standard to_underscore...
2009-03-17 Colin WaltersBug 575613 - Enum stripping with common prefix, also...
2009-03-05 Colin WaltersBug 557383 - Virtual method support
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-21 Johan DahlinBe less verbose
2009-02-19 Owen W. TaylorBug 572075 - Make the scanner work with static and...
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-02-05 Colin WaltersBug 561360 - If we can't resolve parent class, use...
2009-02-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-02-02 Colin WaltersBug 569408, Bug 568680 - Scanner misses fields (at...
2009-01-22 Colin WaltersSkip over both g_object_get_type and g_initially_unowne...
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-20 Johan DahlinWhen trying to map functions to structs, do not require...
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-20 Johan DahlinUgh, recurd->record
2009-01-20 Johan DahlinStruct -> Record
2009-01-16 Johan Dahlinadd FT_Int32 add XftFont Report errors when an invalid...
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Andreas RottmannBug 563469 – Arrays not treated correctly in struct...
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Johan DahlinRevert earlier libtool change, there's no need
2008-11-25 Johan DahlinExecute the dumper program through libtool if it's...
2008-11-17 Dan Winshipfix spelling of GHashTable. #561135
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-13 Johan DahlinRemove stray print(s)
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-11-12 Johan DahlinOnly resolve the libname to the basename of the path...
2008-11-12 Johan DahlinAdd a GIRepository-2.0.gir. Change the libtool lookup...
2008-11-11 Johan DahlinImprove warning message formatting
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-29 Owen TaylorIf a filename of an existing file is passed to --librar...
2008-10-25 Colin WaltersBug 557788 – Return types for constructors in generated...
2008-10-23 Tommi Komulainendeduce transfer-ownership from GTypes
2008-10-23 Tommi Komulainenrearrange
2008-10-23 Tommi KomulainenCheck whether the parameter is a GObject from the GType
2008-10-23 Tommi Komulainenrecord GType when constructing the Type from it
2008-10-23 Colin WaltersAlways write out transfer-ownership attribute
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 556777 - validate properties
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-18 Colin WaltersBug 556783 - namespace/prefix rework
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-16 Colin WaltersDefault GObject transfer to full
2008-10-13 Jürg BilleterSupport fields in GObject structs
2008-10-12 Jürg BilleterReadd class records as workaround to not break Gtk...
2008-10-12 Jürg BilleterDon't generate <record> elements for class structs...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-03 Colin WaltersGLibBoxed is a valid registered type
2008-10-03 Colin WaltersMerge branch 'bug551744-boxed-ctors'
2008-10-03 Colin WaltersAvoid resolving types as we create them, do it all...
2008-10-02 Colin WaltersMerge branch 'bug552961-methods/wip'
2008-10-02 Dan Winship Bug 554490: g-ir-scanner gets confused by '\\'
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-28 Colin WaltersEnsure constructor returns are always most concrete...
2008-09-27 Colin WaltersRename similarly-named function just for clarity
2008-09-20 Colin WaltersRemove dbeug print
2008-09-20 Colin WaltersBug 552390: Handle capitialization like "DBus" more...
2008-09-19 Colin WaltersRemove heuristic matching of methods to classes based...
2008-09-14 Colin WaltersBug 552067: Ignore functions with leading _
2008-09-13 Colin WaltersAccept Gtk.Type as GType
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-09-01 Colin WaltersBlacklist marshaling functions
2008-08-31 Colin WaltersQuiet info prints for now.
2008-08-31 Colin WaltersFollow aliases when resolving constructor return types
2008-08-31 Colin WaltersTweak error message
2008-08-31 Johan DahlinClean up a huge if. Do not add methods or constructors...
2008-08-31 Colin WaltersLook for libtool library in current directory
2008-08-30 Colin WaltersReduce warning noise
2008-08-30 Colin WaltersAdd some assertions, blacklist a few more methods
2008-08-29 Colin WaltersBlacklist a few functions that use GError oddly
2008-08-29 Colin WaltersAvoid having functions/ctors duplicated in global scope
2008-08-26 Johan Dahlinmake the tests pass again
2008-08-25 Colin WaltersAlways print statistics.
2008-08-25 Colin WaltersSkip over interfaces we don't know.
2008-08-25 Colin WaltersAdd interfaces property to class. Write out implemented...
2008-08-25 Colin WaltersMore correctly pair methods; if we have a symbol that...
2008-08-25 Colin WaltersSome statistics
2008-08-25 Colin WaltersFail with better error if we can't find library.
2008-08-24 Colin WaltersMinor debug tweak
2008-08-24 Colin WaltersSkip over g_object_get_type from GLib trunk.
2008-08-23 Colin WaltersDon't take functions returning basic types as ctors
next