summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* change syntax for defining default values of properties, fixes bug 526550Juerg Billeter2008-04-071-10/+2
* reset takes_ownership and transfers_ownership for base types of pointerJuerg Billeter2008-04-071-0/+12
* type check initializer listsJuerg Billeter2008-04-071-1/+1
* fix spurious error when overriding abstract method in derived abstractJuerg Billeter2008-04-071-0/+14
* fix element access assignment with pointers, fixes bug 519933Juerg Billeter2008-04-071-0/+10
* emit constants after function declarations as constants may depend onJuerg Billeter2008-03-161-0/+6
* Make the length field of a multi-dimensional array an array of ints,Juerg Billeter2008-03-101-0/+3
* support foreach over multi-dimensional arraysJuerg Billeter2008-03-081-0/+20
* don't free arguments of ref and out parametersJuerg Billeter2008-03-021-0/+10
* make sure we detect failed test casesJuerg Billeter2008-03-021-0/+3
* allow implicit conversion from 0 to enum and flags typesJuerg Billeter2008-03-021-1/+7
* distribute licenses to be used by vala-gen-projectJuerg Billeter2008-03-011-1/+1
* fix using interface methods as delegates, fixes bug 518109Juerg Billeter2008-03-011-1/+16
* fix argument dependency in the C code for array and delegate arguments,Juerg Billeter2008-03-011-0/+14
* ensure tests don't report errors on stderrJuerg Billeter2008-03-011-1/+1
* fix try catch statements without thrown exceptions, fixes bug 506016Juerg Billeter2008-02-291-0/+7
* support throw statements in try statementsJuerg Billeter2008-02-291-1/+13
* combine and rename some testsJuerg Billeter2008-02-289-43/+17
* fix handling of error type parameters in the gobject backend, fix creationRaffaele Sandrini2008-02-231-0/+5
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-2/+1
* create wrapper functions for methods used as delegates to fix parameterJuerg Billeter2008-02-061-3/+5
* create wrapper functions for signal handlers to support public signalJuerg Billeter2008-02-061-13/+4
* improve error reporting for properties, fixes bug 514326Juerg Billeter2008-02-041-1/+1
* extend the array test with an array of structs declared through the "var"Raffaele Sandrini2008-02-031-0/+8
* fix struct pointer member accessJuerg Billeter2008-01-273-0/+18
* build control flow graph for switch statements, report missing breakJuerg Billeter2008-01-241-0/+12
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-0/+2
* honor EXEEXT to fix tests on Cygwin and MinGW, patch by Yaakov Selkowitz,Juerg Billeter2008-01-232-2/+3
* allow string comparison with null, use strcmp instead of g_utf8_collateJuerg Billeter2008-01-233-2/+18
* support length field for array constantsJuerg Billeter2008-01-221-0/+8
* add element access tests to array testsJuerg Billeter2008-01-225-63/+52
* fix array creation expressions with side-effects, fixes bug 472984Juerg Billeter2008-01-211-13/+27
* combine array tests in one fileJuerg Billeter2008-01-217-78/+63
* add support for instance delegates, fixes bug 508734Juerg Billeter2008-01-142-4/+24
* fix memory management with simple conditional expressions, fixes bugJuerg Billeter2008-01-082-5/+13
* support public static fields with initializers, fixes bug 506749Juerg Billeter2008-01-032-10/+12
* fix member access in interface methods, fixes bug 504338Juerg Billeter2007-12-263-0/+32
* fix invalid C code for virtual interface method implementationsJuerg Billeter2007-12-122-2/+23
* always use VoidTypeJuerg Billeter2007-12-122-3/+15
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-1/+1
* pass non-simple structs always by referenceJuerg Billeter2007-11-302-0/+24
* check interfaces before base class in symbol lookupJuerg Billeter2007-11-302-0/+26
* refactor tests to have more descriptive namesJuerg Billeter2007-11-2948-277/+203
* remove enchant bindings test, we focus on compiler testsJuerg Billeter2007-11-292-119/+0
* don't use filter function in makefiles as it's a GNU make extensionJuerg Billeter2007-11-271-4/+7
* replace deprecated INCLUDES by AM_CPPFLAGSJuerg Billeter2007-11-271-1/+1
* remove invalid property definitionsJuerg Billeter2007-11-161-10/+1
* Add '-no-undefined' for Cygwin and MinGW. Change order of link command toJuerg Billeter2007-10-191-1/+1
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-091-2/+2
* prepare support for classes based on GTypeInstance but not on GObject addJuerg Billeter2007-09-212-0/+39