summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update for 0.0.6 release correctly distribute test sourcesVALA_0_0_6Jürg Billeter2007-02-283-1/+45
* updates and fixesJürg Billeter2007-02-285-41/+390
* support uchar[] regenerated set cheader_filename fix GdkCursor andJürg Billeter2007-02-287-4/+269
* test Array.resize method and Array.length field update length whenJürg Billeter2007-02-284-2/+22
* mark source_reference as construction property to allow access in ArrayJürg Billeter2007-02-2712-23/+250
* accept interfaces with base typesJürg Billeter2007-02-272-1/+13
* fix error handling with unknown namespacesJürg Billeter2007-02-262-0/+11
* test enums updateJürg Billeter2007-02-264-0/+38
* test postfix and prefix expressions update support prefix and postfixJürg Billeter2007-02-266-47/+188
* improve subtyping suport for structsJürg Billeter2007-02-253-8/+28
* test hidden base method access update correct symbol_reference for baseJürg Billeter2007-02-255-3/+50
* enhance assignment test correct bracketing in compound assignmentsJürg Billeter2007-02-254-4/+14
* add to_string methodJürg Billeter2007-02-252-0/+16
* improve GSource supportJürg Billeter2007-02-252-2/+27
* update Changelog alsoRaffaele Sandrini2007-02-221-0/+6
* don't allow NULL terminated arrays of value-type structs and remove theRaffaele Sandrini2007-02-221-5/+24
* support using instance methods as static callbacksJürg Billeter2007-02-212-0/+15
* more string functions (patch by Cayle Graumann)Jürg Billeter2007-02-192-1/+12
* fix indentation for class definitionsRaffaele Sandrini2007-02-182-0/+5
* add GLib.QueueJürg Billeter2007-02-042-0/+38
* fix global constants add NoArrayLength attribute to Process functionsJürg Billeter2007-02-043-1/+14
* use correct type cname in array creation expression, don't assume that allJürg Billeter2007-02-042-7/+9
* fix crash when parsing array creation expressionJürg Billeter2007-02-042-2/+6
* add get_bool method for boolean values print message when detecting optionJürg Billeter2006-12-233-0/+29
* add message logging functions support enum to int conversions andJürg Billeter2006-12-104-0/+66
* fix generating switch statementsJürg Billeter2006-11-242-1/+11
* allow main methods without parameters and main methods returning void,Jürg Billeter2006-11-232-4/+74
* support enum members with valuesJürg Billeter2006-11-223-2/+15
* add direct_hash and direct_equal distribute reference outputJürg Billeter2006-11-223-0/+34
* use new attribute functionalityJürg Billeter2006-11-217-202/+71
* add has_argument, get_string, and get_integer methods add get_attributeJürg Billeter2006-11-214-10/+87
* don't require GLib namespace at runtime in symbol resolver and semanticJürg Billeter2006-11-213-6/+18
* add test script add reference output for test cases add test environmentJürg Billeter2006-11-2128-1/+93
* fix code generation for structsJürg Billeter2006-11-202-8/+45
* remove AM_MAINTAINER_MODE to always rebuild scanner and parser if changedJürg Billeter2006-11-112-2/+5
* add GArray and GTree structures write header files attributes for classesRaffaele Sandrini2006-11-093-0/+85
* some fixes and additionsJürg Billeter2006-11-092-9/+20
* support interfaces in header cycles add get_interfaces methodJürg Billeter2006-11-083-0/+19
* support unary ~ operatorJürg Billeter2006-11-062-0/+11
* use g_value_set_object for interfaces implement get_type_idJürg Billeter2006-11-063-1/+15
* Post-release version bumpJürg Billeter2006-11-022-1/+5
* update for 0.0.5 releaseVALA_0_0_5Jürg Billeter2006-11-022-0/+14
* don't ignore Gtk.Allocation, set cname of methods add Gtk.AllocationJürg Billeter2006-11-023-1/+16
* write CCode.cname attribute for methods use CCode.cname attributeJürg Billeter2006-11-026-0/+3730
* commit missing ChangeLog entryRaffaele Sandrini2006-11-021-0/+5
* fix memory leak caused when container expression transferns ownership toRaffaele Sandrini2006-11-021-5/+21
* don't use weak for value types make set_cname public add Gtk.Allocation,Jürg Billeter2006-11-027-474/+494
* don't add NULL to end of variable argument list for printf-style functionsJürg Billeter2006-10-315-2/+24
* miscellaneous fixesJürg Billeter2006-10-275-1888/+1958
* detect some array types in return types support is_value_ype and fields inJürg Billeter2006-10-277-2/+56