summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix make check of uninstalled vala, based on patch by Götz Waschk, fixesJürg Billeter2008-12-151-2/+3
* Fix order of commandline arguments passed to C compiler, patch byJürg Billeter2008-12-151-1/+1
* Prepare support for more complex test casesJürg Billeter2008-11-2258-219/+192
* Rearrange test casesJürg Billeter2008-11-1410-184/+180
* Rearrange test casesJürg Billeter2008-11-1446-92/+79
* Remove libgee test to avoid conflict in vapidirJürg Billeter2008-10-253-39/+5
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-1/+6
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Fixed codegen of abstract property accessors, bug 547226.Jared Moore2008-08-142-4/+9
* Generate correct code for calling class methods outside of static or classJared Moore2008-08-102-0/+36
* Support "global::" for object creation expressions.Jared Moore2008-07-221-0/+13
* Generate *_instance_init function for compact classes to initializeJared Moore2008-07-222-2/+11
* 2008-07-12 Jared Moore <jaredm@svn.gnome.org.Jared William Moore2008-07-122-0/+13
* Change GObject properties to always notify on value change, remove theRaffaele Sandrini2008-07-091-1/+0
* Initialize class fields in class init functionJared Moore2008-06-212-14/+39
* Support emitting signals with return values, patch by SamuelJürg Billeter2008-06-152-0/+36
* Check printf arguments, fixes bug 483104Jürg Billeter2008-06-131-7/+7
* Fix memory management when using owned variables as argument for unownedJürg Billeter2008-06-011-0/+39
* Add basic support for nullable structsJuerg Billeter2008-05-301-0/+5
* Add some more tests. Fixes bug #535430Jaap A. Haitsma2008-05-291-0/+40
* Print errors on stdout. Fixes #535417Jaap A. Haitsma2008-05-291-0/+6
* Test compilation of constant string arraysJuerg Billeter2008-05-291-0/+2
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-252-22/+28
* Deprecate static classes, patch by Jared Moore, fixes bug 524509Juerg Billeter2008-05-252-89/+78
* Support destructors for non-GObject classes, patch by Jared Moore, fixesJuerg Billeter2008-05-252-0/+14
* Fix private class fields, patch by Jared Moore, fixes bug 532898Juerg Billeter2008-05-231-0/+2
* Allow invocation of void methods as initializer and iterator in forJuerg Billeter2008-05-233-0/+16
* Build executable by defaultJuerg Billeter2008-04-261-2/+2
* Fix base access with virtual interface methods, fixes bug 528457Juerg Billeter2008-04-161-0/+53
* don't require `new' operator for struct initialization, fixes bug 526547Juerg Billeter2008-04-141-6/+6
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+2
* 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