2006-08-03 |
Jürg Billeter | Post-release version bump. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Jürg Billeter | update for 0.0.2 release check for floating reference... VALA_0_0_2 |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Jürg Billeter | port to construction methods add interface documentatio... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Jürg Billeter | add support for construction methods add to_string... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Jürg Billeter | support prefix increment and decrement, fix parsing... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jürg Billeter | support CASE, DEFAULT, DO, and SWITCH support switch... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jürg Billeter | support for loops with local variable declaration in... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jürg Billeter | don't require developer to explicitly write static... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Jürg Billeter | support casting arrays don't require developer to expli... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Jürg Billeter | use more expressive property names, add stricter (... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Jürg Billeter | make sure that current_scope isn't null start to suppor... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Jürg Billeter | Post-release version bump. remove g_object_unref call... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Jürg Billeter | update for 0.0.1 release add introduction replace by... VALA_0_0_1 |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Raffaele Sandrini | add element access support add visit_postfix_expression... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Jürg Billeter | ignore file-internal dependencies mark string literals... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Jürg Billeter | adapt to changes in InvocationExpression, LocalVariable... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Jürg Billeter | don't allow write access to read-only properties adapt... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Jürg Billeter | don't allow access to private members |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Jürg Billeter | check method signatures of overriding methods support... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Jürg Billeter | adapt to ForStatement API changes make {get,set}_lower_... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Jürg Billeter | adapt to Method API changes support signals, mark priva... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Jürg Billeter | support interfaces support lambda expressions with... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Jürg Billeter | add interface documentation, use implicit namespace... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Jürg Billeter | use continue statements to decrease indentation levels... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Jürg Billeter | add interface documentation, use implicit namespace... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Jürg Billeter | merge SimpleName into MemberAccess adapt to change... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Jürg Billeter | don't pass parameter list to lambda expression contruct... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Jürg Billeter | support implicit namespace specification in callback... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Jürg Billeter | add interface documentation, use implicit namespace... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Jürg Billeter | add interface documentation, use implicit namespace... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Jürg Billeter | generate assignment with appropriate operator use impli... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Jürg Billeter | support implicit namespace specification in struct... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Jürg Billeter | use implicit namespace specification, reformat code |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Jürg Billeter | support implicit namespace specification in class decla... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Jürg Billeter | distinguish between ref_function/unref_function and |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Jürg Billeter | add interface documentation |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Jürg Billeter | add private add_symbol helper method tiny refactoring... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Jürg Billeter | move source_reference to Vala.Literal, use non-null... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Jürg Billeter | plug some memory leaks, adapt to Vala.Block changes... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Jürg Billeter | don't mark properties as construct-only, use non-null... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Jürg Billeter | replace specialized interface member declarations by... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Jürg Billeter | support LAMBDA and CALLBACK support callbacks and lambd... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jürg Billeter | support TYPEOF support typeof expressions, out ref... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Jürg Billeter | don't leak comment texts, support generic types with... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Jürg Billeter | add local variables to block analyze local variable... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Raffaele Sandrini | add libxml-2.0 also to the Makefile |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Raffaele Sandrini | add basic libxml2 reader support |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Jürg Billeter | set is_lvalue_ref in property declarations use non... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Jürg Billeter | set is_lvalue_ref for variables and fields variables... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Jürg Billeter | use non-null parameter types, add visit method for... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jürg Billeter | fix cname of constants, casts of self |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jürg Billeter | add missing source dependencies check parameter types... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Jürg Billeter | support REAL_LITERAL, TILDE, SIGNAL support flags,... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Jürg Billeter | support interfaces, adapt to Class/Struct/Type changes... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Jürg Billeter | fix member access to namespaces adapt to CCodeWriter... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Jürg Billeter | support ELLIPSIS, use g_strdup instead of strdup suppor... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jürg Billeter | Compiler is now self-hosting. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Jürg Billeter | support initializer lists support constant arrays and... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Jürg Billeter | support abstract methods and static fields support... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Jürg Billeter | add class instance private struct, type register functi... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Jürg Billeter | support file comments, BREAK, CONTINUE support break... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jürg Billeter | include header file in corresponding source file, gener... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | add get_source_files method add pkg flag use GLib.Objec... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | update ChangeLog |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | add method parameters, public instance field access... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | support member and access modifiers, static methods... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | adapt to BinaryOperator enum changes add operators... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | support namespace attributes process namespace and... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jürg Billeter | update reference and property annotations switch string... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Jürg Billeter | implement camel_case_to_lower_case method extend string... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Jürg Billeter | support variable declarators, subtyping, constants... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Jürg Billeter | fix multi-line comments basic statement and expression... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Jürg Billeter | fix unary expressions add visit_block method add visit... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Jürg Billeter | support logical AND and OR expressions, conditional... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Jürg Billeter | support member access, multiplicative, additive, shift... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Jürg Billeter | support assign operators support assign operators and... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Jürg Billeter | support OPEN_CAST_PARENS, IS, WHILE support structs... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Jürg Billeter | tokenizer for new vala compiler parser vor new vala... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Jürg Billeter | vala/valacodecontext.vala vala/valasourcefile.vala... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Jürg Billeter | support OP_NEG, CONSTRUCT, FOREACH, IN add foreach... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Raffaele Sandrini | add tests for base fields remove klass local variable... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Jürg Billeter | support ENUM, FLAGS, STRUCT add structs, generic types... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Jürg Billeter | support AT, CONST, VALA_FALSE, VALA_NULL, OUT, REF... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Raffaele Sandrini | add |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jürg Billeter | support OVERRIDE, VIRTUAL add virtual methods support... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jürg Billeter | support OPEN_BRACKET, CLOSE_BRACKET, OP_INC, OP_DEC... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Jürg Billeter | save cname in class, save location of statements and... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Jürg Billeter | support single-line comments, ASSIGN, PLUS, RETURN... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Jürg Billeter | set token location, support OPEN_PARENS, CLOSE_PARENS... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Jürg Billeter | support DOT, COLON, and COMMA save lower and upper... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Jürg Billeter | Initial import. |
commit | commitdiff | tree | snapshot |
|