Merge commit 'origin'
[gnome.gobject-introspection] / girepository /
2009-02-12 Robert CarrFix build
2009-02-12 Johan DahlinAdd gtk-doc support
2009-02-11 Colin WaltersBug 571248 - Ignore unknown elements in girparser
2009-02-10 Rober CarrBug 569633 – Typelib compiler fails with vararg callbacks
2009-02-10 Johan DahlinRename namespace to namespace_ to make the header compi...
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-02-05 Colin Waltersgirnode.c: Fix copy & paste error
2009-02-05 Johan DahlinAdd utility functions for invocing closures given a...
2009-02-04 Colin WaltersBug 555960 - Nested structs and unions (generation...
2009-02-04 Colin WaltersBug 555960 - nested structs and unions
2009-02-02 Dan Winshiphandle the special case for GObject, whose glib:get...
2009-02-02 Colin WaltersBug 569408, Bug 568680 - Scanner misses fields (at...
2009-02-02 Colin WaltersBug 563469 – Arrays not treated correctly in struct...
2009-01-29 Robert CarrUndo revision 1075
2009-01-29 Robert Carrpost_filter_varargs_functions should also filter callba...
2009-01-26 Johan DahlinOnly unref the repository if it's actually set.
2009-01-16 Johan Dahlinadd FT_Int32 add XftFont Report errors when an invalid...
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-12 Colin WaltersBug 562914: Order GI_TYPELIB_PATH before anything else
2009-01-12 Colin WaltersBug 567212: Exit after dumping
2009-01-12 Colin WaltersBug 567087 - generic marshaller
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2008-12-10 Johan BilienBug 563998 – Cache the GIBaseInfo for GTypes
2008-12-01 Colin WaltersFix memory leak; unref type info we created, not field...
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Colin WaltersRemove debug print
2008-11-25 Colin WaltersBug 561137 - support multiple repositories
2008-11-24 Johan DahlinRemove a warning, be less verbose on error on fundament...
2008-11-18 Colin WaltersUse sizeof() instead of hard-coding struct sizes
2008-11-18 Colin WaltersAdd a comment about keeping hardcoded numbers in g_type...
2008-11-18 Owen TaylorAdd "storage type" to the typelib data for enums
2008-11-17 Colin WaltersEnsure we always call init_globals
2008-11-17 Colin Waltersg_irepository_get_default is (transfer none)
2008-11-17 Colin WaltersBug 559706 - Interface prerequisites
2008-11-17 Colin WaltersAdd test for interface prereq
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-16 Owen TaylorRespect is_pointer in serialize_type()
2008-11-16 Owen TaylorBug 560825 – Add size and alignment to typelib
2008-11-16 Owen TaylorBug 552371 – implement struct field get/set
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-13 Colin WaltersBug 557788 - Return types for constructors in generated...
2008-11-13 Owen Taylorgirepository/girffi.c: Fix "Unexpected time for time_t...
2008-11-13 Colin WaltersRemove processing msg
2008-11-13 Colin WaltersAdd new files from last commit
2008-11-13 Colin Waltersg_irepository_dump implementation
2008-11-12 Owen TaylorBug 560419 – Cache includes when parsing
2008-11-12 Owen TaylorFix management of ParseContext.includes_modules (#560419)
2008-11-12 Owen TaylorKeep aliases and disguised_structures local to each...
2008-11-12 Owen TaylorOnly allow one <namespace/> element per <repository...
2008-11-12 Owen TaylorAdd a GirParser object to hold the state of a compilation
2008-11-12 Tommi KomulainenFix minor memory leak.
2008-11-12 Johan DahlinChange the element type from utf8 to filename Special...
2008-11-12 Johan DahlinAdd a g_irepository_get_search_path, so we can access...
2008-11-12 Johan BilienBug 560474 – g-ir-compiler crashes when compiling the...
2008-11-11 Owen TaylorBug 560404 – Prefix types when resolving aliases in...
2008-11-11 Owen TaylorCompute field offsets and overall size for object struc...
2008-11-11 Owen TaylorSearch provided include dirs before the default directo...
2008-11-11 Owen TaylorInclude fully-qualified names in all error messages.
2008-11-11 Owen TaylorFail gracefully with an informative error message when...
2008-11-11 Owen Taylorgirepository/girparser.c: Remove an unused variable.
2008-11-11 Owen TaylorRemove field offsets from g-ir-generate output and...
2008-11-11 Owen TaylorBug 560252 - Compute field offsets before writing typelib
2008-11-11 Owen TaylorBug 560250 - Fully parse included modules
2008-11-11 Owen TaylorSplit g_ir_ffi_get_ffi_type() out from ginvoke.c
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-05 Colin WaltersDon't use nested scope local variable for error
2008-11-01 Tommi KomulainenBug 557898 – Fails to build on OSX 10.4
2008-10-27 Johan BilienBug 558068 – when invoking a method, offset the in...
2008-10-25 Colin WaltersBug 557791 – g_irepository_require() could return a...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-25 Colin WaltersBug 557076 - move typelibs to $libdir
2008-10-24 Johan DahlinBe quiet, do not warn about unhandled members.
2008-10-24 Johan DahlinExport two private methods to avoid an compiler warning
2008-10-24 Johan DahlinOnly use SHLIB_SUFFIX on darwin, otherwise use G_MODULE...
2008-10-24 Lucas RochaBug 557623 - Constructors shouldn't be flagged as methods.
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-23 Johan BilienBug 557468 – Support for GI_TYPELIB_PATH
2008-10-22 Lucas Rochafix some build warnings.
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-21 Colin WaltersRespect path ordering for unversioned requires
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 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-16 Tommi KomulainenBug 556541 – access union members through UnionBlob...
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Tommi KomulainenBug 556434 – unhandled interface/object/... member...
2008-10-15 Tommi Komulainenrefactor common code for processing members to a function
2008-10-15 Tommi KomulainenBug 556174 – parse types for lists etc.
2008-10-15 Tommi KomulainenBug 556400 – Fails to build on OS X 10.4
2008-10-14 Johan Bilienadd g_union_info_find_method
2008-10-13 Colin WaltersDocument g_irepository_get_dependencies
2008-10-12 Colin WaltersDon't cast DirEntry to Blob, actually look it up by...
2008-10-12 Tommi Komulainenhandle "transfer-ownership" attribute
2008-10-12 Tommi Komulainenuse "container" for container/shallow ownership transfe...
2008-10-12 Tommi KomulainenRefactor handling of transfer=none/shallow/full to...
2008-10-12 Colin WaltersFix inverted test for success in version parsing.
2008-10-12 Tommi KomulainenBug 556048 – Crash in g_irepository_find_by_gtype
2008-10-12 Tommi Komulainenmake 'unregistered' one bit wide as everywhere else
next