Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/girepository/girepository.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-4/+72
* Fix buildRobert Carr2009-02-121-3/+3
* Add gtk-doc supportJohan Dahlin2009-02-121-39/+38
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-1/+1
* Bug 562914: Order GI_TYPELIB_PATH before anything elseColin Walters2009-01-121-4/+29
* Bug 567212: Exit after dumpingColin Walters2009-01-121-1/+2
* Bug 563998 – Cache the GIBaseInfo for GTypesJohan Bilien2008-12-101-0/+18
* Remove debug printColin Walters2008-11-251-1/+0
* Bug 561137 - support multiple repositoriesColin Walters2008-11-251-2/+9
* Ensure we always call init_globalsColin Walters2008-11-171-6/+5
* g_irepository_get_default is (transfer none)Colin Walters2008-11-171-1/+1
* g_irepository_dump implementationColin Walters2008-11-131-0/+25
* Fix minor memory leak.Tommi Komulainen2008-11-121-1/+2
* Change the element type from utf8 to filename Special case filenameJohan Dahlin2008-11-121-1/+1
* Add a g_irepository_get_search_path, so we can access the search pathsJohan Dahlin2008-11-121-0/+15
* Bug 557791 – g_irepository_require() could return a GTypelib *Colin Walters2008-10-251-8/+9
* Bug 557076 - move typelibs to $libdirColin Walters2008-10-251-8/+8
* Bug 557468 – Support for GI_TYPELIB_PATHJohan Bilien2008-10-231-9/+32
* Respect path ordering for unversioned requiresColin Walters2008-10-211-3/+20
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-22/+3
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-1/+1
* Document g_irepository_get_dependenciesColin Walters2008-10-131-0/+14
* Don't cast DirEntry to Blob, actually look it up by offsetColin Walters2008-10-121-1/+1
* Fix inverted test for success in version parsing.Colin Walters2008-10-121-6/+6
* Bug 556048 – Crash in g_irepository_find_by_gtypeTommi Komulainen2008-10-121-4/+9
* Add tests/repository which has some repository regression testsColin Walters2008-10-121-1/+1
* Bug 552858: versioningColin Walters2008-10-121-122/+513
* fix regression on invoke test case by making sure we load the globalLucas Rocha2008-10-091-0/+3
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-3/+0
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-0/+2
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-231-0/+2
* Remove g_irepository_unregister, add GIRepositoryLoadFlagsColin Walters2008-08-301-63/+133
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-301-80/+141
* Search $DATADIR/girepository instead of $DATADIR/gitypelibs; this namingColin Walters2008-08-261-1/+1
* Don't open shared library here; we already do it in gtypelib.c.Colin Walters2008-08-241-26/+0
* Plug memory leak and avoid using freed memory. Resolve the whole moduleJohan Dahlin2008-08-211-6/+11
* Fix one small leak in error case.Colin Walters2008-08-211-0/+1
* Rewrap and fix double free bug by leaking a bit.Johan Dahlin2008-08-211-40/+53
* Add new function g_irepository_get_typelib_path which tells us from whereColin Walters2008-08-211-9/+49
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-201-37/+87
* Rename .gir files using GI namespace. Use XDG_DATA_DIRS for looking upColin Walters2008-08-201-21/+11
* Make enum serializing functions public. Clean up some whitespace.Johan Dahlin2008-08-181-0/+62
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-091-76/+76
* Add environment variable G_IREPOSITORY_VERBOSE so we can print out whatColin Walters2008-07-241-1/+6
* tools/gidlnode.cPhilip Van Hoof2008-06-081-23/+23
* Added: Added: Renamed to tools/Makefile.am: Renamed to tools/compiler.c:Rob Taylor2008-02-081-0/+499