summaryrefslogtreecommitdiff
path: root/vala/valainterface.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check type-argument count of interface prerequisitesRico Tzschichholz2023-04-081-0/+6
* vala: Drop SemanticAnalyzer.is_type_accessible()Rico Tzschichholz2021-11-061-1/+1
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-3/+3
* vala: Check type-arguments in base-types/prerequisites of class/interfaceRico Tzschichholz2021-02-131-0/+1
* vala: Report an error if gio-2.0 is missing for DBus supportRico Tzschichholz2020-12-031-0/+4
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-8/+8
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+1
* vala: Unify "this_parameter" creation using SemanticAnalyzer.get_this_type()Rico Tzschichholz2019-11-171-4/+6
* vala: Improve error reporting for invalid interface prerequisitesRico Tzschichholz2019-11-031-12/+5
* vala: Accept interface as inner type for object-type symbolsRico Tzschichholz2019-10-161-0/+4
* vala: Respect --abi-stability in Class/Interface.accept_children()Rico Tzschichholz2019-10-161-40/+2
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-2/+2
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-2/+2
* vala: Use clearer error message for automatic properties in interfacesVivek Raj2018-12-011-1/+1
* Replace `%s` with `%s' in format strings of output messagesRico Tzschichholz2018-08-081-2/+2
* vala: Remove unused Interface.prepend_prerequisite()Rico Tzschichholz2018-05-191-10/+0
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-10/+10
* codegen: Add abi-stability path for interfacesRico Tzschichholz2018-01-201-16/+40
* vala: Move constant lists from Class/Interface up to ObjectTypeSymbolRico Tzschichholz2018-01-171-22/+2
* vala: Move inner-type lists from Class/Interface up to ObjectTypeSymbolRico Tzschichholz2018-01-171-90/+8
* vala: Move member lists from Class/Interface up to ObjectTypeSymbolDaniel Espinosa2018-01-171-73/+10
* Revert "valainterface: Don't allow 'type' properties"Rico Tzschichholz2016-09-171-5/+0
* valainterface: Don't allow 'type' propertiesTimm Bäder2016-09-171-0/+5
* Set parent_node for resolved base typesMatthias Berndt2016-06-251-0/+1
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* Do not report errors for automatic interface properties twiceFlorian Brosch2014-10-011-0/+7
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-7/+3
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-3/+7
* Add CCode ordering attribute for interfacesMaciej Piechotka2013-07-251-7/+69
* Drop Dova profileJürg Billeter2012-08-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-253/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* codegen: Fix criticals for interfaces without class prerequisiteJürg Billeter2011-05-221-5/+5
* Support setting type_id to Vala.InterfaceLuca Bruno2011-04-041-1/+9
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-2/+2
* girparser: Set type_cname of interfaces from the relative struct cname.Luca Bruno2010-11-081-1/+10
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-19/+19
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-9/+9
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-3/+3
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Add GValue support for interfaces with non-GObject class prerequisiteLuca Bruno2010-04-271-4/+28
* Fix crash with owned property getters and interfacesJürg Billeter2010-03-211-1/+5
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-10/+10
* dova: Add implicit result variableJürg Billeter2010-03-131-2/+2
* Fix critical warnings when using signals in interfacesJürg Billeter2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-21/+20
* Fix C code name for types nested in interfacesJürg Billeter2009-09-211-0/+4