summaryrefslogtreecommitdiff
path: root/vala/valaarraytype.vala
Commit message (Expand)AuthorAgeFilesLines
* Add explicit copy method for arraysLuca Bruno2016-10-201-0/+16
* Fix type parameter check for overriding generic methodsJürg Billeter2016-09-261-3/+3
* Recursively infer generic type argumentsSimon Werbeck2014-11-171-0/+9
* Fix previous 6c36eb4 commitLuca Bruno2014-06-281-1/+1
* codewriter: Do not write (unowned string)[] for constantsLuca Bruno2014-06-281-1/+1
* Fix writing vapis with (unowned type)[]Luca Bruno2014-05-171-2/+7
* Support non-literal length in fixed-size arraysSimon2014-03-301-1/+20
* 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
* Forbid `resize' method for multi-dimensional arraySimon Werbeck2012-11-111-0/+3
* codewriter: Support fixed-length arraysJürg Billeter2012-08-061-2/+6
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Drop Dova profileJürg Billeter2012-08-061-2/+0
* Consider GLib.Object?[] compatible to GLib.Object[]Jürg Billeter2012-01-261-1/+1
* Support creation of arrays with nullable elementsAaron Andersen2011-12-101-0/+4
* Move DataType.get_cdeclarator_suffix to the codegenLuca Bruno2011-08-041-10/+0
* Drop C specific methods from the code treeLuca Bruno2011-08-011-29/+11
* dova: Convert Array to structJürg Billeter2011-04-081-5/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-4/+4
* Do not consider fixed-length arrays as disposableJürg Billeter2010-10-161-0/+7
* Improve performance of SemanticAnalyzer.is_type_accessibleJürg Billeter2010-09-091-2/+2
* Add Variable classJürg Billeter2010-07-271-2/+2
* Support GVariant casts and GDBus clients and serversJürg Billeter2010-06-201-0/+5
* dova: Use Dova.Array as type of arraysJürg Billeter2010-06-051-2/+8
* Check rank when checking array type compatibilityJürg Billeter2010-03-201-1/+5
* D-Bus: Move DataType.get_type_signature to D-Bus modulesJürg Billeter2010-02-081-10/+0
* Fix generic type resolution for arrays of generic typesLuca Bruno2010-01-291-0/+16
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+1
* GValue: Support conversion from and to string[]Jürg Billeter2009-09-061-0/+13
* Arrays: Fix inline-allocated arraysJürg Billeter2009-07-301-2/+4
* Arrays: Change syntax for fixed-length arraysJürg Billeter2009-07-301-0/+13
* Arrays: Add experimental support for fixed-length arraysJürg Billeter2009-04-101-2/+26
* Support marshalling multi-dimensional arrays, based on patch by DidierJürg Billeter2009-01-051-1/+1
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-5/+5
* Fix qualified string of nullable array types, patch by Anthony Taylor,Jürg Billeter2008-09-261-1/+1
* Fix symbol dependency calculation for arrays, fixes bug 537255Jürg Billeter2008-07-171-0/+4
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-4/+4
* Fix type resolving for arrays and pointers when declaring multipleJuerg Billeter2008-05-251-1/+1
* Fix type string for multi-dimensional arraysJuerg Billeter2008-05-251-1/+1
* Write qualified types in the interface writerJuerg Billeter2008-05-251-2/+2
* Don't use UnresolvedType for array and pointer types, add basic supportJuerg Billeter2008-05-171-3/+21
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-161-8/+2
* Rename Field.type_reference to Field.field_typeJuerg Billeter2008-05-131-3/+3
* Fix crash when using arrays in D-Bus services, fixes bug 530455Juerg Billeter2008-05-021-0/+10
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-1/+2
* Remove is_ref and is_out properties from DataType class, add directionJuerg Billeter2008-04-151-2/+0
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-6/+1