summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Enable -Werror=format-securitywip/bug769229Jürg Billeter2016-11-021-1/+1
* codegen: Avoid temporary variables for calls to [FormatArg] methodsJürg Billeter2016-11-021-2/+5
* Do not use non-literal printf format stringsJürg Billeter2016-11-023-6/+6
* Add [FormatArg] attribute to Parser.get_errorJürg Billeter2016-11-022-2/+2
* glib-2.0: Add [FormatArg] attributes to gettext functionsJürg Billeter2016-11-021-11/+11
* Support [FormatArg] attribute for parametersJürg Billeter2016-11-026-4/+46
* parser: Cache current token if possibleRico Tzschichholz2016-11-012-14/+16
* codegen: Mark GLibValue as internalRico Tzschichholz2016-11-011-1/+1
* Check printf arguments of object creation expressionsJürg Billeter2016-11-016-0/+54
* vapi: Add unstable bindings for gtk+-4.0 (based on 3.89.0+3c1f7267)Rico Tzschichholz2016-11-0111-0/+18258
* Don't create constant Regex on demand and use static field where possibleRico Tzschichholz2016-11-013-6/+12
* ccodewriter: Use private _bol field instead of propertyRico Tzschichholz2016-11-011-2/+2
* writer: Some string optimizationsRico Tzschichholz2016-11-012-19/+11
* field: Drop unused methodsRico Tzschichholz2016-11-011-8/+0
* vala: Add missing TokeType cases for to_string()Rico Tzschichholz2016-11-012-0/+10
* Avoid some string copyingRico Tzschichholz2016-11-015-15/+12
* ccode: Replace if-else-tree with switchRico Tzschichholz2016-10-302-61/+36
* vala: Avoid superfluous string copyingRico Tzschichholz2016-10-302-2/+2
* codegen: Some simplificationsRico Tzschichholz2016-10-301-21/+3
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-3010-84/+84
* codegen: Drop superfluous dynamic-type castRico Tzschichholz2016-10-301-2/+2
* webkit2gtk-4.0: Update to 2.15.1Rico Tzschichholz2016-10-301-293/+339
* gdk-3.0: Update to 3.22.2+0ad5d51dRico Tzschichholz2016-10-301-0/+10
* vapi: Update GIR-based bindingsRico Tzschichholz2016-10-271-2/+0
* build: Conditionally adjust VALAFLAGS in case of proper bootsrapped buildsRico Tzschichholz2016-10-251-0/+9
* codegen: Only emit notify signals if the value actually changedEvan Nemerson2016-10-253-7/+100
* gdk-3.0: Update to 3.22.1+a1115c05Rico Tzschichholz2016-10-241-19/+26
* Add explicit copy method for arraysLuca Bruno2016-10-206-1/+67
* vapi: Add missing type parameters for delegatesMatthias Berndt2016-10-2013-17/+29
* gdk-pixbuf-2.0: Use metadata instead of custom defintions for PixbufRico Tzschichholz2016-10-193-23/+30
* glib-2.0: Some nullable arguments in GLib.Test.*Rico Tzschichholz2016-10-191-3/+3
* glib-2.0: Add "g_utf8_make_valid" bindingRico Tzschichholz2016-10-181-0/+3
* gio-unix-2.0: Add "g_unix_mounts_for" bindingRico Tzschichholz2016-10-184-0/+14
* gio-unix-2.0: Fix "g_unix_mount_at" bindingRico Tzschichholz2016-10-182-4/+6
* vapi: Update GIR-based bindingsRico Tzschichholz2016-10-181-0/+1
* girparser: Avoid fatal handling of nameless unionsRico Tzschichholz2016-10-181-1/+27
* ccode: Add missing newline after gnuc deprecations attributePhilip Withnall2016-10-181-0/+1
* codegen: Support deprecating properties and their accessorsRico Tzschichholz2016-10-185-4/+87
* valaparser: Allow casts of pointer expressions without enclosing parensRico Tzschichholz2016-10-173-0/+37
* Regenerate GIR-based bindingsRico Tzschichholz2016-10-1521-94/+94
* girparser: Use type_id information from gir if not already overriddenRico Tzschichholz2016-10-151-26/+33
* Regenerate for GIR-based bindings including array-related metadata fixesRico Tzschichholz2016-10-154-29/+33
* girparser: More complete parsing of field informationRico Tzschichholz2016-10-151-4/+15
* Warn about mismatched parameter direction before mismatched typeSam Thursfield2016-10-131-11/+14
* Support [HasEmitter] for vala sourcesSimon Werbeck2016-10-125-1/+55
* codegen: Use g_signal_emit where possibleSimon Werbeck2016-10-125-10/+108
* vapi: Update GIR-based bindingsRico Tzschichholz2016-10-122-9/+12
* genie: Add empty file check to read_token ()Alistair Thomas2016-10-121-1/+5
* codegen: Trigger deprecation warning for NoArrayLength from a better placeRico Tzschichholz2016-10-113-5/+2
* Make use of Callable to replace some if-else-treesRico Tzschichholz2016-10-112-30/+9