2007-12-15 |
Juerg Billeter | remove option to disable automatic memory management... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Juerg Billeter | remove Pointer class |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Juerg Billeter | update to be compatible with new pointer types |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Juerg Billeter | add ClassType and InterfaceType classes, let ArrayType... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Juerg Billeter | refactor collection type check |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Juerg Billeter | move is_type_compatible method from SemanticAnalyzer... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Juerg Billeter | add add_type_dependency method to SourceFile |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Juerg Billeter | move reference type check from MemoryManager to DataType |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Juerg Billeter | replace Invokable interface by DelegateType, MethodType... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Juerg Billeter | fix exception handling with ellipsis parameters |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Juerg Billeter | readd support for void UnresolvedType, still required... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Juerg Billeter | support assignment of lambda expressions to local variables |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Juerg Billeter | verify that the `abstract', `virtual', and `overrides... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Juerg Billeter | fix invalid C code for virtual interface method impleme... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Juerg Billeter | always use VoidType |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Juerg Billeter | add missing files |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Juerg Billeter | remove bindings for deprecated functions |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Juerg Billeter | add GTimer and g_list_insert_sorted, patch by Mikael... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | use subclasses of DataType |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | fix return type for creation methods |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | use subclasses of DataType |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | Update svn:ignore property. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | add NullType and VoidType classes |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | add ArrayType, PointerType, ReferenceType, and ValueTyp... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Juerg Billeter | don't call replace_type when type resolving failed |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Roberto Majadas | Added libgnome-menu vapi files Added libgnome-menu... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Juerg Billeter | implement replace_type for sizeof and typeof expressions |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Juerg Billeter | move unresolved type information from DataType into... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Juerg Billeter | rename replace method to replace_expression and require... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Juerg Billeter | prevent conflicts in type macros |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Juerg Billeter | rename TypeReference to DataType |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Juerg Billeter | rename DataType to Typesymbol |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Juerg Billeter | don't emit unreachable code, patch by Ondrej Jirman |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Juerg Billeter | don't let named creation methods conflict with normal... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Juerg Billeter | pass non-simple structs always by reference |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Juerg Billeter | check interfaces before base class in symbol lookup |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | support virtual methods without wrapper with the [NoWra... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | add is_pure method to Expression class |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | refactor tests to have more descriptive names |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | remove enchant bindings test, we focus on compiler... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | fix distcheck |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Juerg Billeter | add some basic documentation for statements, extend... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Juerg Billeter | add support for inline methods |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Juerg Billeter | bind atomic operations, fixes bug 499970 |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Juerg Billeter | add support for volatile fields, fixes bug #499960 |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | search for INSTALL and COPYING files in more directorie... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | add AM_MAINTAINER_MODE and replace deprecated INCLUDES... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | don't use filter function in makefiles as it's a GNU... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | add AM_MAINTAINER_MODE |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | replace deprecated INCLUDES by AM_CPPFLAGS |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | concatenate adjacent string literal tokens |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Juerg Billeter | bind sscanf instead of scanf, add memcpy binding |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Juerg Billeter | add scanf and fscanf bindings |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Juerg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Juerg Billeter | update for 0.1.5 release VALA_0_1_5 |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Juerg Billeter | remove short-living reference warning, too many false... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Juerg Billeter | add binding for g_chmod |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Juerg Billeter | mark GtkTargetEntry as value-type |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Juerg Billeter | fix is_out support for parameters |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Juerg Billeter | support is_out for parameters in the metadata |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Juerg Billeter | add support for overriding the name and namespace of... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Juerg Billeter | avoid NULL function parameter names |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Juerg Billeter | call g_thread_init to support libraries using threading... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Juerg Billeter | add support for anonymous structs and unions (gcc exten... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | fix value of string constants |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | compare complete path |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | add support for .defines file |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | ignore empty lines in .files |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | don't process get_type function symbols twice, support... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | report error for missing return types in methods |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | improve error reporting and ignore get_type functions... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Juerg Billeter | add symbol dependency for generic type arguments |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Juerg Billeter | add some more GObject functions |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Juerg Billeter | extend GValue, fix g_object_connect |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Juerg Billeter | add missing cheader_filename attributes |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Juerg Billeter | updated to gio 0.1.2 |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Juerg Billeter | detect out parameters of value types, add support for... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Juerg Billeter | remove invalid property definitions |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Juerg Billeter | add binding for g_type_qname and fix GQuark binding |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Juerg Billeter | add bindings for g_object_get_data, g_object_set_data... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Juerg Billeter | fix code generation for private fields in types not... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Juerg Billeter | updated to gio 0.1.1 |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Juerg Billeter | mark gtk_object_destroy as emitter function |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Juerg Billeter | fix signedness mismatch |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Juerg Billeter | cast generic copy function to GBoxedCopyFunc |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Juerg Billeter | add PrintfFormat attribute to GString printf methods |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Juerg Billeter | use gconstpointer where appropriate for generics |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Juerg Billeter | use defines for public constants |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Juerg Billeter | avoid void pointer arithmetic in _vala_array_move |
commit | commitdiff | tree | snapshot |
next |