summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* Bug 554632: Create type tag for GTypeColin Walters2008-10-023-14/+33
* Ensure we always have types for container nodesColin Walters2008-09-291-3/+7
* Rework to use recursive XMLColin Walters2008-09-291-127/+133
* Remove non-repository types from GIRColin Walters2008-09-251-38/+0
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-236-8/+17
* Strengthen check for interface vs basic typesColin Walters2008-09-192-11/+11
* 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
* Don't add spurious * if type is pointer; the is_pointer flag is enoughColin Walters2008-09-161-3/+2
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-10/+10
* Write out and parse full GObject property information (readable, writable, etc)Colin Walters2008-09-081-1/+2
* Allow both union and struct to be boxed or notColin Walters2008-09-064-31/+61
* Look in c:type to determine pointer natureColin Walters2008-09-011-16/+19
* Don't lose if we have no includedirsColin Walters2008-08-311-6/+9
* Add back unresolvedColin Walters2008-08-302-7/+26
* Fix conflictColin Walters2008-08-301-4/+0
* Remove g_irepository_unregister, add GIRepositoryLoadFlagsColin Walters2008-08-302-65/+139
* Don't lose on NULL shlibColin Walters2008-08-301-0/+4
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-308-115/+203
* Add some assertions, blacklist a few more methodsColin Walters2008-08-301-1/+6
* Don't crash if no shlib is embeddedColin Walters2008-08-291-1/+1
* Handle alias chains correctlyColin Walters2008-08-291-5/+20
* Avoid searching aliases for basic typesColin Walters2008-08-291-34/+55
* Fix type parsing for both GLib case and GLib.ListColin Walters2008-08-291-106/+114
* More context information in validateColin Walters2008-08-291-3/+16
* Correctly handle GLib.List, GLib.Error etcColin Walters2008-08-291-8/+20
* Fix --includedir handlingColin Walters2008-08-282-9/+18
* Expand aliases when generating typelibsColin Walters2008-08-281-41/+184
* Use binary mode for output file on Windows.Tor Lillqvist2008-08-281-6/+13
* Change type of bitfield fields from guint to the most suitable smallerTor Lillqvist2008-08-281-87/+87
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-273-25/+42
* Search $DATADIR/girepository instead of $DATADIR/gitypelibs; this namingColin Walters2008-08-261-1/+1
* 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
* Parse new implements syntax, drop gapi one. Update. Generate new syntax.Colin Walters2008-08-251-45/+34
* Don't open shared library here; we already do it in gtypelib.c.Colin Walters2008-08-241-26/+0
* Add context stack so when we get an error we can print out nicely where itColin Walters2008-08-241-62/+176
* Refactor a couple of parsing functions to be simpler to follow. Avoid hugeJohan Dahlin2008-08-241-261/+285
* Remove left-over code, checking type of function.Johan Dahlin2008-08-241-7/+0
* Check constructor returnsColin Walters2008-08-231-15/+125
* Add debug bit, tweak to use GUINT as correct.Colin Walters2008-08-231-2/+4
* Redo signature_offset to be cleaner and correct for vfuncsColin Walters2008-08-231-3/+11
* Remove duplicate start_boxed.Colin Walters2008-08-231-4/+0
* Another debug printColin Walters2008-08-231-1/+4
* Add debug print, fix includesColin Walters2008-08-231-0/+1
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-231-10/+24
* Don't hardcode integers, use GITypeTag.Colin Walters2008-08-221-7/+7
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-221-24/+58