summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* switch lambda expression to external visitorJuerg Billeter2007-09-171-1/+3
* switch object creation expression to external visitorJuerg Billeter2007-09-171-1/+3
* switch invocation expression to external visitorJuerg Billeter2007-09-171-1/+3
* switch return statement to external visitorJuerg Billeter2007-09-171-3/+3
* switch block to external visitorJuerg Billeter2007-09-171-6/+10
* switch assignment to external visitorJuerg Billeter2007-09-171-1/+3
* add support for object initializersJuerg Billeter2007-09-151-10/+38
* support creation methods in structs, replace InstanceByReference methodJuerg Billeter2007-09-153-49/+71
* simplify dispose function, fixes bug 476700Juerg Billeter2007-09-141-23/+4
* fix late bound methods and signals, fixes bug 476953Juerg Billeter2007-09-142-8/+14
* generate C code comment for abstract methodsJuerg Billeter2007-09-131-1/+4
* fix support for static classesJuerg Billeter2007-09-081-16/+16
* append the generated free function to the right file fragmentJuerg Billeter2007-09-081-2/+6
* report an error when trying to define a signal in a type not deriving fromJuerg Billeter2007-09-081-0/+7
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-0717-17/+17
* support strings in switch statements, fixes bug 473462Mathias Hasselmann2007-09-041-32/+104
* emit line directives in debug modeJuerg Billeter2007-09-043-31/+71
* fix virtual methods with generic return typeJuerg Billeter2007-09-021-1/+1
* handle null pointer for expression_type in get_implicit_cast_expression.Mathias Hasselmann2007-09-021-1/+5
* fix implicit casts to support non-GObject classes, enable run-time checksJuerg Billeter2007-09-016-169/+112
* let DataType.is_subtype_of return true if the specified type is the sameJuerg Billeter2007-09-012-6/+3
* number temp variables for each function separately, don't use reserved __Juerg Billeter2007-08-312-1/+9
* simplify struct variable initialization, remove unnecessary warningJuerg Billeter2007-08-311-17/+2
* don't NULL-terminate value-type arraysJuerg Billeter2007-08-301-1/+7
* rename MemberAccessibility to SymbolAccessibility and move its declarationJuerg Billeter2007-08-3010-28/+24
* fix object creation for non-GObject classes without creation methodJuerg Billeter2007-08-301-5/+5
* remove obsolete ctype attributeJuerg Billeter2007-08-303-6/+6
* support classes without base classJuerg Billeter2007-08-303-30/+84
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-305-8/+12
* report too short type names, based on patch by Ed Schouten, fixes bugJuerg Billeter2007-08-292-0/+12
* deny access to instance members from static methods, improve errorJuerg Billeter2007-08-291-1/+1
* fix warnings on invalid codeJuerg Billeter2007-08-291-2/+2
* generate warning about invalid property ids, fixes bug 463668Juerg Billeter2007-08-281-0/+15
* avoid crash on missing copy function, fixes bug 471063.Mathias Hasselmann2007-08-281-2/+12
* support non-GObject classes, will replace reference-type structsJuerg Billeter2007-08-284-42/+11
* generate static get_type functions for non-public classes and interfaces,Juerg Billeter2007-08-274-11/+45
* use exceptions instead of GError parameters for generated bindings, basedJuerg Billeter2007-08-271-4/+13
* write dup_function and free_function attribute values recognize ref,Juerg Billeter2007-08-241-0/+11
* add array length argument when passing null as array argument, fixes bugJuerg Billeter2007-08-211-3/+2
* fix build system to pass distcheck, based on patch by Nicolas Trangez,Juerg Billeter2007-08-211-0/+1
* support --directory option, use basename of input filenames, patch byJuerg Billeter2007-08-211-1/+10
* consider switch statements when releasing local variables, fixes bugMathias Hasselmann2007-08-211-1/+2
* fix memory management for throw statements, fixes bug 465071Juerg Billeter2007-08-201-0/+17
* support C# like as operator test the as operatorMathias Hasselmann2007-08-201-4/+26
* fix initialization of external variablesJuerg Billeter2007-08-201-0/+1
* support namespace fields and public static class fields, fixes bug 464985Juerg Billeter2007-08-202-9/+51
* also use _vala_array_free to release string arrays as g_strfreev cannotMathias Hasselmann2007-08-192-18/+34
* move code generation for _vala_array_free and _vala_array_move intoMathias Hasselmann2007-08-191-87/+95
* terminate array initializer with NULL sentinal to make destructors likeMathias Hasselmann2007-08-191-2/+4
* consider sentinel information provide sentinel information for functionsMathias Hasselmann2007-08-161-1/+1