ignore non-UTF-8 string constants
[gnome.gobject-introspection] / girepository /
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-09 Lucas Rochafix regression on invoke test case by making sure we...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-10-03 Colin WaltersMerge branch 'bug551744-boxed-ctors'
2008-10-02 Colin WaltersUse g_alloca, suggested by Havoc Pennington
2008-10-02 Colin WaltersMerge branch 'bug552961-methods/wip'
2008-10-02 Colin WaltersRemove debug print
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-09-29 Colin WaltersEnsure we always have types for container nodes
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-19 Colin WaltersStrengthen check for interface vs basic types
2008-09-19 Colin WaltersValidate the "this" argument for methods
2008-09-19 Colin WaltersBug 522384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX...
2008-09-16 Colin WaltersDon't add spurious * if type is pointer; the is_pointer...
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-09-01 Colin WaltersLook in c:type to determine pointer nature
2008-08-31 Colin WaltersDon't lose if we have no includedirs
2008-08-30 Colin WaltersAdd back unresolved
2008-08-30 Colin WaltersFix conflict
2008-08-30 Colin WaltersRemove g_irepository_unregister, add GIRepositoryLoadFlags
2008-08-30 Colin WaltersDon't lose on NULL shlib
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-30 Colin WaltersAdd some assertions, blacklist a few more methods
2008-08-29 Colin WaltersDon't crash if no shlib is embedded
2008-08-29 Colin WaltersHandle alias chains correctly
2008-08-29 Colin WaltersAvoid searching aliases for basic types
2008-08-29 Colin WaltersFix type parsing for both GLib case and GLib.List
2008-08-29 Colin WaltersMore context information in validate
2008-08-29 Colin WaltersCorrectly handle GLib.List, GLib.Error etc
2008-08-28 Colin WaltersFix --includedir handling
2008-08-28 Colin WaltersExpand aliases when generating typelibs
2008-08-28 Tor LillqvistUse binary mode for output file on Windows.
2008-08-28 Tor LillqvistChange type of bitfield fields from guint to the most...
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-08-26 Colin WaltersSearch $DATADIR/girepository instead of $DATADIR/gitype...
2008-08-26 Colin WaltersAlso use G_MODULE_SUFFIX instead of hardcoding .so.
2008-08-26 Colin WaltersFree string in the right place.
2008-08-26 Colin WaltersFix small memory leak
2008-08-26 Colin WaltersHandle both .la and .so names; this works better in...
2008-08-25 Colin WaltersParse new implements syntax, drop gapi one. Update...
2008-08-24 Colin WaltersDon't open shared library here; we already do it in...
2008-08-24 Colin WaltersAdd context stack so when we get an error we can print...
2008-08-24 Johan DahlinRefactor a couple of parsing functions to be simpler...
2008-08-24 Johan DahlinRemove left-over code, checking type of function.
2008-08-23 Colin WaltersCheck constructor returns
2008-08-23 Colin WaltersAdd debug bit, tweak to use GUINT as correct.
2008-08-23 Colin WaltersRedo signature_offset to be cleaner and correct for...
2008-08-23 Colin WaltersRemove duplicate start_boxed.
2008-08-23 Colin WaltersAnother debug print
2008-08-23 Colin WaltersAdd debug print, fix includes
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-22 Colin WaltersDon't hardcode integers, use GITypeTag.
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-21 Johan DahlinPlug memory leak and avoid using freed memory. Resolve...
2008-08-21 Colin WaltersRevert change to increment header_size; we do that...
2008-08-21 Colin WaltersTweak to use UINT instead of INT. Not likely to matter...
2008-08-21 Johan DahlinUse g_module_build_path to resolve the shlib name
2008-08-21 Colin WaltersFix one small leak in error case.
2008-08-21 Johan DahlinRemove compilation warnings
2008-08-21 Johan DahlinRewrap and fix double free bug by leaking a bit.
2008-08-21 Colin WaltersAdd new function g_irepository_get_typelib_path which...
2008-08-21 Colin WaltersCalculate size correctly, avoid use-after-free.
2008-08-20 Colin WaltersRemove g_irepository_register_file in favor of g_irepos...
2008-08-20 Colin WaltersAnd parse them.
2008-08-20 Colin WaltersRename .gir files using GI namespace. Use XDG_DATA_DIRS...
2008-08-20 Colin WaltersAvoid alias infloops.
2008-08-20 Colin WaltersUnion field parsing
2008-08-18 Johan DahlinMake enum serializing functions public. Clean up some...
2008-08-16 Johan DahlinRemove resolve_possible_typedefs, it was unused. Allow...
2008-08-16 Johan Dahlinmake it compile again...
2008-08-16 Johan DahlinReorder
2008-08-14 Johan DahlinClear up constant parsing
2008-08-14 Johan DahlinDon't require c:type. Test boxed.gir Update, remove...
2008-08-14 Colin WaltersComment data structures. Also squash pointers in resolv...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersHandle 'any'. Add test for void *.
2008-08-12 Colin WaltersRemove usage of (GAPI-oriented) TypeTag in favor of...
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-09 Johan DahlinMove shared *.[ch] files to girepository from tools
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-07-24 Colin WaltersAdd environment variable G_IREPOSITORY_VERBOSE so we...
2008-06-08 Philip Van Hooftools/gidlnode.c
2008-05-31 Johan DahlinRename pkg-config name to gobject-introspection-1.0...
2008-04-23 Havoc PenningtonIf a symbol is not in metadata->module, look for it...
2008-04-23 Havoc Penningtonhack to avoid dlopening a library that is already in...
2008-04-23 Havoc PenningtonUse interface_blob_size not object_blob_size to compute...
2008-04-23 Havoc Penningtonremove G_MODULE_BIND_LOCAL flag when loading libraries...
2008-04-23 Havoc Penningtonnew function to get the GType given a RegisteredTypeInfo
2008-04-22 Johan DahlinRevert revisions 157,149-148,136-129 and 120. Move...
2008-03-10 Mark Doffmangirepository/ginfo.c tools/generate.c
2008-03-10 Mark Doffmangirepository/ginfo.c
2008-03-10 Mark Doffmangirepository/ginfo.c girepository/girepository.h tools...
2008-03-10 Mark Doffmangirepository/ginfo.c girepository/gmetadata.c gireposit...
2008-03-10 Mark Doffmantools/gidlcompilercontext.c tools/gidlcompilercontext.h
next