summaryrefslogtreecommitdiff
path: root/vala/valaobjecttypesymbol.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add GenericSymbol interface for symbols supporting type-parametersRico Tzschichholz2023-04-111-1/+1
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-2/+2
* vala: Report an error if gio-2.0 is missing for DBus supportRico Tzschichholz2020-12-031-0/+13
* vala: Unify "this_parameter" creation using SemanticAnalyzer.get_this_type()Rico Tzschichholz2019-11-171-11/+1
* vala: Accept interface as inner type for object-type symbolsRico Tzschichholz2019-10-161-0/+24
* vala: Respect --abi-stability in Class/Interface.accept_children()Rico Tzschichholz2019-10-161-0/+46
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-12/+12
* Mark defined constructors of abstract classes as protectedRico Tzschichholz2019-03-121-1/+1
* vala: Allow explicit interface methods to be virtualRico Tzschichholz2018-12-201-1/+8
* vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use themRico Tzschichholz2018-11-211-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* vala: Move constant lists from Class/Interface up to ObjectTypeSymbolRico Tzschichholz2018-01-171-0/+21
* vala: Move inner-type lists from Class/Interface up to ObjectTypeSymbolRico Tzschichholz2018-01-171-0/+82
* vala: Move member lists from Class/Interface up to ObjectTypeSymbolDaniel Espinosa2018-01-171-3/+96
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix critical warnings when using signals in interfacesJürg Billeter2009-10-311-0/+40
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-6/+5
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Add initial support for generic methodsJürg Billeter2009-06-031-2/+1
* Fix method checking with generic base types, fixes bug 511286Jürg Billeter2008-11-281-3/+37
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-0/+4
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-3/+3
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Support interfaces for D-Bus servicesPhilip Van Hoof2008-05-251-0/+35