platform/upstream/gobject-introspection.git
2010-05-25 Alan Knowles[sourcescanner] Support for line numbers on Symbol
2010-05-25 Johan Dahlin[glib] Skip g_date_to_struct_tm as skip
2010-05-25 Johan Dahlin[docs] Add a struct hierarchy page
2010-05-24 Colin WaltersPost-release version bump
2010-05-23 Tomeu VizosoAdd support for the 'foreign' annotation to g-i-scanner GOBJECT_INTROSPECTION_0_6_12
2010-05-22 Tomeu VizosoAdd GInitiallyUnknowned subclass to Everything for...
2010-05-21 Johan Dahlin[docs] Document GICallableInfo and GIArgInfo
2010-05-20 Dan Winshipremove unnecessary $(srcdir)s from Makefile.am
2010-05-20 Dan WinshipMakefile.introspection: use $^, simplifying non-srcdir...
2010-05-20 Johan Dahlin[girepository] Use g_slice
2010-05-19 Johan Dahlin[docs] Make gtk-doc language consistent.
2010-05-19 Johan Dahlin[docs] Reorganize sections
2010-05-19 Johan Dahlin[GIFunctionInfo] Document struct and functions
2010-05-19 Johan Dahlin[docs] Reference g_module_open instead of dlopen
2010-05-19 Johan Dahlin[docs] Remove multiple GIFunctionInfo link
2010-05-19 Johan Dahlin[docs] Remove title from gi-sections.txt
2010-05-19 Tomeu VizosoTake into account the underscore after the type name...
2010-05-19 Eduardo Lima... Adds annotations to g_filter_(input/output)_stream_get_...
2010-05-19 Simon McVittiegirparser: backtrace_stderr: fix int/ssize_t format...
2010-05-19 Simon McVittie.gitignore: ignore xrandr-1.3.typelib
2010-05-19 Johan DahlinPost release version bump
2010-05-19 Johan DahlinBump version to 0.6.11 GOBJECT_INTROSPECTION_0_6_11
2010-05-19 Johan Dahlin[build] Require gtk-doc at distcheck time
2010-05-19 Colin WaltersAdd uid_t, gid_t, dev_t to integral type conversions
2010-05-19 Johan Dahlin[GIBaseInfo] Document all functions
2010-05-18 Johan Dahlin[docs] Reorganize structs into chapters
2010-05-18 Johan Dahlin[girepository] Document most of the structs
2010-05-18 Johan Dahlin[doc] Add missing symbols
2010-05-18 Johan Dahlin[doc Makefile] Remove html/ xml/ and tmpl/
2010-05-18 Johan Dahlin[doc] Update to work with latest gtk-doc release
2010-05-18 Johan Dahlin[doc] Remove private API from docs
2010-05-18 Johan Dahlin[girepository] Update gtk-doc syntax
2010-05-18 Johan DahlinUpdate .gitignore
2010-05-18 Johan Dahlin[common.mk] Remove broken pythonpath
2010-05-18 Johan BilienAdd a basic gir for xrandr
2010-05-17 Johan Dahlin[Makefile.introspection] Do not use _GIRDIR
2010-05-07 Owen W. Taylor[everything] Remove test_callback_infinite
2010-05-07 Owen W. Taylor[everything] Fix length annotations
2010-05-07 Owen W. TaylorFix parameter ordering in error message
2010-05-07 Owen W. TaylorValidate parameter references
2010-05-07 Owen W. TaylorValidate scope annotation values
2010-05-07 Owen W. TaylorUse -1 not None for closure/destroy indices
2010-05-06 Tomeu VizosoAdd GIMarshallingTests-1.0-expected.gir so we track...
2010-05-05 Tomeu VizosoAdd test vfunc for testing out args in callbacks
2010-05-04 Tomeu VizosoAdd support for GArrays: add g_type_info_get_array_type...
2010-05-03 Tomeu VizosoRevert "Add support for GArrays: add g_type_info_get_ar...
2010-05-03 Tomeu VizosoAdd some tests to Everything for testing callbacks...
2010-04-30 Tomeu VizosoAdd support for GArrays: add g_type_info_get_array_type...
2010-04-28 Johan Dahlin[annotationparser] Disable warning
2010-04-28 Tomeu VizosoWarn about annotations for unknown args
2010-04-27 Tomeu VizosoKeep valgrind happy in a test
2010-04-27 Tomeu VizosoAdd test for virtual method with a default implementation
2010-04-26 Dan Winship[glib] make g_file_set_contents() take uint8*, not...
2010-04-26 Zach GoldbergNegative test case for bad (out) case, not setting...
2010-04-26 Saleem Ansari* docs/g-ir-scanner.1: Man page for g-ir-scanner(1...
2010-04-23 Tomeu VizosoAdd tests for unions
2010-04-22 Tomeu VizosoAdd tests for non-gtype Enum
2010-04-22 Tomeu VizosoUpdate gir/Everything-1.0-expected.gir
2010-04-22 Tomeu VizosoAdd tests for GAsyncReadyCallback
2010-04-21 Zach GoldbergAdd new tests for multiple callback calls during functi...
2010-04-21 Johan Dahlin[everything] Depend on cairo properly
2010-04-18 Colin WaltersAdd missing build dependency for GIMarshallingTests...
2010-04-18 Colin WaltersAdd --disable-tests configure flag
2010-04-18 Colin WaltersUpdate Everything-1.0-expected.gir for recent changes GOBJECT_INTROSPECTION_0_6_10
2010-04-18 Tomeu VizosoAdd tests for vfuncs in classes
2010-04-17 Tomeu VizosoAdd tests for vfuncs in interfaces
2010-04-17 Zach GoldbergAdd a bunch of new tests for nullable args in Everythin...
2010-04-17 Zach GoldbergUpdate tests for new fields in Everything module
2010-04-16 Tomeu VizosoUse a pointer to a known type as a member of GIMarshall...
2010-04-16 Zach GoldbergAdd a simple callback type which has no arguments or...
2010-04-15 Tomeu VizosoAdd foreign struct funcs to Everything
2010-04-14 Tomeu VizosoAdd *~ to .gitignore
2010-04-14 Tomeu VizosoIf needed, convert from camelcase to underscores when...
2010-04-13 Tomeu VizosoAdd GIMarshallingTests typelib
2010-04-13 Tomeu VizosoUpdate Everything-1.0-expected.gir
2010-04-09 Tomeu VizosoAssert input values in Everything funcs
2010-04-08 Owen W. TaylorCorrectly use ffi_closure_alloc(), fixing mmap permissi...
2010-04-07 Colin WaltersRevert "g_callable_info_prepare_closure: handle mmap...
2010-04-07 Johan Dahlin[glib] Add GKeyFile annotations
2010-04-07 Colin Walters[configure.ac] Post release version bump
2010-04-07 Colin Walters[giroffsets] Also update this code for change to signed...
2010-04-06 Dan Winshipg_callable_info_prepare_closure: handle mmap permission...
2010-03-26 Johan Dahlin[cairo] Mark add structs as foreign
2010-03-26 Johan DahlinAdd support for foreign structs
2010-03-26 Johan Dahlin[docs] Remove reference to girwriter.c
2010-03-25 Johan Dahlin[typelib] Remove space/indent mismatch
2010-03-25 Johan DahlinRemove unused file girwriter.c
2010-03-25 Johan DahlinRemove trailing whitespace
2010-03-24 Johan DahlinRevert accidentally committed attribute
2010-03-24 Johan Dahlin[MAINTAINERS] Remove Matthias
2010-03-24 Johan Dahlin[girepository] Remove trailing whitespace
2010-03-24 Johan Dahlin[cairo] Remove unused glib types
2010-03-18 Colin WaltersEnumerations can be negative
2010-03-18 Colin Walters[configure.ac] Post-release version bump
2010-03-18 Colin Walters[MAINTAINERS] Add Colin Walters <walters@verbum.org>
2010-03-17 Maxim ErmilovFix g_file_enumerator_next_files_finish annotation
2010-03-15 Alan KnowlesSmall fix to handle @attributes: .... (.....) as...
2010-03-15 Johan Dahlin[glib] Add g_convert annotations
2010-03-10 Johan DahlinMerge remote branch 'origin'
2010-03-09 Johan Dahlin[everything] Add alternative boxed constructors
next