summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* codegen: Generate correct ccode for fixed-length array parameterswip/fixed-arraysRico Tzschichholz2016-12-024-6/+32
* valaparser: Don't allow to declare array parameters with "type array[]"Rico Tzschichholz2016-12-023-1/+14
* codegen: Add function-prototypes for all register-type callsRico Tzschichholz2016-12-012-4/+10
* gtk+-4.0: Update to 3.89.1+e09b78f7Rico Tzschichholz2016-12-012-7/+40
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-304-20/+54
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-293-2/+6
* tests: Add gir-test for fixed-size arraysRico Tzschichholz2016-11-272-0/+69
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-244-5/+27
* girparser: No support for fixed-size array as return-valueRico Tzschichholz2016-11-241-0/+8
* Release 0.35.10.35.1Rico Tzschichholz2016-11-221-0/+11
* gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned"Rico Tzschichholz2016-11-212-2/+2
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-204-14/+39
* codegen: Use GTask instead of GSimpleAsyncResult if 2.36 target is selectedCarlos Garnacho2016-11-193-58/+202
* gtk+-4.0: Update to 3.89.0+48e7f419Rico Tzschichholz2016-11-162-3/+25
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-136-6/+27
* gtk+-4.0: Update to 3.89.0+2520662dRico Tzschichholz2016-11-131-1/+15
* Fix build with -Werror=redundant-declsRico Tzschichholz2016-11-121-7/+2
* Fix build with -Werror=enum-compareRico Tzschichholz2016-11-121-1/+1
* tests: Enable -Werror=redundant-declsRico Tzschichholz2016-11-111-1/+1
* codegen: Don't write declaration of CreationMethod for compact-classes twiceRico Tzschichholz2016-11-111-1/+1
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-112-4/+8
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-115-25/+63
* Transform CCode*'s "deprecated" into using CCodeNode's "modifiers"Rico Tzschichholz2016-11-118-27/+26
* tests: Add missing main() in bug641418-*.testRico Tzschichholz2016-11-103-0/+9
* codegen: g_free is already NULL-safeRico Tzschichholz2016-11-101-2/+8
* codegen: Don't implicitly initialize local variables with an initializerRico Tzschichholz2016-11-101-2/+6
* Don't initilize local variable if not requestedRico Tzschichholz2016-11-102-11/+11
* codegen: Remove unused create_local()Rico Tzschichholz2016-11-102-8/+0
* codegen: Make get_temp_variable() default to init=falseRico Tzschichholz2016-11-103-8/+9
* Revert "Always initialize temp variables to fix fatal warnings of GCC 4.8"Rico Tzschichholz2016-11-102-13/+17
* Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functionsRico Tzschichholz2016-11-098-4/+127
* Transform CCodeParameter's "format_arg" into CCodeNode's "modifiers"Rico Tzschichholz2016-11-086-7/+10
* Add CCodeNode "modifiers" and transform CCodeFunction's "attributes" to itRico Tzschichholz2016-11-089-44/+38
* vala: Clean up PropertyAccessor APIRico Tzschichholz2016-11-082-10/+8
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-084-0/+28
* gtk+-4.0: Update to 3.89.0+fa7d77d4Rico Tzschichholz2016-11-072-83/+10
* codegen: Add G_GNUC_FORMAT attribute for FormatArg function-pointersRico Tzschichholz2016-11-071-4/+11
* tests: More cases of FormatArg functionsRico Tzschichholz2016-11-071-0/+26
* codegen: Add G_GNUC_FORMAT attribute for FormatArg functionsJürg Billeter2016-11-076-5/+24
* tests: Enable -Werror=format-nonliteralJürg Billeter2016-11-071-1/+1
* vala: Pass through the format-literalRico Tzschichholz2016-11-072-2/+2
* Fix broken destruction of null-terminated arrays in async data structsRichard Wiedenhöft2016-11-073-3/+32
* doap: Add description as requiredRico Tzschichholz2016-11-061-0/+22
* Drop obsolete MAINTAINERS filewip/housekeepingRico Tzschichholz2016-11-062-9/+0
* Add myself to doapRico Tzschichholz2016-11-061-0/+7
* Update bugreport and package urlsRico Tzschichholz2016-11-062-4/+8
* method: Print encountered type if return types mismatchTimm Bäder2016-11-051-1/+1
* gtk+-4.0: Fix cheader_filename for Gdk and update to 3.89.0+a47fb1c4Rico Tzschichholz2016-11-053-2484/+2475
* girwriter: Use the correct tag- and element-name for an annotationAndrea Del Signore2016-11-041-1/+1
* codegen: Allow underscores in type parameter namesSeverin Heiniger2016-11-033-6/+22