gnome.gobject-introspection
2008-09-01 Johan Dahlin=== 0.5.0 === GOBJECT_INTROSPECTION_0_5_0
2008-09-01 Colin WaltersChangeLog
2008-09-01 Colin WaltersBlacklist marshaling functions
2008-08-31 Colin WaltersChangeLog trailing whitespace
2008-08-31 Colin WaltersChangeLog
2008-08-31 Colin WaltersQuiet info prints for now.
2008-08-31 Johan DahlinRemove extra echo from the release-tag rule
2008-08-31 Johan DahlinAdd a release-tag rule
2008-08-31 Johan Dahlintop_srcdir -> top_builddir
2008-08-31 Johan DahlinBump version to 0.5.0
2008-08-31 Colin WaltersChangeLog
2008-08-31 Colin WaltersFollow aliases when resolving constructor return types
2008-08-31 Johan DahlinFix up strip logic to not regress
2008-08-31 Colin WaltersTweak error message
2008-08-31 Johan DahlinParse GCC extensions in the parser instead of just...
2008-08-31 Colin WaltersChangeLog
2008-08-31 Colin WaltersDon't lose if we have no includedirs
2008-08-31 Johan DahlinClean up a huge if. Do not add methods or constructors...
2008-08-31 Johan DahlinAdd a GModule.gir
2008-08-31 Colin WaltersChangeLog
2008-08-31 Colin WaltersLook for libtool library in current directory
2008-08-30 Colin WaltersChangeLog
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 WaltersChangeLog
2008-08-30 Colin WaltersReduce warning noise
2008-08-30 Colin WaltersChangeLog
2008-08-30 Colin WaltersAdd some assertions, blacklist a few more methods
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersBlacklist a few functions that use GError oddly
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersDon't crash if no shlib is embedded
2008-08-29 Colin WaltersChangeLog
2008-08-29 Colin WaltersHandle alias chains correctly
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
next