[vala] (86 commits) Non-fast-forward update to branch wip/girparser



The branch 'wip/girparser' 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:

  0a19ce9... girparser: Improve instance method detection
  05d2292... Regenerate GIR-based bindings

Commits added to the branch:

  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 (*)
  37ceb2d... vapi: Update GIR-based bindings (*)
  60fe7a7... tests: Add gir-test for fixed-size arrays (*)
  359774c... vapi: Update GIR-based bindings (*)
  a75f246... methodcall: Don't try to remove N_/NC_ while they are prope (*)
  75b292f... gtk+-4.0: Update to 3.89.1+e09b78f7 (*)
  6f75088... codegen: Add function-prototypes for all register-type call (*)
  323a13a... girwriter: Add fullname GIR attribute, and set fullname of  (*)
  241b058... vapi: Update GIR-based bindings (*)
  73b9e4b... Improve constructor chain-up checks (*)
  e3b9f78... codegen: Reference struct fields with their actual cname (*)
  640e787... girparser: Improve instance method detection
  e9b9cae... Regenerate GIR-based bindings

(*) 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]