summaryrefslogtreecommitdiff
path: root/vapigen
Commit message (Expand)AuthorAgeFilesLines
* vapigen: Add support for base types and ranks in structsEvan Nemerson2010-01-251-0/+4
* vapigen: Support base_class attribute for boxed typesJürg Billeter2010-01-251-0/+9
* vapigen: Support ref_function attribute for boxed typesJürg Billeter2010-01-161-6/+18
* vapigen: Fix crash in parse_signalJürg Billeter2009-12-231-0/+4
* vala-gen-introspect: Allow absolute path in .filesArun Raghavan2009-12-171-1/+3
* vapigen: Support hidden attribute for enum valuesJohann Prieur2009-11-131-2/+30
* gtk+-2.0: Fix GtkScale::format-value bindingJürg Billeter2009-10-271-0/+4
* Deprecate assigning to construct-only propertiesJürg Billeter2009-10-211-3/+3
* Allow use of .gir directly from valacRyan Lortie2009-10-184-1375/+9
* vapigen: Don't emit ".@new" on default constructorRyan Lortie2009-10-171-1/+3
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-124-10/+7
* vapicheck: Fix unhandled errorJürg Billeter2009-09-301-1/+1
* vapigen: Support async attribute for methodsPhilipp Zabel2009-09-271-2/+13
* Only use const for immutable structsJürg Billeter2009-09-271-6/+10
* gio-2.0: Fix GAsyncReadyCallback bindingJürg Billeter2009-09-171-0/+4
* vapigen: Fix signals in interfacesJürg Billeter2009-09-171-0/+1
* GIR parser: Handle anonymous unions and structs inside unionsSebastian Dröge2009-09-151-0/+24
* vapigen: Support owned_get metadata attribute for propertiesJürg Billeter2009-09-141-0/+4
* Add has_copy_function and has_destroy_function struct attributesJürg Billeter2009-09-131-0/+24
* gio-2.0: Correctly bind asynchronous methodsJürg Billeter2009-09-131-1/+35
* vapigen: Support virtual="0"Jürg Billeter2009-08-311-0/+13
* vapigen: Interfaces should be marked as external by default.Alberto Ruiz2009-08-181-0/+1
* glib-2.0: Fix g_strchomp, g_strchug, and g_strstrip bindingsJürg Billeter2009-08-151-1/+1
* GIR parser: Skip checks not relevant for bindingsJürg Billeter2009-07-291-0/+6
* vapigen: Make quotes around metadata arguments optionalEvan Nemerson2009-07-271-1/+1
* vapigen: Support overriding memory management functions in metadataEvan Nemerson2009-07-271-10/+22
* Use (s)size_t instead of (u)long in several string methodsEvan Nemerson2009-07-272-2/+2
* Add support for Array parameters with no array_legth (fixes #589446)Alberto Ruiz2009-07-231-0/+3
* Remove debug statements in the gir parser positional parameter handlingRob Taylor2009-07-221-8/+1
* Make vapigen obey deps files for --pkg arguments.Rob Taylor2009-07-221-1/+21
* Cope with throws in a constructorRob Taylor2009-07-221-3/+18
* Attempt to correctly generate positional information for closures and array l...Rob Taylor2009-07-221-10/+69
* support .deps files when using new .gir files.Rob Taylor2009-07-221-1/+16
* vapigen: allow metadata to set type_idJaap A. Haitsma2009-07-181-0/+6
* GIR parser: Support constructors throwing errorsJürg Billeter2009-07-161-0/+4
* Add VALAFLAGSJaap A. Haitsma2009-07-081-2/+2
* vapigen: Do not doubly-link to the static libgeeMark Lee2009-07-081-2/+0
* GIR parser: Fix case for cprefixJordan Yelloz2009-07-081-2/+2
* GIR parser: Fix callback parameters in virtual methodsJürg Billeter2009-07-031-1/+1
* Fix GStrv properties in bindingsJürg Billeter2009-06-281-1/+6
* vapigen: Use GObject profileJürg Billeter2009-06-251-0/+1
* Check compatibility of generic type argumentsJürg Billeter2009-06-031-1/+1
* vapigen: Add accessor_method metadata for propertiesJürg Billeter2009-05-251-0/+4
* Rename gobject directory to codegenJürg Billeter2009-05-091-2/+2
* GIR parser: Add c:prefix parsingDidier 'Ptitjes2009-05-071-0/+6
* GIR parser: Fix virtual method and signal parsingDidier 'Ptitjes2009-05-071-6/+51
* GIR parser: Mark constants as external to not require initializerDidier 'Ptitjes2009-05-071-0/+1
* GIR parser: Fix allow-none attribute parsing in fields and return valuesDidier 'Ptitjes2009-05-071-0/+8
* GIR parser: Fix construct-only attribute parsing for propertiesDidier 'Ptitjes2009-05-071-2/+3
* GIR parser: Parse class constantsDidier 'Ptitjes2009-05-071-0/+2