| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit copy method for arrays | Luca Bruno | 2016-10-20 | 1 | -0/+16 |
* | Fix type parameter check for overriding generic methods | Jürg Billeter | 2016-09-26 | 1 | -3/+3 |
* | Recursively infer generic type arguments | Simon Werbeck | 2014-11-17 | 1 | -0/+9 |
* | Fix previous 6c36eb4 commit | Luca Bruno | 2014-06-28 | 1 | -1/+1 |
* | codewriter: Do not write (unowned string)[] for constants | Luca Bruno | 2014-06-28 | 1 | -1/+1 |
* | Fix writing vapis with (unowned type)[] | Luca Bruno | 2014-05-17 | 1 | -2/+7 |
* | Support non-literal length in fixed-size arrays | Simon | 2014-03-30 | 1 | -1/+20 |
* | Fix crash due to not copying a type | Luca Bruno | 2013-10-17 | 1 | -4/+3 |
* | Revert "Set parent_node and always copy datatype when assigned to code nodes." | Luca Bruno | 2013-10-07 | 1 | -1/+1 |
* | Set parent_node and always copy datatype when assigned to code nodes. | Luca Bruno | 2013-10-06 | 1 | -1/+1 |
* | Forbid `resize' method for multi-dimensional array | Simon Werbeck | 2012-11-11 | 1 | -0/+3 |
* | codewriter: Support fixed-length arrays | Jürg Billeter | 2012-08-06 | 1 | -2/+6 |
* | Drop POSIX profile | Jürg Billeter | 2012-08-06 | 1 | -1/+1 |
* | Drop Dova profile | Jürg Billeter | 2012-08-06 | 1 | -2/+0 |
* | Consider GLib.Object?[] compatible to GLib.Object[] | Jürg Billeter | 2012-01-26 | 1 | -1/+1 |
* | Support creation of arrays with nullable elements | Aaron Andersen | 2011-12-10 | 1 | -0/+4 |
* | Move DataType.get_cdeclarator_suffix to the codegen | Luca Bruno | 2011-08-04 | 1 | -10/+0 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -29/+11 |
* | dova: Convert Array to struct | Jürg Billeter | 2011-04-08 | 1 | -5/+5 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -2/+2 |
* | Rename FormalParameter to Parameter | Jürg Billeter | 2010-10-28 | 1 | -4/+4 |
* | Do not consider fixed-length arrays as disposable | Jürg Billeter | 2010-10-16 | 1 | -0/+7 |
* | Improve performance of SemanticAnalyzer.is_type_accessible | Jürg Billeter | 2010-09-09 | 1 | -2/+2 |
* | Add Variable class | Jürg Billeter | 2010-07-27 | 1 | -2/+2 |
* | Support GVariant casts and GDBus clients and servers | Jürg Billeter | 2010-06-20 | 1 | -0/+5 |
* | dova: Use Dova.Array as type of arrays | Jürg Billeter | 2010-06-05 | 1 | -2/+8 |
* | Check rank when checking array type compatibility | Jürg Billeter | 2010-03-20 | 1 | -1/+5 |
* | D-Bus: Move DataType.get_type_signature to D-Bus modules | Jürg Billeter | 2010-02-08 | 1 | -10/+0 |
* | Fix generic type resolution for arrays of generic types | Luca Bruno | 2010-01-29 | 1 | -0/+16 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -1/+1 |
* | GValue: Support conversion from and to string[] | Jürg Billeter | 2009-09-06 | 1 | -0/+13 |
* | Arrays: Fix inline-allocated arrays | Jürg Billeter | 2009-07-30 | 1 | -2/+4 |
* | Arrays: Change syntax for fixed-length arrays | Jürg Billeter | 2009-07-30 | 1 | -0/+13 |
* | Arrays: Add experimental support for fixed-length arrays | Jürg Billeter | 2009-04-10 | 1 | -2/+26 |
* | Support marshalling multi-dimensional arrays, based on patch by Didier | Jürg Billeter | 2009-01-05 | 1 | -1/+1 |
* | Add BooleanType, EnumValueType, FloatingType, and StructValueType as | Jürg Billeter | 2009-01-03 | 1 | -5/+5 |
* | Fix qualified string of nullable array types, patch by Anthony Taylor, | Jürg Billeter | 2008-09-26 | 1 | -1/+1 |
* | Fix symbol dependency calculation for arrays, fixes bug 537255 | Jürg Billeter | 2008-07-17 | 1 | -0/+4 |
* | s/Typesymbol/TypeSymbol/ | Juerg Billeter | 2008-05-26 | 1 | -4/+4 |
* | Fix type resolving for arrays and pointers when declaring multiple | Juerg Billeter | 2008-05-25 | 1 | -1/+1 |
* | Fix type string for multi-dimensional arrays | Juerg Billeter | 2008-05-25 | 1 | -1/+1 |
* | Write qualified types in the interface writer | Juerg Billeter | 2008-05-25 | 1 | -2/+2 |
* | Don't use UnresolvedType for array and pointer types, add basic support | Juerg Billeter | 2008-05-17 | 1 | -3/+21 |
* | Replace DataType.transfers_ownership and DataType.takes_ownership by | Juerg Billeter | 2008-05-16 | 1 | -8/+2 |
* | Rename Field.type_reference to Field.field_type | Juerg Billeter | 2008-05-13 | 1 | -3/+3 |
* | Fix crash when using arrays in D-Bus services, fixes bug 530455 | Juerg Billeter | 2008-05-02 | 1 | -0/+10 |
* | Fix handling of const types, fixes bug 529851 | Juerg Billeter | 2008-04-26 | 1 | -1/+2 |
* | Remove is_ref and is_out properties from DataType class, add direction | Juerg Billeter | 2008-04-15 | 1 | -2/+0 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -1/+1 |
* | move experimental null reference checking to separate visitor | Juerg Billeter | 2008-04-14 | 1 | -6/+1 |