| Commit message (Expand) | Author | Age | Files | Lines |
* | Recursively infer generic type arguments | Simon Werbeck | 2014-11-17 | 1 | -0/+9 |
* | 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 |
* | Drop POSIX profile | Jürg Billeter | 2012-08-06 | 1 | -1/+1 |
* | Drop Dova profile | Jürg Billeter | 2012-08-06 | 1 | -11/+1 |
* | Add PointerType.get_actual_type | Luca Bruno | 2011-08-16 | 1 | -0/+15 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -13/+1 |
* | Allow implicit conversion from pointer to GValue | Luca Bruno | 2011-07-28 | 1 | -0/+5 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -2/+2 |
* | Improve performance of SemanticAnalyzer.is_type_accessible | Jürg Billeter | 2010-09-09 | 1 | -2/+2 |
* | dova: Use simple . instead of -> for pointer member access | Jürg Billeter | 2010-07-09 | 1 | -0/+14 |
* | Do not allow assignment with incompatible pointers | Marc-André Lureau | 2010-01-18 | 1 | -1/+16 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -2/+1 |
* | Fix pointer properties | Jürg Billeter | 2009-01-10 | 1 | -1/+6 |
* | Use Gee.List instead of Gee.Collection to improve iteration performance | Juerg Billeter | 2008-05-29 | 1 | -1/+1 |
* | Fix type resolving for arrays and pointers when declaring multiple | 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 report value ownership errors for non-disposable types | Juerg Billeter | 2008-05-18 | 1 | -0/+4 |
* | Don't use UnresolvedType for array and pointer types, add basic support | Juerg Billeter | 2008-05-17 | 1 | -2/+21 |
* | Fix handling of const types, fixes bug 529851 | Juerg Billeter | 2008-04-26 | 1 | -3/+3 |
* | mark pointers as nullable | Juerg Billeter | 2008-04-14 | 1 | -0/+1 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -2/+2 |
* | move experimental null reference checking to separate visitor | Juerg Billeter | 2008-04-14 | 1 | -2/+2 |
* | deprecate construct as parameter modifier, fixes bug 524138 | Juerg Billeter | 2008-04-13 | 1 | -1/+2 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -4/+4 |
* | fix crash when using pointers in parameters of D-Bus signals, fixes bug | Juerg Billeter | 2008-04-06 | 1 | -0/+4 |
* | implement get_symbols method, based on patch by Andreas Brauchli, fixes | Juerg Billeter | 2008-02-05 | 1 | -0/+5 |
* | support addressof expressions for reference types, fixes bug 514495 | Juerg Billeter | 2008-02-05 | 1 | -1/+6 |
* | add more non-null warnings | Juerg Billeter | 2008-02-01 | 1 | -1/+1 |
* | add support for pointer member access | Juerg Billeter | 2007-12-20 | 1 | -0/+10 |
* | update to be compatible with new pointer types | Juerg Billeter | 2007-12-15 | 1 | -1/+30 |
* | add ArrayType, PointerType, ReferenceType, and ValueType classes | Juerg Billeter | 2007-12-04 | 1 | -0/+36 |