Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/girepository/gtypelib.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-1/+1
* Bug 571548 - Generic attributesColin Walters2009-03-031-11/+11
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-3/+3
* Bug 571373 - Add padding to typelib objectsColin Walters2009-02-191-10/+10
* Bug 571373 - Consistently use sizeof () inside gtypelib and girmoduleColin Walters2009-02-191-20/+20
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+1
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-4/+34
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-3/+3
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-3/+3
* Add a comment about keeping hardcoded numbers in g_typelib_check_sanityColin Walters2008-11-181-0/+8
* Bug 560825 – Add size and alignment to typelibOwen Taylor2008-11-161-4/+4
* Bug 557898 – Fails to build on OSX 10.4Tommi Komulainen2008-11-011-5/+0
* Only use SHLIB_SUFFIX on darwin, otherwise use G_MODULE_SUFFIX, we cannotJohan Dahlin2008-10-241-0/+5
* fix some build warnings.Lucas Rocha2008-10-221-2/+2
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-3/+1
* Bug 552858: versioningColin Walters2008-10-121-1/+1
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-7/+29
* fix regression on invoke test case by making sure we load the globalLucas Rocha2008-10-091-2/+2
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-113/+104
* Merge branch 'bug551744-boxed-ctors'Colin Walters2008-10-031-0/+4
* Merge branch 'bug552961-methods/wip'Colin Walters2008-10-021-47/+0
* Strengthen check for interface vs basic typesColin Walters2008-09-191-1/+1
* Validate the "this" argument for methodsColin Walters2008-09-191-1/+59
* Bug 522384: Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX for DarwinColin Walters2008-09-191-1/+2
* Allow both union and struct to be boxed or notColin Walters2008-09-061-11/+1
* Fix conflictColin Walters2008-08-301-4/+0
* Don't lose on NULL shlibColin Walters2008-08-301-0/+4
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-301-1/+1
* Don't crash if no shlib is embeddedColin Walters2008-08-291-1/+1
* More context information in validateColin Walters2008-08-291-3/+16
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-25/+39
* Also use G_MODULE_SUFFIX instead of hardcoding .so.Colin Walters2008-08-261-1/+1
* Free string in the right place.Colin Walters2008-08-261-1/+3
* Fix small memory leakColin Walters2008-08-261-0/+1
* Handle both .la and .so names; this works better in the uninstalledColin Walters2008-08-261-7/+17
* Add context stack so when we get an error we can print out nicely where itColin Walters2008-08-241-62/+176
* Check constructor returnsColin Walters2008-08-231-15/+125
* Tweak to use UINT instead of INT. Not likely to matter. Add toColin Walters2008-08-211-206/+83
* Use g_module_build_path to resolve the shlib nameJohan Dahlin2008-08-211-2/+7
* Remove resolve_possible_typedefs, it was unused. Allow multiple enumJohan Dahlin2008-08-161-0/+3
* Remove usage of (GAPI-oriented) TypeTag in favor of GITypeTag fromColin Walters2008-08-121-8/+8
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-091-212/+212
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-081-1/+1
* tools/gidlnode.cPhilip Van Hoof2008-06-081-0/+1959