summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
* gidlparser: Support setting simple_generics to methodsLuca Bruno2011-06-281-0/+4
* gidlparser: Add no_delegate_target metadata for fieldsLuca Bruno2011-06-261-0/+9
* gidlparser: Support nullable metadata for propertiesLuca Bruno2011-06-111-0/+4
* Move custom_return_type_cname CCode attribute down to MethodLuca Bruno2011-06-041-1/+1
* gdk-3.0: Fix gdk_window_destroy bindingJürg Billeter2011-05-161-0/+4
* gidlparser: Support hiding interfaces with metadataDaniel Hams2011-04-091-0/+4
* gidlparser: Support error types for delegatesMichal Hruby2011-04-051-1/+25
* gidlparser: Add support for array return values in delegatesMichal Hruby2011-04-041-0/+9
* vapigen: Fix marking gir metadata as source.Luca Bruno2011-04-041-5/+11
* Add --metadatadir option to specify path for GIR metadataLuca Bruno2011-04-041-0/+4
* gidl parser: add interface type_cname attributeRyan Lortie2011-03-301-0/+2
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+57
* gidlparser: Fix null-terminated array parameters in delegatesMichal Hruby2011-02-241-0/+7
* gtk+-2.0, gtk+-3.0: Fix GtkActionEntry bindingJürg Billeter2011-02-221-0/+6
* glib-2.0: Add parse and try_parse methods to boolean and numeric typesJürg Billeter2011-01-291-11/+6
* gio-2.0: Fix GDBusProxy::g-properties-changed bindingJürg Billeter2011-01-251-0/+11
* 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