summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-1/+3
* Add test for interface prereqColin Walters2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-171-29/+22
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-161-9/+17
* Bug 560419 – Cache includes when parsingOwen Taylor2008-11-121-2/+12
* Fix management of ParseContext.includes_modules (#560419)Owen Taylor2008-11-121-3/+8
* Keep aliases and disguised_structures local to each module (#560419)Owen Taylor2008-11-121-69/+69
* Only allow one <namespace/> element per <repository/> (#560419)Owen Taylor2008-11-121-1/+23
* Add a GirParser object to hold the state of a compilationOwen Taylor2008-11-121-21/+79
* Bug 560474 – g-ir-compiler crashes when compiling the glib girJohan Bilien2008-11-121-1/+1
* Bug 560404 – Prefix types when resolving aliases in included modulesOwen Taylor2008-11-111-7/+27
* Search provided include dirs before the default directories.Owen Taylor2008-11-111-8/+8
* girepository/girparser.c: Remove an unused variable.Owen Taylor2008-11-111-1/+0
* Remove field offsets from g-ir-generate output and test inputsOwen Taylor2008-11-111-6/+0
* Bug 560250 - Fully parse included modulesOwen Taylor2008-11-111-22/+78
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-0/+44
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-1/+6
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-14/+12
* fix some build warnings.Lucas Rocha2008-10-221-0/+1
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-221-5/+5
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-1/+8
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-1/+5
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+1
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-9/+5
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-17/+24
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-7/+15
* Bug 556174 – parse types for lists etc.Tommi Komulainen2008-10-151-12/+15
* Bug 556400 – Fails to build on OS X 10.4Tommi Komulainen2008-10-151-1/+1
* handle "transfer-ownership" attributeTommi Komulainen2008-10-121-0/+4
* use "container" for container/shallow ownership transfer (not "shallow")Tommi Komulainen2008-10-121-1/+1
* Refactor handling of transfer=none/shallow/full to separate functionTommi Komulainen2008-10-121-26/+32
* Bug 552858: versioningColin Walters2008-10-121-3/+6
* Remove debug printColin Walters2008-10-021-1/+0
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-35/+147
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-6/+16
* 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-231-0/+1
* 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-061-17/+34
* 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
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-301-0/+6
* 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
* Correctly handle GLib.List, GLib.Error etcColin Walters2008-08-291-8/+20
* Fix --includedir handlingColin Walters2008-08-281-9/+16