summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update for 0.1.4 releaseVALA_0_1_4Juerg Billeter2007-10-092-0/+21
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-0943-92/+76
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-097-23/+120
* fix support for static methods as GObject signal handlersJuerg Billeter2007-10-092-6/+39
* use .vapi as file extension for generated bindingsJuerg Billeter2007-10-092-2/+7
* renamed from gio-standalone and updated to current svn trunk regeneratedJuerg Billeter2007-10-097-197/+748
* use .vapi as file extension for bindings, fixes bug 483840Juerg Billeter2007-10-083-3/+31
* fix ref array parametersJuerg Billeter2007-10-082-1/+5
* support static methods as D-Bus signal handlers, fixes bug 483127Juerg Billeter2007-10-052-0/+6
* report error for invalid assignments, fixes bug 482997Juerg Billeter2007-10-052-0/+10
* small additionsJuerg Billeter2007-10-022-2/+20
* add experimental support for registering new fundamental classed typesJuerg Billeter2007-10-015-96/+246
* replace dummy property nick and blurb by property nameJuerg Billeter2007-09-272-2/+7
* improve fix_type_name, based on patch by Andrea Del SignoreJuerg Billeter2007-09-272-3/+24
* add CCodeElementAccessBinding class and move relevant code fromJuerg Billeter2007-09-274-50/+103
* add CCodeArrayCreationExpressionBinding class and move relevant code fromJuerg Billeter2007-09-274-58/+108
* refactor emit methodJuerg Billeter2007-09-272-298/+320
* add CCodeExpressionBinding and CCodeAssignmentBinding classes and moveJuerg Billeter2007-09-279-188/+252
* support # comment lines in .metadata files, based on patch by Andrea DelJuerg Billeter2007-09-262-0/+10
* fix crash when using libvala without a code generatorJuerg Billeter2007-09-263-2/+15
* support custom cname for classes, based on patch by Andrea Del SignoreJuerg Billeter2007-09-263-2/+20
* prepare support for classes based on GTypeInstance but not on GObject addJuerg Billeter2007-09-214-6/+57
* add missing parent field for derived non-GObject classesJuerg Billeter2007-09-212-1/+9
* Fix memory leak with non reference counting reference types in propertyRaffaele Sandrini2007-09-203-1/+34
* create code nodes with factory methods to support backend-specific codeJuerg Billeter2007-09-209-144/+1181
* Add support for ownership transfer with properties using the HASH (#)Raffaele Sandrini2007-09-202-0/+19
* add G.HashTable.size ()Raffaele Sandrini2007-09-202-0/+5
* support notify attribute for propertiesJuerg Billeter2007-09-203-2/+24
* add vapigen variable, fixes bug 477111Alberto Ruiz2007-09-182-0/+5
* fix public static fields, fixes bug 477207Juerg Billeter2007-09-182-12/+5
* support mapping interface methods to abstract and virtual methods, fixesJuerg Billeter2007-09-183-2/+13
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-1718-71/+158
* switch lambda expression to external visitorJuerg Billeter2007-09-177-18/+27
* switch object creation expression to external visitorJuerg Billeter2007-09-177-18/+27
* switch invocation expression to external visitorJuerg Billeter2007-09-177-76/+79
* switch return statement to external visitorJuerg Billeter2007-09-177-28/+31
* switch block to external visitorJuerg Billeter2007-09-179-48/+91
* switch assignment to external visitorJuerg Billeter2007-09-177-38/+47
* fix memory management when using lambda expressionsJuerg Billeter2007-09-162-0/+8
* add support for object initializersJuerg Billeter2007-09-1511-16/+256
* support creation methods in structs, replace InstanceByReference methodJuerg Billeter2007-09-1516-198/+189
* support real literals with exponentJuerg Billeter2007-09-152-1/+7
* deny assignment to instance members from static methodsJuerg Billeter2007-09-142-0/+11
* fix Gst.version_string methodJuerg Billeter2007-09-143-1/+9
* simplify dispose function, fixes bug 476700Juerg Billeter2007-09-142-23/+9
* fix late bound methods and signals, fixes bug 476953Juerg Billeter2007-09-143-8/+20
* generate C code comment for abstract methodsJuerg Billeter2007-09-132-1/+9
* don't remove first parameter of creation methodsJuerg Billeter2007-09-138-18/+30
* document struct declarationsJuerg Billeter2007-09-102-0/+23
* detect interface prerequisite cycleJuerg Billeter2007-09-092-0/+12