Substitute deprecated Glib symbol: g_mapped_file_free
[gnome.gobject-introspection] / girepository / gtypelib.c
2009-12-15 Javier JardónSubstitute deprecated Glib symbol: g_mapped_file_free GOBJECT_INTROSPECTION_0_6_7
2009-12-09 Johan DahlinImprove the error message
2009-11-11 Tomeu VizosoImplement callbacks as part of struct fields. Fixes...
2009-08-20 Colin WaltersMerge branch 'typelib-dlopen'
2009-08-19 Colin Walters[typelib] Clean up dlopen handling
2009-08-13 Owen W. TaylorDon't open shared libraries twice
2009-07-06 Johan DahlinMerge commit 'origin'
2009-06-24 Tobias MuellerName unions to enable compilation on Solaris
2009-06-22 Mark LeeBug 584423 – Add short/ushort support
2009-03-17 Colin WaltersBug 564016 - Include c:prefix in typelib, use it to...
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-19 Colin WaltersBug 571373 - Add padding to typelib objects
2009-02-19 Colin WaltersBug 571373 - Consistently use sizeof () inside gtypelib...
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-12 Johan DahlinAdd gtk-doc support
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-18 Colin WaltersAdd a comment about keeping hardcoded numbers in g_type...
2008-11-16 Owen TaylorBug 560825 – Add size and alignment to typelib
2008-11-01 Tommi KomulainenBug 557898 – Fails to build on OSX 10.4
2008-10-24 Johan DahlinOnly use SHLIB_SUFFIX on darwin, otherwise use G_MODULE...
2008-10-22 Lucas Rochafix some build warnings.
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-09 Lucas Rochafix regression on invoke test case by making sure we...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-10-03 Colin WaltersMerge branch 'bug551744-boxed-ctors'
2008-10-02 Colin WaltersMerge branch 'bug552961-methods/wip'
2008-09-19 Colin WaltersStrengthen check for interface vs basic types
2008-09-19 Colin WaltersValidate the "this" argument for methods
2008-09-19 Colin WaltersBug 522384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-30 Colin WaltersFix conflict
2008-08-30 Colin WaltersDon't lose on NULL shlib
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-29 Colin WaltersDon't crash if no shlib is embedded
2008-08-29 Colin WaltersMore context information in validate
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
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-24 Colin WaltersAdd context stack so when we get an error we can print...
2008-08-23 Colin WaltersCheck constructor returns
2008-08-21 Colin WaltersTweak to use UINT instead of INT. Not likely to matter...
2008-08-21 Johan DahlinUse g_module_build_path to resolve the shlib name
2008-08-16 Johan DahlinRemove resolve_possible_typedefs, it was unused. Allow...
2008-08-12 Colin WaltersRemove usage of (GAPI-oriented) TypeTag in favor of...
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-06-08 Philip Van Hooftools/gidlnode.c