[vala] (103 commits) Non-fast-forward update to branch wip/gee
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (103 commits) Non-fast-forward update to branch wip/gee
- Date: Thu, 24 Nov 2016 12:58:22 +0000 (UTC)
The branch 'wip/gee' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
05a9da8... Update internal gee from libgee 0.8.8+d531caa9
559a822... Update internal gee from libgee 0.18.0+bfa28bbc
35a3b29... Port to SortedMap
f2c280f... Sort the symbols using .sort
50697b9... Move to .foreach methods where it does not impact readabili
Commits added to the branch:
99aeafe... Ignore --thread commandline option and drop all gthread-2.0 (*)
c68490a... vala: Add common Callable interface for Method, Delegate an (*)
83b0feb... Make use of Callable to replace some if-else-trees (*)
213cec8... codegen: Trigger deprecation warning for NoArrayLength from (*)
a4ab617... genie: Add empty file check to read_token () (*)
4797d90... vapi: Update GIR-based bindings (*)
3bbf223... codegen: Use g_signal_emit where possible (*)
e1ed6ce... Support [HasEmitter] for vala sources (*)
4bed25c... Warn about mismatched parameter direction before mismatched (*)
92d6204... girparser: More complete parsing of field information (*)
77dabfb... Regenerate for GIR-based bindings including array-related m (*)
6e7eaf4... girparser: Use type_id information from gir if not already (*)
cd3ed2a... Regenerate GIR-based bindings (*)
f1ddd5a... valaparser: Allow casts of pointer expressions without encl (*)
ad87c4e... codegen: Support deprecating properties and their accessors (*)
88e5aab... ccode: Add missing newline after gnuc deprecations attribut (*)
a18ad0f... girparser: Avoid fatal handling of nameless unions (*)
aa8a394... vapi: Update GIR-based bindings (*)
c80be97... gio-unix-2.0: Fix "g_unix_mount_at" binding (*)
8b5e415... gio-unix-2.0: Add "g_unix_mounts_for" binding (*)
ab31efd... glib-2.0: Add "g_utf8_make_valid" binding (*)
b18a779... glib-2.0: Some nullable arguments in GLib.Test.* (*)
f52b484... gdk-pixbuf-2.0: Use metadata instead of custom defintions f (*)
4194269... vapi: Add missing type parameters for delegates (*)
d274caa... Add explicit copy method for arrays (*)
f0e7f48... gdk-3.0: Update to 3.22.1+a1115c05 (*)
64b9bfc... codegen: Only emit notify signals if the value actually cha (*)
fbc749b... build: Conditionally adjust VALAFLAGS in case of proper boo (*)
0c51fbe... vapi: Update GIR-based bindings (*)
6967f41... gdk-3.0: Update to 3.22.2+0ad5d51d (*)
1975db0... webkit2gtk-4.0: Update to 2.15.1 (*)
7d01cf8... codegen: Drop superfluous dynamic-type cast (*)
41ad68f... Use more "...".printf to concat strings (*)
1897979... codegen: Some simplifications (*)
6fd1e86... vala: Avoid superfluous string copying (*)
0f65d30... ccode: Replace if-else-tree with switch (*)
706ff17... Avoid some string copying (*)
76789fa... vala: Add missing TokeType cases for to_string() (*)
2d7df5c... field: Drop unused methods (*)
061d0e1... writer: Some string optimizations (*)
b552f38... ccodewriter: Use private _bol field instead of property (*)
e65e411... Don't create constant Regex on demand and use static field (*)
cd21e5b... vapi: Add unstable bindings for gtk+-4.0 (based on 3.89.0+3 (*)
5fa786e... Check printf arguments of object creation expressions (*)
e6f8e4c... codegen: Mark GLibValue as internal (*)
9b8d8ac... parser: Cache current token if possible (*)
2330a84... gtk+-4.0: Update to 3.89.0+c9a313a1 (*)
a1ce102... vapi: Update GIR-based bindings (*)
c644e6c... glib-2.0: Add simple fast-path to string.replace() (*)
6de0b16... codegen: Simplify get_signal_canonical_constant() (*)
10ce484... codegen: Simplify get_enum_value_canonical_cconstant() (*)
7a5ff26... Fix deprecation of class/struct fields (*)
a61dd80... Support [FormatArg] attribute for parameters (*)
c7bebbf... glib-2.0: Add [FormatArg] attributes to gettext functions (*)
e274ebb... Add [FormatArg] attribute to Parser.get_error (*)
300f81c... Do not use non-literal printf format strings (*)
b905023... codegen: Avoid temporary variables for calls to [FormatArg] (*)
9cc97eb... tests: Enable -Werror=format-security (*)
457743f... codegen: Allow underscores in type parameter names (*)
7bb9b1c... girwriter: Use the correct tag- and element-name for an ann (*)
3e15a87... gtk+-4.0: Fix cheader_filename for Gdk and update to 3.89.0 (*)
faa7dc1... method: Print encountered type if return types mismatch (*)
6364719... Update bugreport and package urls (*)
f810cac... Add myself to doap (*)
06a4db4... Drop obsolete MAINTAINERS file (*)
f56ac63... doap: Add description as required (*)
14cb50a... Fix broken destruction of null-terminated arrays in async d (*)
ea24ad6... vala: Pass through the format-literal (*)
08880b1... tests: Enable -Werror=format-nonliteral (*)
ab96b47... codegen: Add G_GNUC_FORMAT attribute for FormatArg function (*)
f2abdf6... tests: More cases of FormatArg functions (*)
d217550... codegen: Add G_GNUC_FORMAT attribute for FormatArg function (*)
f365c42... gtk+-4.0: Update to 3.89.0+fa7d77d4 (*)
6dfc56a... vala: check a property has an accessor and/or a mutator (*)
43e617d... vala: Clean up PropertyAccessor API (*)
dcac300... Add CCodeNode "modifiers" and transform CCodeFunction's "at (*)
8629814... Transform CCodeParameter's "format_arg" into CCodeNode's "m (*)
a88176d... Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat fu (*)
e242267... Revert "Always initialize temp variables to fix fatal warni (*)
971f474... codegen: Make get_temp_variable() default to init=false (*)
bb38f5b... codegen: Remove unused create_local() (*)
b8dc0ad... Don't initilize local variable if not requested (*)
f5c654f... codegen: Don't implicitly initialize local variables with a (*)
5b024e4... codegen: g_free is already NULL-safe (*)
e8dbc1e... tests: Add missing main() in bug641418-*.test (*)
cccf2ad... Transform CCode*'s "deprecated" into using CCodeNode's "mod (*)
a9677aa... Move "blurb", "nick" and "notify" into Property (*)
9eebc7c... ccode: Fix and disable deprecating EnumValue (*)
3a008d0... codegen: Don't write declaration of CreationMethod for comp (*)
310ffbe... tests: Enable -Werror=redundant-decls (*)
57b711e... Fix build with -Werror=enum-compare (*)
be86586... Fix build with -Werror=redundant-decls (*)
4dba5a5... gtk+-4.0: Update to 3.89.0+2520662d (*)
da33aae... vapi: Update GIR-based bindings (*)
a1dd566... gtk+-4.0: Update to 3.89.0+48e7f419 (*)
14ca2e0... codegen: Use GTask instead of GSimpleAsyncResult if 2.36 ta (*)
050d4a7... vapi: Update GIR-based bindings (*)
f91f13a... gstreamer-1.0: Make ElementFactory.get_static_pad_templates (*)
43c6734... Release 0.35.1 (*)
38e968d... girparser: No support for fixed-size array as return-value (*)
c9f7ce9... Update internal gee from libgee 0.8.8+d531caa9
b105038... Update internal gee from libgee 0.18.1
daac5bd... Move to .foreach methods where it does not impact readabili
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]