platform/upstream/gobject-introspection.git
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.
2008-08-16 Johan DahlinResolve type names for alias targets Skip FILE* paramet...
2008-08-16 Johan DahlinRegenerate
2008-08-15 Colin WaltersExplicitly construct new list, since we're deleting...
2008-08-15 Colin WaltersDefine yet more argument prototypes; fix prototype...
2008-08-14 Johan DahlinConvert two more tests, still not completely done though
2008-08-14 Johan DahlinFix generator for constant/gobject/struct
2008-08-14 Johan DahlinFix generation of enum/bitfields
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 Johan DahlinNew internal function for adding a new node.
2008-08-14 Johan DahlinDefine an internal _H_ variable so we skip parsing...
2008-08-14 Colin WaltersComment data structures. Also squash pointers in resolv...
2008-08-14 Johan DahlinAvoid importing two GObject symbols in transformer.py
2008-08-14 Johan DahlinMake pyflakes.py conform to pep8.py
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-14 Johan DahlinRefactor the parser a bit. Add parent type to interface...
2008-08-14 Johan DahlinClean up cgobject.py a little, fix pep8 errors
next