summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Use defines also for internal constants to fix string constantJürg Billeter2008-10-171-2/+6
* Fix interface properties in GObject classesJürg Billeter2008-10-171-2/+1
* Fix leaks in non-GObject classes, based on patch by Andrea Del Signore,Jürg Billeter2008-10-172-13/+41
* Extend non-null check when managing memory, fixes bug 530422Jürg Billeter2008-10-171-1/+1
* Treat the result of two concatenated string constants as constant, fixesJürg Billeter2008-10-171-7/+26
* Move C-specific string concatenation from semantic analyzer to codeJürg Billeter2008-10-171-13/+22
* Fix memory leak when using GObject properties without accessorsJürg Billeter2008-10-151-3/+10
* Fix indentation of parametersJürg Billeter2008-10-131-0/+1
* Add partial support for writing .gir files, replaces .gidl writerJürg Billeter2008-10-132-54/+99
* Fix code generation for virtual methods returning arraysJürg Billeter2008-10-121-1/+1
* Add support for copying arrays, fixes bug 477107Jürg Billeter2008-10-111-7/+94
* Always chain up to base constructor when possible, addJürg Billeter2008-10-111-11/+33
* Support chaining constructors using `base' and `this'Jürg Billeter2008-10-113-19/+29
* Generate code for construct functions in preparation to support baseJürg Billeter2008-10-112-18/+59
* Remove duplicated codeJürg Billeter2008-10-101-81/+29
* Lift restriction on statements in creation methods of GObjects inJürg Billeter2008-10-102-29/+32
* Fix cname of GValue helper functions for fundamental classesJürg Billeter2008-10-032-13/+13
* Always use lowercase signal names in generated C code, patch byJürg Billeter2008-10-031-1/+1
* Generate code to support GValue and GParamSpec for fundamental classes,Jürg Billeter2008-10-036-8/+511
* Don't use g_object_notify for non-GObject properties, fixes bug 548442Jürg Billeter2008-09-291-0/+2
* Add experimental memory management support for structs that use referenceJürg Billeter2008-09-292-6/+85
* Fix crash when using sizeof expression for pointers, fixes bug 549085Jürg Billeter2008-09-271-1/+1
* Fix runtime error when using non-abstract properties in interfaces, fixesJürg Billeter2008-09-271-4/+6
* Add basic support for static propertiesJürg Billeter2008-09-272-14/+21
* Fix handling of array arguments in object creation expressionsJürg Billeter2008-09-261-11/+42
* Avoid code duplication for handling struct argumentsJürg Billeter2008-09-262-44/+31
* Use correct accessor cname for interface implementations of propertiesJürg Billeter2008-09-261-7/+21
* Fix error handling in constructors, patch by Jared Moore, fixes bug 543156Jürg Billeter2008-09-161-1/+11
* Support disabling sentinels, patch by Sam Liddicott, fixes bug 548248Jürg Billeter2008-09-161-1/+1
* Mark generated helper functions for dynamic properties as static inline,Jürg Billeter2008-08-241-0/+2
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-143-5/+2
* compiler/valacompiler.valaLevi Bard2008-08-141-2/+2
* Use finalize instead of dispose to free instance data as dispose shouldJürg Billeter2008-08-143-24/+20
* Add missing casts and checks for non-GObject classesJürg Billeter2008-08-141-3/+3
* Fixed codegen of abstract property accessors, bug 547226.Jared Moore2008-08-141-0/+1
* Add --target-glib command-line option, default to 2.12, based on patch byJürg Billeter2008-08-105-20/+48
* Fix base access for properties, fixes bug 506075Jürg Billeter2008-08-102-0/+42
* Use accessor vfuncs to implement virtual and abstract properties, fixesJürg Billeter2008-08-102-59/+147
* Generate correct code for calling class methods outside of static or classJared Moore2008-08-102-2/+21
* Fix crash when using foreach with stacked arrays, fixes bug 546450Jürg Billeter2008-08-061-1/+1
* Fix crash when using VAPI properties outside of a classJürg Billeter2008-08-061-1/+2
* Fix crash when passing delegate as D-Bus callback, fixes bug 545688Jürg Billeter2008-08-011-1/+2
* Fix linking with --as-needed and on Windows, patch by Yaakov Selkowitz,Jürg Billeter2008-07-301-4/+7
* Add [CCode (type_check_function = "BLAH_IS_FOO")] for classes.Jared Moore2008-07-233-6/+15
* Fix crash when using multi-dimensional arrays, patch by Amos Brocco, fixesJürg Billeter2008-07-221-5/+8
* Added support for 'volatile' modifier in C code.Jared Moore2008-07-223-8/+20
* Generate *_instance_init function for compact classes to initializeJared Moore2008-07-222-1/+13
* Support [CCode (type = "Foo")] for parameters, based on patch by DanielJürg Billeter2008-07-171-0/+4
* Support int64 and uint64 properties in GObjects, patch by ChristianJürg Billeter2008-07-161-0/+18
* 2008-07-12 Jared Moore <jaredm@svn.gnome.org.Jared William Moore2008-07-121-1/+1