summaryrefslogtreecommitdiff
path: root/vala/valainterfacewriter.vala
Commit message (Expand)AuthorAgeFilesLines
* Support parameter arrays, fixes bug 538897Jürg Billeter2008-11-141-0/+4
* Do not use possibly uninitialized variablesJürg Billeter2008-11-141-9/+9
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-2/+0
* Drop deprecated support for static classes and interfacesJürg Billeter2008-11-021-3/+1
* Don't sort struct fields in vapi files to fix struct initialization, patchJürg Billeter2008-10-281-1/+3
* Sort output to allow comparison of generated vapi filesJürg Billeter2008-10-241-4/+64
* Improve custom cname support for enum valuesJürg Billeter2008-10-171-0/+4
* Always chain up to base constructor when possible, addJürg Billeter2008-10-111-0/+5
* Support chaining constructors using `base' and `this'Jürg Billeter2008-10-111-1/+4
* Fix GdkDestroyNotify and GtkDestroyNotify bindings, fixes bug 525687Jürg Billeter2008-10-091-2/+3
* Generate code to support GValue and GParamSpec for fundamental classes,Jürg Billeter2008-10-031-0/+4
* Support static properties, patch by Ali SabilJürg Billeter2008-09-281-1/+3
* Support IntegerType and FloatingType attributes, patch by Emmanuele Bassi,Jürg Billeter2008-08-101-0/+12
* Add [CCode (type_check_function = "BLAH_IS_FOO")] for classes.Jared Moore2008-07-231-0/+4
* Support [CCode (type = "Foo")] for parameters, based on patch by DanielJürg Billeter2008-07-171-0/+4
* Fix support for static and class fields in interface writer, based onJürg Billeter2008-07-161-0/+6
* Add support for creation methods with a different (mostly super) type thanRaffaele Sandrini2008-07-091-0/+3
* Support [CCode (type = "Foo")] to insert appropriate casts in generated CJürg Billeter2008-06-231-2/+11
* Check printf arguments, fixes bug 483104Jürg Billeter2008-06-131-1/+1
* Support Immutable class attributeJürg Billeter2008-06-121-0/+6
* Output type_id for structsJürg Billeter2008-06-101-0/+4
* Support nullable return typesJürg Billeter2008-05-311-1/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* Output cheader filenames for namespace fields and constantsJuerg Billeter2008-05-291-4/+56
* Mark signals as virtual to make it possible to override default methodJuerg Billeter2008-05-281-0/+5
* Compute Method.base_method and Property.base_property when needed so thatJuerg Billeter2008-05-281-1/+1
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Write qualified types in the interface writerJuerg Billeter2008-05-251-2/+18
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-251-1/+7
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-1/+1
* Allow hiding constants in the metadata file for vapigen, based on patch byJuerg Billeter2008-05-161-0/+5
* Add support for class methods in the interface writerAli Sabil2008-05-161-0/+2
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-161-13/+24
* Rename Property.type_reference to Property.property_typeJuerg Billeter2008-05-131-3/+3
* Rename FormalParameter.type_reference to FormalParameter.parameter_typeJuerg Billeter2008-05-131-4/+4
* Rename Field.type_reference to Field.field_typeJuerg Billeter2008-05-131-5/+5
* support base types for structsJuerg Billeter2008-05-101-0/+16
* Support custom cname for structs in InterfaceWriterJuerg Billeter2008-05-031-1/+7
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-2/+2
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-10/+10
* Remove is_ref and is_out properties from DataType class, add directionJuerg Billeter2008-04-151-3/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-21/+21
* fix output of enums with methodsJuerg Billeter2008-03-311-9/+24
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-211-1/+8
* support lower_case_csuffix attribute for interfacesJuerg Billeter2008-03-201-1/+5
* tiny code improvementJuerg Billeter2008-03-061-1/+1
* write and process cheader_filename CCode attribute parameter for delegatesRaffaele Sandrini2008-02-251-1/+16
* always write abstract and virtual methodsJuerg Billeter2008-02-241-1/+2
* fix support for instance delegatesJuerg Billeter2008-02-231-1/+4
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1