platform/upstream/gobject-introspection.git
2010-09-02 Johan Dahlin[scanner] Move over remaining callsites to message
2010-09-02 Johan Dahlin[scanner] Simplify strip_identifer/strip_symbol
2010-09-02 Johan Dahlin[scanner] add a message module
2010-09-02 Colin Waltersscanner: Don't throw an exception on unresolved types
2010-09-02 Johan Dahlin[scanner] Allow nameless parameters for vfuncs
2010-09-02 Johan Dahlin[scanner] Move namespace out of Transformer
2010-09-02 Johan Dahlin[transformer] Don't pass around source scanner
2010-09-02 Johan Dahlin[annotationparser] Send in comments directly
2010-09-02 Johan Dahlin[scanner] Create the cachestore in the transformer
2010-09-02 Johan Dahlin[scanner] Remove support for xpath assertions
2010-09-02 Johan Dahlin[scannermain] Hide a couple of private options
2010-09-02 Johan Dahlin[scannermain] Use _error() consistently
2010-09-02 Johan Dahlin[scannermain] Simplify writing of output data
2010-09-02 Johan Dahlin[scannermain] Use return instead of sys.exit()
2010-09-01 Johan Dahlin[scannermain] Use shutil.move instead of os.rename
2010-09-01 Johan Dahlin[scannermain] Write to tempdir if needed
2010-09-01 Johan Dahlin[scannermain] Add - as an alias for stdout
2010-09-01 Johan Dahlin[scannermain] Sort imports alphabetically
2010-09-01 Colin Waltersscanner: Also look for enums and bitfields with GType...
2010-09-01 Colin Waltersscanner: Better handling of GType names
2010-09-01 Colin Waltersgirepository: Fix compatibility typedefs
2010-09-01 Colin Waltersscanner: Skipped nodes aren't introspectable either
2010-09-01 Colin Walterstests: Move FooSkippable to public headers to test...
2010-09-01 Colin Waltersscanner: Don't parse constructors on non-registered...
2010-09-01 Colin Waltersscanner: Cosmetic cleanup to namespace parsing functions
2010-09-01 Colin Waltersscanner: Refactor name parsing
2010-09-01 Colin Waltersscanner: Add --accept-unprefixed
2010-08-31 Colin Waltersscanner: Avoid infinite loop in constructor check
2010-08-31 Johan Dahlin[GIRepository] Add missing transfer and skip
2010-08-31 Johan Dahlin[GIRepository] Rename GTypelib to GITypelib
2010-08-31 Johan Dahlin[GIRepository] Rename GArgument to GIArgument
2010-08-31 Johan Dahlin[girepository] Add a couple of missing transfer
2010-08-31 Colin Waltersconfigure: Bump version to 0.9.5
2010-08-31 Colin Waltersmakefile: Fix name of maintransformer
2010-08-31 Colin Waltersscanner: Filter interface prerequisites and class imple...
2010-08-31 Colin Waltersscanner: Add a hack for AtkAttributeSet
2010-08-31 Colin Waltersscanner: Better handling of empty namespace prefix...
2010-08-31 Colin Waltersscanner: Avoid internal invalid Type instances from...
2010-08-31 Colin Waltersmajor: Fix parent for GInitiallyUnowned
2010-08-31 Colin Waltersgimarshallingtests: Fix (inout) test cases, drop unsupp...
2010-08-31 Colin Walterstests: A few fixes for building
2010-08-31 Colin Walterstests: Readd gimarshallingtests.[ch]
2010-08-31 Colin WaltersMajor rewrite
2010-08-31 Colin Walterspep8: Update to 99 length lines
2010-08-31 Colin Walterstests/scanner: Update annotations and tests
2010-08-31 Colin WaltersUse GLib types consistently
2010-08-31 Colin WaltersMove alias target to <type>
2010-08-31 Colin Walterstests: Fix namespacing for BarApp (should be just Bar)
2010-08-31 Colin Walterstests: Remove GIMarshallingTests, rename Everything...
2010-08-31 Colin Waltersgobject-introspection-1.0.pc: Export datadir
2010-08-31 Colin Walters.gitignore: Update
2010-08-31 Colin Waltersscanner: If GI_SCANNER_DEBUG is set, drop into a debugg...
2010-08-31 Johan DahlinAdd pre-commit to EXTRA_DIST
2010-08-28 Luca BrunoMakefile.introspection: Add _EXPORT_PACKAGES variable.
2010-08-23 Maxim Ermilovadd annotation for g_get_language_names
2010-08-20 Tomeu VizosoAdd properties to Everything.TestObj for testing more...
2010-08-18 Steve FrécinauxFix warning when using g_irepository_enumerate_version()
2010-08-18 Steve FrécinauxInclude the loaded version in g_irepository_enumerate_v...
2010-08-17 Johan DahlinAdd a pre-commit hook and enforce it
2010-08-17 Colin Walters[gircompiler] Clean up parsing
2010-08-17 Colin Walters[girepository] Fix up error printing
2010-08-17 Colin Walters[girparser] Cleanly pass through c:include
2010-08-17 Colin Waltersgir: Import DBus, DBusGLib
2010-08-17 Colin Walterscompiler: Remove --code argument
2010-08-17 Colin WaltersRemove tests/invoke
2010-08-17 Colin Waltersgir: Drop warn-all from GLib
2010-08-17 Johan DahlinDelete trailing whitespace
2010-08-17 Colin WaltersRemove --noclosure argument
2010-08-17 Zachary GoldbergAdd ability to write unindented lines via xmlwriter
2010-08-17 Tomeu VizosoRemove uncommitted function from gir/GIMarshallingTests...
2010-08-17 Gustavo Noronha... [scanner] Also parse C++ files
2010-08-17 Tomeu VizosoUpdate gir/GIMarshallingTests-1.0-expected.gir
2010-08-16 Matthias ClasenAdd a stub entry for XLib Visual
2010-08-16 Matthias ClasenAdd Colormap stub
2010-08-13 Johan Dahlin[man] Mention XDG_DATA_DIRS
2010-08-12 Robert AncellFix giscanner crash with no cache directory
2010-08-10 Tomeu VizosoAdd g_i_marshalling_tests_gvalue_in_enum
2010-08-10 Johan Dahlin[everything] Remove allow-none for Return value
2010-08-04 Ryan LortieBump the version after releasing 0.9.3 GOBJECT_INTROSPECTION_0_9_2
2010-08-03 Steve FrécinauxDo not leak typelibs with wrong header info. GOBJECT_INTROSPECTION_0_9_3
2010-08-03 Steve FrécinauxAdd new API g_typelib_require_private()
2010-07-28 Colin WaltersAdd BLOB_TYPE_FLAGS to BLOB_IS_REGISTERED_TYPE
2010-07-28 Johan Dahlin[dumper] Fix indentation
2010-07-28 Johan Dahlin[Gio] Add missing return-value annotations
2010-07-28 Johan Dahlin[giscanner] Make warnings less dense
2010-07-28 Johan Dahlin[girepository-private] Add ffi declarations
2010-07-28 Johan Dahlin[girepository] Update documentation
2010-07-28 Johan Dahlin[GIRepository] Rename g_irepository_enumerate
2010-07-28 Tomeu VizosoAdd g_info_type_to_string (GIInfoType type)
2010-07-27 Ryan LortieAppend -Wl,-rpath=. to the scanner compile
2010-07-27 Colin WaltersAdd g_irepository_enumerate
2010-07-22 Johan Dahlin[giscanner] Calrify missing element-type validation
2010-07-22 Johan DahlinUpdate GIMarshallingTests expected gir
2010-07-22 Colin Walters[girepository] Include path to file in typelib load...
2010-07-22 Johan Dahlin[scanner] Make it compatible with python 2.y
2010-07-22 Jonathan Matthewwarn for missing element-type on GSList params and...
2010-07-20 dyfet@gnutelephony.org[GIMarshalingTests] Add underscores to more variable...
2010-07-19 Colin WaltersFix two compilation warnings
2010-07-15 Florian Müllner[girepository] Fix ordering in override_search_path
2010-07-15 Tomeu VizosoAdd annotation for g_dbus_proxy_new_sync
next