summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vala: Minor clean up assignment to binary expression transformationRico Tzschichholz2018-11-221-14/+17
* codegen: Replace if-else-tree with switchRico Tzschichholz2018-11-221-22/+13
* build: Add --enable-debug configure optionRico Tzschichholz2018-11-221-0/+6
* codegen: Don't emit type_id for enum in non GOBJECT profileRico Tzschichholz2018-11-211-1/+1
* codegen: Don't explicitly add glib headers, using symbols will do thatRico Tzschichholz2018-11-211-7/+0
* codegen: Improve adding of delegate target type declarationRico Tzschichholz2018-11-213-1/+9
* codegen: Add required headers for ctor/dtor of compact classes and structsRico Tzschichholz2018-11-213-0/+12
* codegen: Add type declaration for errors and error domains as neededRico Tzschichholz2018-11-212-0/+6
* codegen: Add type declarations required for generics as neededRico Tzschichholz2018-11-213-2/+19
* vala: Use DataType.get_type_arguments()Rico Tzschichholz2018-11-212-2/+2
* vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use themRico Tzschichholz2018-11-2111-17/+29
* tests: Add some minimal test cases to catch insufficient headersRico Tzschichholz2018-11-217-0/+43
* glib-2.0: Drop g_object_unref which is part of gobject-2.0Rico Tzschichholz2018-11-211-2/+0
* codegen: Add target/destroy type declarations for delegates as neededRico Tzschichholz2018-11-211-0/+6
* codegen: Add profile specific delegate target/destroy typesRico Tzschichholz2018-11-216-42/+55
* posix: Add CommandPipe as a sub-type of FILEAlistair Thomas2018-11-213-1/+55
* codegen: Make sure to include declarations for delegate typed parametersRico Tzschichholz2018-11-201-0/+2
* vapi: Update GIR-based bindingsRico Tzschichholz2018-11-201-1/+4
* gtk+-4.0: Update to 3.94.0+40ae5c13Rico Tzschichholz2018-11-201-12/+13
* gdk-x11-3.0,gtk+-3.0: Update to 3.24.1+356f1f59Rico Tzschichholz2018-11-202-8/+9
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-11-202-3/+23
* parser: Use comment which was already retrieved in parse_declaration()Rico Tzschichholz2018-11-201-2/+9
* docs: Update build instructions and move them to README.mdAlistair Thomas2018-11-202-47/+113
* docs: Use Markdown for README and move to README.mdAlistair Thomas2018-11-203-42/+42
* gobject-2.0: Attribute all symbols with cheader_filename = "glib-object.h"Rico Tzschichholz2018-11-191-81/+93
* testrunner: Add -Werror=strict-prototypesRico Tzschichholz2018-11-191-0/+1
* ccode: Add void to delegate typedef declarations without parametersRico Tzschichholz2018-11-191-0/+3
* testrunner: Pass buildsystem's CC through to valacRico Tzschichholz2018-11-194-6/+8
* ccode: Don't allow more than one consecutive empty lines in generated codeRico Tzschichholz2018-11-191-0/+9
* valadoc: Adjust stylesheet to unbreak EpiphanyMichael James Gratton2018-11-191-1/+0
* valadoc: Fix a few errors and warnings in stylesheetRico Tzschichholz2018-11-191-13/+4
* codegen: Add ccode getters for GType functions of Classes and InterfacesRico Tzschichholz2018-11-188-37/+70
* girwriter: Write glib-type attributes for Enums/Structs with type_idRico Tzschichholz2018-11-184-2/+66
* codegen: Fix canonical string for quark of error domainsRico Tzschichholz2018-11-182-2/+2
* vala: Fix bootstrap with valac >= 0.16.1Rico Tzschichholz2018-11-171-6/+6
* vala: Compact classes don't allow private/class fields and to lock fieldsRico Tzschichholz2018-11-179-10/+64
* vala: Remove superfluous return_if_fail()Rico Tzschichholz2018-11-171-2/+0
* tests: Add "static fields" to compact class to increase coverageRico Tzschichholz2018-11-171-1/+3
* tests: Add bug specific "lock test"Rico Tzschichholz2018-11-172-0/+33
* vala: Clean up constructor/destructor API of Class/StructRico Tzschichholz2018-11-172-21/+33
* genieparser: Use dedicated Class.add_constructor/destructor() methodsRico Tzschichholz2018-11-171-36/+2
* tests: Add more GLib.Array testsCorentin Noël2018-11-161-1/+65
* codegen: Add destroy function for GLib.ArrayCorentin Noël2018-11-161-1/+44
* glib-2.0: Avoid double-free in GLib.Array if clear_func is setCorentin Noël2018-11-161-3/+3
* glib-2.0: Add missing Array.set_clear_func() bindingRico Tzschichholz2018-11-161-0/+2
* valadoc: Use new to_string() methods of enumerations in InitializerBuilderRico Tzschichholz2018-11-161-171/+10
* libvaladoc: Use Scanner.get_identifier_or_keyword() instead of outdated copyRico Tzschichholz2018-11-161-349/+1
* vala: Use new to_string() methods of enumerations in CodeWriterRico Tzschichholz2018-11-151-109/+11
* vala: Add AssignmentOperator.to_string()Rico Tzschichholz2018-11-151-19/+19
* vala: Add SymbolAccessibility.to_string()Rico Tzschichholz2018-11-151-1/+11