summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Support negative test casestestsLuca Bruno2011-06-043-14/+37
* tests: Add ref-testing for the GIR parserLuca Bruno2011-06-043-3/+73
* girparser: Handle array length index for return valuesLuca Bruno2011-06-031-30/+33
* Fix critical when calling generated enum to_string methodJürg Billeter2011-06-031-1/+3
* girparser: Always parse gtype structs as records even if they're disguisedLuca Bruno2011-06-031-1/+1
* girparser: Ensure that cname of guessed accessor methods is correctLuca Bruno2011-06-031-0/+6
* girparser: Fix finding invoker method for virtual methodsLuca Bruno2011-06-031-3/+1
* D-Bus: Require class prerequisite for dbus interfacesLuca Bruno2011-06-021-1/+7
* codegen: Remove incorrect check when returning arrays from async methodsJürg Billeter2011-06-011-4/+6
* codegen: Clarify handling of self for closuresJürg Billeter2011-06-011-2/+7
* alsa: fix snd_pcm_write* and and snd_pcm_read*Michael 'Mickey' Lauer2011-05-311-5/+3
* Collect used variables in postfix expression for flow analysisLuca Bruno2011-05-311-0/+4
* cairo: Add missing Device class and Surface methodsRobert Ancell2011-05-311-0/+30
* ccode: Fix line breaking of string literals with octal escape sequencesJürg Billeter2011-05-301-0/+14
* linux: bind i2c and smbus subsystemMichael 'Mickey' Lauer2011-05-301-0/+52
* linux: bind uinput (userspace input) subsystemMichael 'Mickey' Lauer2011-05-301-1/+54
* alsa: bind PCM subsystemMichael 'Mickey' Lauer2011-05-303-3/+513
* posix: add inet_ntop(3) and corresponding constantsMichael 'Mickey' Lauer2011-05-301-0/+7
* linux: add misc. non-posix termios constantsMichael 'Mickey' Lauer2011-05-301-1/+11
* codegen: Support passing real non-null structs as ref/out varargsLuca Bruno2011-05-303-4/+17
* girparser: Fix criticals when enums or error domains have no childrenLuca Bruno2011-05-291-4/+12
* girparser: Threat non-boxed disguised records as compact classesLuca Bruno2011-05-291-6/+12
* glib-2.0: Simplify creation of GLib.SequenceJürg Billeter2011-05-291-1/+2
* dova: Allow structs without default constructorJürg Billeter2011-05-291-1/+1
* codegen: Fix definition of fields when array length cname is specifiedLuca Bruno2011-05-294-3/+31
* Enable control flow analysis for variable declarationsLuca Bruno2011-05-291-0/+8
* Use accept_children in DataTypeLuca Bruno2011-05-291-2/+4
* tests: Add regression test for bug 609642Luca Bruno2011-05-282-0/+9
* tests: Shut vala warning against asynchronous/bug641182.valaLuca Bruno2011-05-281-1/+1
* codegen: Do not initialize temp variable when getting delegate propertyLuca Bruno2011-05-283-1/+18
* codegen: Fix closures in creation methods of classes without base classLuca Bruno2011-05-283-2/+17
* girparser: Skip elements with attribute private="1"Luca Bruno2011-05-271-1/+7
* tests: Add -X -g to the compilation flagsLuca Bruno2011-05-271-1/+1
* Fix checking for abstract/virtual methods inside structsLuca Bruno2011-05-263-3/+18
* girparser: Fix criticals when autoreparenting methods due to aliasesLuca Bruno2011-05-261-1/+2
* girparser: Special case array of ctype GStrv as a null terminated arrayLuca Bruno2011-05-261-2/+7
* gtk+-2.0: Fix Gtk.Fixed.children type argumentsLuca Bruno2011-05-262-2/+2
* codegen: Open block for try statementsLuca Bruno2011-05-263-2/+11
* codewriter: Fix writing methods inside error domainsLuca Bruno2011-05-261-11/+28
* girparser: Allow specifying type for property in metadataLuca Bruno2011-05-251-0/+1
* Always set value_owned to false for pointersLuca Bruno2011-05-253-0/+12
* girparser: Fix reparenting symbols to known containersLuca Bruno2011-05-251-1/+3
* girparser: Autoreparent namespace methods before processing childrenLuca Bruno2011-05-251-43/+49
* girparser: Add sentinel metadata argumentLuca Bruno2011-05-251-4/+7
* codegen: Forbid creating closures for delegates without targetLuca Bruno2011-05-251-1/+1
* codegen: Guard pointer indirection of lengths when returning arraysLuca Bruno2011-05-243-0/+15
* girparser: Add array_length_field metadataLuca Bruno2011-05-241-8/+20
* girparser: Do not assume method with same name of property is a getterLuca Bruno2011-05-241-4/+4
* girparser: Add printf_format metadataLuca Bruno2011-05-241-1/+6
* girparser: Fix setting cname for fields of nested structsLuca Bruno2011-05-231-1/+3