summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* Correctly ref repository in GIUnresolvedInfoColin Walters2009-09-041-1/+1
* Bug 593322 - Fix unref of GIUnresolvedInfo instancesColin Walters2009-09-041-0/+8
* [typelib] Clean up dlopen handlingColin Walters2009-08-193-83/+92
* Don't open shared libraries twiceOwen W. Taylor2009-08-131-2/+4
* Fix checks in gfield.cOwen W. Taylor2009-07-091-3/+3
* Sync the basic types array in girnode.c:serialize_type with GITypeTagDan Winship2009-07-061-3/+4
* Name unions to enable compilation on SolarisTobias Mueller2009-06-244-39/+39
* Bug 584423 – Add short/ushort supportMark Lee2009-06-228-18/+56
* Bug 585328 - Only set zero_terminated flag for types we know areSimon van der Linden2009-06-171-0/+6
* Bug 585584: Fix warnings in girparser backtrace functionality and compiler.cC. Scott Ananian2009-06-121-3/+6
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-111-2/+8
* Update doc comments.C. Scott Ananian2009-05-121-3/+1
* Fix 'Could not find GIR file ...' error to use right filename.Dan Winship2009-03-281-10/+8
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-272-4/+0
* Bug 576323 - Fix inner constant parsing Signed-off-by: Didier 'Ptitjes <ptitj...Didier 'Ptitjes2009-03-241-1/+1
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-177-12/+98
* Bug 557383 - Virtual method supportColin Walters2009-03-056-4/+170
* Bug 571548 - Generic attributesColin Walters2009-03-038-71/+324
* Add a parent parmeter to g_ir_node_build_typelibColin Walters2009-02-273-38/+41
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-257-33/+64
* Bug 572965 – Allow generic marshaller to be called without parametersJohan Bilien2009-02-241-8/+16
* typelib building: Compress 5 arguments for g_ir_node_build_typelibColin Walters2009-02-203-99/+67
* Further cleanup for commented-out Union discriminator handlingColin Walters2009-02-191-6/+1
* Fix bad merge introduced in commit b006d50Colin Walters2009-02-191-3/+8
* Bug 571373 - Add padding to typelib objectsColin Walters2009-02-182-13/+36
* Bug 571373 - Remove hardcoded sizes/offsets in girnode.cColin Walters2009-02-181-73/+82
* Bug 571373 - Remove hardcoded offsets in ginfo.cColin Walters2009-02-181-4/+6
* Bug 571373 - Consistently use sizeof () inside gtypelib and girmoduleColin Walters2009-02-182-37/+37
* Bug 571373 - Move typelib docs from typelib-format.txt into girepository.hColin Walters2009-02-182-62/+540
* Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspectionColin Walters2009-02-136-46/+54
|\
| * Fix buildRobert Carr2009-02-121-3/+3
| * Add gtk-doc supportJohan Dahlin2009-02-126-43/+51
* | Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-23/+37
|/
* Bug 571248 - Ignore unknown elements in girparserColin Walters2009-02-111-10/+17
* Bug 569633 – Typelib compiler fails with vararg callbacksRober Carr2009-02-101-11/+89
* Rename namespace to namespace_ to make the header compilable with a C++ compilerJohan Dahlin2009-02-101-9/+9
* Bug 551738 - Associate classes with their structsColin Walters2009-02-068-11/+100
* girnode.c: Fix copy & paste errorColin Walters2009-02-051-1/+0
* Add utility functions for invocing closures given a GICallableInfo usingJohan Dahlin2009-02-053-2/+154
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-041-16/+57
* Bug 555960 - nested structs and unionsColin Walters2009-02-041-67/+83
* handle the special case for GObject, whose glib:get-type is listed asDan Winship2009-02-021-0/+2
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-2/+3
* Bug 563469 – Arrays not treated correctly in struct offset calculationColin Walters2009-02-021-26/+57
* Undo revision 1075Robert Carr2009-01-291-72/+11
* post_filter_varargs_functions should also filter callbacks. Add tests ofRobert Carr2009-01-291-11/+72
* Only unref the repository if it's actually set.Johan Dahlin2009-01-261-1/+2
* add FT_Int32 add XftFont Report errors when an invalid type is encounteredJohan Dahlin2009-01-161-1/+2
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-153-8/+8
* Bug 562914: Order GI_TYPELIB_PATH before anything elseColin Walters2009-01-121-4/+29