sync changes
[gnome.gobject-introspection] / giscanner / transformer.py
2010-04-05 Alan Knowlessync changes
2010-04-05 Alan KnowlesRevert "[TYPEDEF] transformer.py - revert last bad...
2010-04-05 Alan KnowlesRevert "[TYPEDEF] revert change that broke build"
2010-04-05 Alan Knowles[TYPEDEF] transformer.py - function on typedef causes...
2010-04-05 Alan Knowles[TYPEDEF] transformer.py - revert last bad fix
2010-04-05 Alan Knowles[TYPEDEF] revert change that broke build
2010-04-04 Alan Knowles[BUG] Invalid types are mapped into 'any' which is...
2010-04-04 Alan Knowles[STRIP_SUFFIX]
2010-04-04 Alan Knowles[STRIP_SUFFIX]
2010-04-03 Alan Knowles[TYPES PARSING] correctly catch unsigned long int,...
2010-04-03 Alan Knowles[CALLBACK RETURN] Callback returns may not always be...
2010-04-03 Alan Knowles[TYPEDEF] Fixes for function defs in typedefs and Suppo...
2010-04-03 Alan Knowles[STRIP_SUFFIX] ability to flag suffixes to be stripped.
2010-04-03 Alan Knowles[VAR_ARGS_PARSER] Parser Handling of va_list args as...
2010-02-12 Owen W. TaylorFix glib:error-quark scanning for unregistered enum...
2010-02-11 Colin WaltersConform last patch with pep8
2010-02-11 Colin Walters[scanner] Print error instead of throwing for unknown...
2010-01-15 Johan Bilienscanner: Always explicitely set the scope of callbacks
2009-12-09 Dan Winship[scanner] Fix various hardcoded type name checks
2009-12-08 Colin Walters[transformer] Look up callback types in the full name...
2009-11-23 Dan WinshipFix enum prefix stripping to work only up to word bound...
2009-10-23 Colin WaltersWhen doing type resolution on a string, treat it as...
2009-08-17 Colin WaltersBug 592055 - Build/test fixes
2009-08-17 Colin WaltersProtect against source_filename being None when analyzi...
2009-06-11 Holger Hans Peter... Make g-ir-compiler find files installed by make install
2009-06-09 Colin WaltersBug 584453 - Handle char ** correctly (and const variation)
2009-03-17 Colin WaltersBug 564016 - Add c:prefix to .gir
2009-03-17 Colin WaltersBug 575613 - Enum stripping with common prefix, also...
2009-03-09 Andreas RottmannBug 574139 – There is no way to identify 'user_data...
2009-02-26 Andreas RottmannBug 573306 – Relax callback grouping detection rules
2009-02-25 Colin WaltersBug 555964 - Parse floating-point #defines
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-24 Colin WaltersBug 572790 - Don't register #defines from .c files...
2009-02-24 Colin WaltersBug 561604 - Don't fail on va_list*
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-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-02-02 Colin WaltersBug 569408, Bug 568680 - Scanner misses fields (at...
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 566560 – giscanner.transformer.SkipError
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-12-16 Owen TaylorDisable array auto-detection for out-annotated parameters
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-11-21 Johan DahlinBug 561617 – Return value array annotations
2008-11-17 Colin WaltersBug 552568 - All the argv parameters in Gtk.gir map...
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-13 Colin WaltersBug 560708 – Fix zero-termination defaults for arrays...
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-11-11 Tommi KomulainenBug 560308 – g-ir-compiler goes in infinite loop on...
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinRemove arguments from the constructor, move them to...
2008-10-30 Colin WaltersDon't reparse includes we've already processed
2008-10-30 Johan DahlinLook in XDG_DATA_DIR/gir, really.
2008-10-30 Johan DahlinAvoid parsing parameters, types etc when parsing includ...
2008-10-30 Johan DahlinClean up include parsing and registration.
2008-10-30 Johan DahlinClean up imports
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-24 Johan DahlinBe less verbose about source types, we handle most...
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-23 Tommi Komulainenmake varargs transfer-ownership="none"
2008-10-23 Colin WaltersAlways write out transfer-ownership attribute
2008-10-22 Tommi KomulainenBug 557092 – Callback annotations not used
2008-10-21 Colin WaltersSubmit after session in PEP8 interrogation room
2008-10-21 Owen TaylorFor string parameters allow transfer annotation to...
2008-10-21 Tommi KomulainenWarn if we see annotations for unknown parameters
2008-10-20 Colin WaltersAdd allow_invalid argument to resolver so we can find...
2008-10-20 Colin WaltersWe are handling those return types, silly
2008-10-18 Colin WaltersBug 556795 - Fix char ** regression
2008-10-18 Colin WaltersBug 556783 - namespace/prefix rework
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-16 Colin WaltersBug 556579 - Don't try to resolve names for structs...
2008-10-16 Colin WaltersRemove unused var
2008-10-16 Colin WaltersDefault GObject transfer to full
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Johan BilienBug 556433 – assume direction = out for int * parameters
2008-10-14 Johan BilienBug 556323 – transfer-ownership is wrong for functions...
2008-10-12 Johan Bilienprefix for constants have an underscore, so remove...
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 Jürg BilleterBug 552374: Const strings should be identified in the...
2008-10-11 Andreas RottmannBug 555712: Struct and union issues
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-06 Colin WaltersParse length= annotation as a parameter name, not a...
2008-10-03 Colin WaltersAvoid resolving types as we create them, do it all...
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-29 Colin WaltersAlso use name as ctype name for resolving array components
2008-09-29 Colin WaltersMake length= work
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 WaltersRemove debug print
2008-09-15 Colin WaltersFix up deprecated parsing - this commit went missing
2008-09-15 Colin WaltersFix up previous deprecated commit for review comments
next