Don't open shared library here; we already do it in gtypelib.c.
[platform/upstream/gobject-introspection.git] / ChangeLog
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 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 WaltersPass through recursive types. Avoid overwriting errors...
2008-08-22 Johan DahlinUse the generated glibconfig.h for all scanner invokati...
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 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 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-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 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 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 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 DahlinRefactor a bit, avoid isinstance and add a method for...
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersParse records.
2008-08-13 Colin WaltersInstall again. Add some more bits.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Johan DahlinRegister GInitiallyUnowned
2008-08-13 Colin WaltersObject is in GObject namespace.
2008-08-13 Colin WaltersFix processing of functions from last commit.
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-13 Johan DahlinAllow multiple libraries Rename load_library to add_lib...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersAlso transform object properties.
2008-08-12 Colin WaltersAlso transform callbacks and structure field types...
next