platform/upstream/gobject-introspection.git
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersAvoid searching aliases for basic types
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersFix type parsing for both GLib case and GLib.List
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersMore context information in validate
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersAvoid having functions/ctors duplicated in global scope
2008-08-29 Colin WaltersCorrectly handle GLib.List, GLib.Error etc
2008-08-29 Johan DahlinUse datarootdir instead of datadir to avoid an autoconf...
2008-08-29 Johan DahlinUpdate
2008-08-29 Johan DahlinUpdate and remove old cruft.
2008-08-29 Johan DahlinAdd man pages for the generator and compiler.
2008-08-29 Johan DahlinDocument
2008-08-29 Johan DahlinRemove gidl support.
2008-08-28 Colin WaltersChangeLog
2008-08-28 Colin WaltersFix --includedir handling
2008-08-28 Colin WaltersChangelog
2008-08-28 Colin WaltersExpand aliases when generating typelibs
2008-08-28 Colin WaltersSuppress size/ssize from being generated in GLib
2008-08-28 Tor LillqvistMention that make check now runs successfully on Windows.
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-28 Johan DahlinMake distcheck pass.
2008-08-28 Johan DahlinInclude g-ir-scanner in the tarball
2008-08-27 Johan DahlinRemove generated files
2008-08-27 Johan DahlinOnly send in -no-undefined on Win32 as it breaks on...
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-26 Johan DahlinProper credit
2008-08-26 Johan DahlinAvoid undeffing __GNUC__, instead define __attribute__...
2008-08-26 Johan Dahlinmake the tests pass again
2008-08-25 Colin WaltersAlways print statistics.
2008-08-25 Colin WaltersSkip over interfaces we don't know.
2008-08-25 Colin WaltersParse new implements syntax, drop gapi one. Update...
2008-08-25 Colin WaltersAdd interfaces property to class. Write out implemented...
2008-08-25 Colin WaltersMore correctly pair methods; if we have a symbol that...
2008-08-25 Colin WaltersSome statistics
2008-08-25 Colin WaltersFilter out unknown options from pkg-config files.
2008-08-25 Colin WaltersFail with better error if we can't find library.
2008-08-24 Colin WaltersUse subprocess instead of commands, works on Windows...
2008-08-24 Colin WaltersMinor debug tweak
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
next