summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
* avoid NULL function parameter namesJuerg Billeter2007-11-241-0/+2
* add support for .defines fileJuerg Billeter2007-11-221-1/+6
* ignore empty lines in .filesJuerg Billeter2007-11-222-2/+6
* report error for missing return types in methodsJuerg Billeter2007-11-221-1/+1
* detect out parameters of value types, add support for array return typesJuerg Billeter2007-11-201-1/+10
* fix .deps file handlingJuerg Billeter2007-10-271-2/+2
* rename gidlgen subdirectory to vala-gen-introspectJuerg Billeter2007-10-273-1/+1
* replace perl scripts by gen-introspect, rename gidlgen toJuerg Billeter2007-10-266-1489/+32
* fix state changes in `requires' elements support flags and use nameJuerg Billeter2007-10-191-1/+7
* Add '-no-undefined' for Cygwin and MinGW. Change order of link command toJuerg Billeter2007-10-191-1/+2
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-091-3/+3
* use .vapi as file extension for generated bindingsJuerg Billeter2007-10-091-2/+2
* improve fix_type_name, based on patch by Andrea Del SignoreJuerg Billeter2007-09-271-3/+19
* support # comment lines in .metadata files, based on patch by Andrea DelJuerg Billeter2007-09-261-0/+5
* support creation methods in structs, replace InstanceByReference methodJuerg Billeter2007-09-151-6/+0
* don't remove first parameter of creation methodsJuerg Billeter2007-09-131-1/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-073-3/+3
* support multiple namespace mappings for binding really broken librariesMathias Hasselmann2007-09-061-21/+72
* Handle markup errors in GIDL files.Mathias Hasselmann2007-09-021-4/+7
* adding vapicheck as tool to verify Vala bindings. currently only .metadataMathias Hasselmann2007-09-022-1/+197
* avoid unnecessary xml_pp dependency, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-09-012-5/+5
* improve gidlgen command-line options, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-09-011-4/+4
* support base_class attributeJuerg Billeter2007-08-311-1/+9
* use G_TYPE_POINTER for not registered classes, add has_type_id attributeJuerg Billeter2007-08-311-3/+22
* rename MemberAccessibility to SymbolAccessibility and move its declarationJuerg Billeter2007-08-301-12/+12
* remove support for reference-type structs, improve support for non-GObjectJuerg Billeter2007-08-301-99/+192
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* support custom field cname in generated VAPI fileJuerg Billeter2007-08-281-0/+2
* add support for partial structs, patch by Mathias HasselmannJuerg Billeter2007-08-281-97/+103
* use .deps files to satisfy dependencies, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-08-271-0/+32
* ignore enum values to avoid some pattern matching issuesJuerg Billeter2007-08-271-1/+2
* use exceptions instead of GError parameters for generated bindings, basedJuerg Billeter2007-08-271-0/+5
* fix generated string out and string array parameters add g_listenvJuerg Billeter2007-08-241-0/+14
* add GNOME Desktop Library bindingsJuerg Billeter2007-08-241-2/+6
* fix array fields of Gtk.Style, fixes bug 463959 add g_get_user_data_dirJuerg Billeter2007-08-241-0/+8
* recognize unsigned and unsigned-int types add libwnck bindingsJuerg Billeter2007-08-241-0/+2
* write dup_function and free_function attribute values recognize ref,Juerg Billeter2007-08-241-9/+63
* consider sentinel information provide sentinel information for functionsMathias Hasselmann2007-08-161-0/+2
* add Hildon bindings, patch by Marcelo Lira, fixes bug 463598Juerg Billeter2007-08-071-1/+13
* improve class and signal parsing, patch by Marcelo Lira, fixes bug 464388Juerg Billeter2007-08-071-1/+4
* fix Soup.HttpVersion enumJuerg Billeter2007-08-071-0/+5
* add libsoup bindingsJuerg Billeter2007-08-071-0/+14
* remove most namespace detection workarounds, fixes bug 463171Juerg Billeter2007-08-072-81/+75
* fix --version option in vapigen, patch by Jaap A. Haitsma, fixes bugJuerg Billeter2007-08-062-1/+6
* add Clutter bindings, patch by Carl-Anton Ingmarsson, fixes bug 463708Juerg Billeter2007-08-061-1/+17
* extend GLib.Value Gtk.TreeModel fixes add GtkSourceView bindingsJuerg Billeter2007-08-011-0/+4
* use abstract instead of virtual methods in generated interfacesJuerg Billeter2007-07-301-2/+3
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-272-23/+24
* use weak variables in foreach statements where appropriateJuerg Billeter2007-07-261-14/+14
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-212-10/+27