summaryrefslogtreecommitdiff
path: root/vala/valapointertype.vala
Commit message (Expand)AuthorAgeFilesLines
* Recursively infer generic type argumentsSimon Werbeck2014-11-171-0/+9
* Fix crash due to not copying a typeLuca Bruno2013-10-171-4/+3
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Drop Dova profileJürg Billeter2012-08-061-11/+1
* Add PointerType.get_actual_typeLuca Bruno2011-08-161-0/+15
* Drop C specific methods from the code treeLuca Bruno2011-08-011-13/+1
* Allow implicit conversion from pointer to GValueLuca Bruno2011-07-281-0/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Improve performance of SemanticAnalyzer.is_type_accessibleJürg Billeter2010-09-091-2/+2
* dova: Use simple . instead of -> for pointer member accessJürg Billeter2010-07-091-0/+14
* Do not allow assignment with incompatible pointersMarc-André Lureau2010-01-181-1/+16
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* Fix pointer propertiesJürg Billeter2009-01-101-1/+6
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-1/+1
* Fix type resolving for arrays and pointers when declaring multipleJuerg Billeter2008-05-251-1/+1
* Write qualified types in the interface writerJuerg Billeter2008-05-251-2/+2
* Don't report value ownership errors for non-disposable typesJuerg Billeter2008-05-181-0/+4
* Don't use UnresolvedType for array and pointer types, add basic supportJuerg Billeter2008-05-171-2/+21
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-3/+3
* mark pointers as nullableJuerg Billeter2008-04-141-0/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-2/+2
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-2/+2
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
* fix crash when using pointers in parameters of D-Bus signals, fixes bugJuerg Billeter2008-04-061-0/+4
* implement get_symbols method, based on patch by Andreas Brauchli, fixesJuerg Billeter2008-02-051-0/+5
* support addressof expressions for reference types, fixes bug 514495Juerg Billeter2008-02-051-1/+6
* add more non-null warningsJuerg Billeter2008-02-011-1/+1
* add support for pointer member accessJuerg Billeter2007-12-201-0/+10
* update to be compatible with new pointer typesJuerg Billeter2007-12-151-1/+30
* add ArrayType, PointerType, ReferenceType, and ValueType classesJuerg Billeter2007-12-041-0/+36