summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of int16, uint16, int32, and uint32Jürg Billeter2008-12-161-4/+4
* Extend metadata support for delegatesJürg Billeter2008-12-161-1/+22
* Fix crash when parsing metadata, fixes bug 563390Jürg Billeter2008-12-161-0/+4
* Detect conflicting local variables in parent scopesJürg Billeter2008-12-131-2/+2
* Add --dump-tree command-line option to write code tree to fileJürg Billeter2008-11-301-1/+1
* Support ssize_t and size_tJürg Billeter2008-11-281-2/+2
* Support construct propertiesJürg Billeter2008-11-281-2/+9
* Support nullable parametersJürg Billeter2008-11-281-0/+4
* Support interface prerequisitesJürg Billeter2008-11-281-3/+14
* Support functions in classesJürg Billeter2008-11-281-0/+2
* Do not use possibly uninitialized variablesJürg Billeter2008-11-144-8/+10
* Report unused fields, methods, and local variablesJürg Billeter2008-11-142-2/+2
* Set source_reference in parsed nodesJürg Billeter2008-11-071-17/+20
* Move attribute processing to semantic analyzerJürg Billeter2008-11-022-9/+17
* Support type checks for error domains and error codesJürg Billeter2008-10-251-2/+2
* Support virtual methodsJürg Billeter2008-10-241-2/+55
* Support methods throwing errorsJürg Billeter2008-10-241-0/+6
* Support shared namespacesJürg Billeter2008-10-241-9/+31
* Recognize goffsetJürg Billeter2008-10-241-0/+2
* Remove Class and Iface structsJürg Billeter2008-10-241-0/+22
* Move gobject-2.0 bindings to separate VAPI fileJürg Billeter2008-10-221-1/+4
* Add is_fundamental metadata attributeJürg Billeter2008-10-171-0/+4
* Add experimental .gir support to vapigenJürg Billeter2008-10-174-0/+1016
* Always chain up to base constructor when possible, addJürg Billeter2008-10-111-0/+1
* Fix GdkDestroyNotify and GtkDestroyNotify bindings, fixes bug 525687Jürg Billeter2008-10-091-1/+7
* Add support for virtual and abstract metadata attributes, patch by AndreaJürg Billeter2008-09-161-0/+9
* Add [CCode (type_check_function = "BLAH_IS_FOO")] for classes.Jared Moore2008-07-231-0/+2
* Support [CCode (type = "Foo")] for parameters, based on patch by DanielJürg Billeter2008-07-171-0/+2
* Fix syntax errorJürg Billeter2008-07-171-1/+0
* Added 'type_name' metadata to function to override its return type.Jared Moore2008-07-171-1/+9
* Add support for creation methods with a different (mostly super) type thanRaffaele Sandrini2008-07-091-0/+9
* Allow vapi metadata to declare abstract methods, fix GtkCellRendererRaffaele Sandrini2008-07-081-2/+10
* Support [CCode (type = "Foo")] to insert appropriate casts in generated CJürg Billeter2008-06-231-0/+7
* Support 'cheader_filename' attribute for constants and errordomains, basedJürg Billeter2008-06-201-2/+12
* Allow transformation of implicit array parameters to out or ref parametersJürg Billeter2008-06-171-0/+12
* Support Immutable class attributeJürg Billeter2008-06-121-3/+8
* Support 'cheader_filename' attribute for fields and methods, fixes bugJürg Billeter2008-06-041-0/+10
* Fix handling of ref array argumentsJürg Billeter2008-05-311-5/+5
* Support nullable return typesJürg Billeter2008-05-311-0/+4
* Support `hidden' attribute for boxed types and `type_arguments' attributeJuerg Billeter2008-05-291-2/+26
* Mark signals as virtual to make it possible to override default methodJuerg Billeter2008-05-281-1/+3
* Mark non-GObject classes as compact, fix metadata patterns, fixes bugJuerg Billeter2008-05-281-3/+6
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-5/+5
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-252-4/+7
* Don't use UnresolvedType for array and pointer types, add basic supportJuerg Billeter2008-05-171-10/+14
* Automatically hide fields starting with _Ali Sabil2008-05-171-2/+9
* Add class method detectionAli Sabil2008-05-171-0/+11
* Allow hiding constants in the metadata file for vapigen, based on patch byJuerg Billeter2008-05-161-4/+18
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-161-7/+13
* Fix crash when using errordomain methods, based on patch by Phil Housley,Juerg Billeter2008-05-011-0/+4