summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
* vapigen: Fix handling of arrays and nullability when parsing typesEvan Nemerson2011-01-191-16/+8
* vapigen: Fix metadata pattern handlingJürg Billeter2011-01-161-2/+2
* glib-2.0: Add string.index_of_charJürg Billeter2011-01-151-5/+5
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-152-20/+20
* vapigen: Support hidden attribute for interface implementationsJürg Billeter2011-01-151-0/+18
* vapigen: Fix GIDL parse error reportingJürg Billeter2010-12-221-1/+1
* vapigen: Improve type_name and type_arguments parsingEvan Nemerson2010-11-101-84/+140
* girparser: Add metadata stack while parsing the gir, generalize mergingLuca Bruno2010-11-081-1/+9
* vapigen: Add --disable-warnings and use --quiet to tune reports verbosityLuca Bruno2010-11-081-0/+4
* girparser: Parse included GIR filesLuca Bruno2010-11-081-2/+1
* vapigen: Remove misleading --metadata, each .gir must have its own .metadata.Luca Bruno2010-11-081-5/+0
* vapigen: Honor --directory option as output directoryLuca Bruno2010-11-081-1/+6
* vapigen: Remove obsolete code for handling omitted --library optionLuca Bruno2010-11-081-20/+7
* Add CodeContext.check methodJürg Billeter2010-10-281-9/+1
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-5/+5
* vapigen: Support type_name attribute for signal return typesJürg Billeter2010-10-251-0/+15
* vapigen: Support hidden attribute for signal parametersJürg Billeter2010-10-251-2/+13
* gtksourceview-2.0: Make some interface methods virtual, not abstractEvan Nemerson2010-10-231-0/+3
* vapigen: fix handling of type_name on fieldsEvan Nemerson2010-10-231-10/+1
* Move package adding logic to CodeContextLuca Bruno2010-10-031-77/+20
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-092-5/+5
* libsoup-2.4: Fix XMLRPC error domains.Evan Nemerson2010-08-211-0/+1
* vapigen: Automatically adjust method names when setting parent.Evan Nemerson2010-08-211-0/+7
* vapigen: Support setting the parent of a symbol.Evan Nemerson2010-08-211-80/+245
* vapigen: Fix chain up warning in subclasses of generated bindingsJürg Billeter2010-08-211-0/+9
* glib-2.0: Deprecate string.size () in favor of string.lengthJürg Billeter2010-08-202-7/+7
* vapigen: Replace use of string.len () by string.lengthJürg Billeter2010-08-201-2/+2
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-202-18/+18
* vapigen: Allow metadata to specify the type_name of properties.Evan Nemerson2010-08-191-0/+2
* vapigen: support for setting exception types in metadata filesEvan Nemerson2010-08-111-2/+13
* vala-gen-introspect: Fix script with version suffixJürg Billeter2010-08-091-1/+1
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-053-3/+13
* Add Variable classJürg Billeter2010-07-271-20/+20
* Derive EnumValue from ConstantJürg Billeter2010-07-271-1/+1
* vapigen: Support shared finish methodsMichal Hruby2010-07-211-7/+9
* vapigen: Support array_length_type for method return valuesJürg Billeter2010-07-201-0/+2
* vapigen: do not remove all values from enums in custom.vala filesEvan Nemerson2010-07-191-1/+5
* vapigen: Add support for type_parameters for delegatesSebastian Dröge2010-07-081-0/+13
* vapigen: Hide async *_finish methodsEvan Nemerson2010-06-281-1/+9
* vapigen: Add support for deprecated metadata attributesEvan Nemerson2010-06-151-0/+119
* build: Use $(srcdir) instead of relative pathsDarren Warner2010-06-041-2/+2
* vapigen: support setting array_length_type for parametersEvan Nemerson2010-04-291-0/+2
* vala-gen-introspect: Support packages without prefixTravis Reitter2010-04-291-1/+7
* vapigen: Apply array attributes from finish method to async as wellMichal Hruby2010-04-281-0/+2
* vapigen: Support finish_name attribute for async methodsMichal Hruby2010-04-281-0/+14
* vapigen: Support type_id attribute for classesVíctor Manuel Jáquez Leal2010-04-271-0/+2
* vapigen: Support is_array attribute for delegate parametersTravis Reitter2010-04-201-0/+22
* vapigen: support type_arguments for signal/delegate return typesSebastian Dröge2010-04-191-0/+10
* vapigen: Support instance_pos attribute for delegatesJürg Billeter2010-04-161-1/+3
* vapigen: add support for type_arguments on signal parametersEvan Nemerson2010-04-141-0/+5