platform/upstream/gobject-introspection.git
2008-08-24 Colin WaltersSkip over g_object_get_type from GLib trunk.
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 WaltersDefine DATADIR. Look in DATADIR.
2008-08-23 Colin WaltersChangeLog
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 WaltersDon't take functions returning basic types as ctors
2008-08-23 Colin WaltersDep on compiler
2008-08-23 Colin WaltersAnother debug print
2008-08-23 Colin WaltersAdd debug print, fix includes
2008-08-23 Colin WaltersAdd deps on Makefile
2008-08-23 Johan DahlinAvoid in utility.gir, as it doesn't work
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-23 Johan DahlinAvoid duplication in the Makefile, regenerate with...
2008-08-22 Colin WaltersDon't hardcode integers, use GITypeTag.
2008-08-22 Johan DahlinCheck for ../gobject-introspection-1.0.pc.in to determi...
2008-08-22 Johan DahlinSend in undefs/defines via writing it directly to stdin...
2008-08-22 Colin WaltersDefault to --raw. Update.
2008-08-22 Colin WaltersInstall config.py, better error handling if we forget...
2008-08-22 Johan DahlinRemove G_GNUC_EXTENSION too
2008-08-22 Johan DahlinDon't pase _LIBINTL_H
2008-08-22 Johan Dahlinundef instead of define xxx 0
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-22 Johan DahlinUse the generated glibconfig.h for all scanner invokati...
2008-08-22 Johan DahlinMake it work again, clean up the mess I made
2008-08-22 Colin WaltersThrow an error if we try to load None
2008-08-22 Colin WaltersDon't put * in types, suppress transfer="none"
2008-08-22 Johan DahlinAvoid using builddir
2008-08-22 Johan Dahlin1->0, not 1->1
2008-08-22 Johan DahlinReplace glibconfig.h with our own, do some replacement...
2008-08-22 Colin WaltersFix unref sequence.
2008-08-22 Colin WaltersAdd g-ir-generate. Support $(DEBUG) Do immediate close...
2008-08-22 Colin Walterstests/scanner/drawable-expected.gir, tests/scanner...
2008-08-21 Colin WaltersCompute prefix by searching through the symbol for...
2008-08-21 Colin WaltersAlso try squashing underscores from namespace, fixes...
2008-08-21 Colin WaltersMore ctor work, avoid having gtk_window_group_new end...
2008-08-21 Colin WaltersMuch simpler approach of mapping uscored names to class...
2008-08-21 Colin WaltersLook up all permutations of class names when scanning...
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 DahlinBuild and install the Gio.typelib too
2008-08-21 Johan DahlinUse g_module_build_path to resolve the shlib name
2008-08-21 Colin WaltersCLEANFILES typelibs too.
2008-08-21 Johan DahlinDo not send .la files through find_library.
2008-08-21 Colin WaltersFix one small leak in error case.
2008-08-21 Johan DahlinParse glibconfig.h as well and install the compiled...
2008-08-21 Johan DahlinDo not hard-core library names in the Makefile, reuse...
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 WaltersAdjust for added shared-library. Make pylint happy.
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 Johan DahlinAdd gshort/gushort types
2008-08-20 Johan DahlinInstall GObject.typelib
2008-08-20 Colin WaltersRename .gir files using GI namespace. Use XDG_DATA_DIRS...
2008-08-20 Colin WaltersSuppress aliases whose name is a builtin. Define some...
2008-08-20 Colin WaltersAvoid alias infloops.
2008-08-20 Colin WaltersFix expected list type.
2008-08-20 Johan DahlinAdd a workaround for #548689. We can now compile gtk!
2008-08-20 Colin WaltersLook up aliases using c:type too
2008-08-20 Colin WaltersUnion field parsing
2008-08-20 Johan DahlinMake time_t an alias for long
2008-08-20 Johan DahlinRegnerate Do not delete Class structures, we need them...
2008-08-20 Johan DahlinUpdate array tests
2008-08-20 Johan DahlinRe-wrap
2008-08-20 Johan DahlinRe-run against new glib/gobject girs
2008-08-20 Johan DahlinSplit out annotation tests out of foo
2008-08-20 Johan DahlinFoo->foo, foo-object.h -> foo.h
2008-08-20 Johan DahlinMove the drawable parts out of Foo to its own test.
2008-08-19 Johan DahlinAdd a based on GdkDrawable which generates a broken...
2008-08-19 Colin WaltersDon't try to strip prefix before namespace.
2008-08-19 Johan DahlinAdd support for typedef void foo type of aliases.
2008-08-19 Johan DahlinAdd basic support for union, base the code much on...
2008-08-19 Johan DahlinAdd a union testcase which the compiler currently barfs at.
2008-08-19 Johan DahlinAdd a g_ir_compiler variable
2008-08-19 Colin WaltersRework types to be more closely based on GITypeTag...
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRegenerate.
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-18 Johan DahlinSet ctype of enums Improve enum parsing for enums witho...
2008-08-18 Johan DahlinUpdate
2008-08-18 Johan DahlinUpdate with new type proposal
2008-08-18 Johan DahlinMake enum serializing functions public. Clean up some...
2008-08-17 Johan DahlinAdd a document for an on disk module registry format
2008-08-17 Johan DahlinAdd a gio gir.
2008-08-17 Johan DahlinRegenerate GObject & GType. Avoid warnings when generating
2008-08-17 Colin WaltersMove .gir files to -good.gir, tweak build order.
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-16 Johan DahlinParse enumeration/bitfield.
2008-08-16 Johan DahlinParse boxed types.
next