[vala] (94 commits) Non-fast-forward update to branch wip/vapicheck



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

  d6f4e43... WIP gio-2.0: Fix a few bindings errors
  44f0e39... vapicheck: Run compile check on given vapi file
  17b3887... vapicheck: convenient caller script

Commits added to the branch:

  4209a8b... codegen: Use g_memdup2 if target glib >= 2.68 is set (*)
  adee674... glib-2.0: Add new symbols from 2.68 (*)
  05966d5... codegen: Replace "g_memdup" with "_vala_memdup2" for target (*)
  fd58cad... gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BO (*)
  40a6753... gee: Replace Memory.dup() with GLib.malloc() and Memory.cop (*)
  b3a1002... gstreamer: Update from 1.19.0+ git master (*)
  def9a24... gtk4: Update to 4.1.0+2712f536 (*)
  594688f... gio-2.0: Update to 2.67.3 (*)
  db41440... vapi: Add libunwind-generic binding (*)
  65f602e... codegen: Correctly retrieve symbol_reference of nested cast (*)
  6c251f9... libvaladoc: Add wrapper for "agedge" of graphviz (*)
  cfc0399... build: Ease source for AC_LANG_SOURCE of CGRAPH check (*)
  8a23e65... codegen: Strip all nested occurances of CCodeCastExpression (*)
  1b81926... codegen: Include <string.h> for memcpy usage in _vala_memdu (*)
  1525da7... sdl2: Fix a couple of binding errors and attribute issues (*)
  563e4d7... Release 0.51.1 (*)
  869a81a... vala: Check type-arguments in base-types/prerequisites of c (*)
  e199f56... vala: Include type-checks in preconditions of methods for t (*)
  00675cd... gstreamer: Update from 1.19.0+ git master (*)
  2203158... vapi: Update GIR-based bindings (*)
  2e9b53c... codewriter: Output valid vala syntax for LoopStatement (*)
  296d44d... codewriter: Don't write trailing ";" after body of WithStat (*)
  830d911... vala: Capturing va_list parameters/variables is not allowed (*)
  57e5ed1... codegen: Report error for unsupported symbol_reference of M (*)
  d39357d... vala: Simplify Expression.parent_statement (*)
  11e92fe... vala: Move SemanticAnalyzer.vist_member_initializer() to Me (*)
  86bc23f... vala: Properly parse and handle chained initialization of m (*)
  c040d65... Release 0.51.2 (*)
  4ca8ff8... codegen: Don't use volatile modifier in glib API when targe (*)
  23feafb... vala: Generics value holding struct pointer requires castin (*)
  f32f45c... codegen: CCodeBaseModule.get_type_id_expression () won't re (*)
  31c2d6a... girwriter: Output default handler of signals (*)
  591a66a... tests/girwriter: Increase coverage (*)
  5cc60c1... vala: Infer needle type for "in" expression on enum (*)
  3409c5b... vala: Don't allow "in" operation with different enum types (*)
  86811eb... tests: Add more "girparser" tests to increase coverage (*)
  b540b0a... vapi: Update GIR-based bindings (*)
  8a1de7a... codegen: Don't wrongly emit declaration for default-handler (*)
  0e54960... vala: Improve context check whether property is writeable o (*)
  51584fe... codegen: Include "string.h" for strcmp() (POSIX) (*)
  0c59d83... vala: Include "stdlib.h" for Enum.to_string() (POSIX) (*)
  108aa90... tests: Add more "unsupported creation method" tests to incr (*)
  5a210e5... vala: Set proper source_reference for implicit "this" and " (*)
  ad9c075... vala: Report error for invalid inner operand of unary expre (*)
  0d5f3ee... tests: Add some "unary expressions" tests to increase cover (*)
  af3c4ef... webkit2gtk-4.0: Update to 2.31.90 (*)
  e8e83ec... glib-2.0: Add new symbols from 2.68 (*)
  2a47828... vapi: Update GIR-based bindings (*)
  a33a144... Release 0.51.3 (*)
  a827cd7... girparser: Reuse populated Node.gtype_struct_for instead of (*)
  0f81123... Regenerate GIR-based bindings to pick up missing type_cname (*)
  33146ca... codegen: More use of get_ccode_type_name() (*)
  70abd95... vala: Report warning if --target-glib=auto was not evaluate (*)
  111d17e... vala: Fix build with valac < 0.44 (*)
  ac1e52d... tests: Add some tests to increase coverage (*)
  703012e... tests: Add "target-glib=auto" tests to increase coverage (*)
  00596a1... tests: Extend "pre-post increment" test to increase coverag (*)
  08445b3... codegen: "_first_array" parameter for params-array is varia (*)
  1f4c458... girparser: Evaluate "glib:type-struct" twice to pick up rep (*)
  a0af579... Regenerate GIR-based bindings to pick up missing class meth (*)
  d6875fb... tests: Add more "gir" tests to increase coverage (*)
  15852c1... codegen: Inherit GType from base struct of SimpleType struc (*)
  6901726... codegen: More use of get_ccode_type_name() (*)
  497b0a6... Use pre-resolved symbol/type of SemanticAnalyzer if possibl (*)
  8723f32... testrunner: Include Gio-2.0/gio-2.0 for GIR tests too (*)
  328faa8... tests: Add more "gir" tests to increase coverage (*)
  e7b08a3... vala: Fix ownership inheritance of "unowned var" in foreach (*)
  1db4a06... gtk4: Update to 4.1.1+f8f90d85 (*)
  9b7b647... gdbus: Don't leak memory of deserialized arguments on error (*)
  99ba32d... Release 0.51.90 (*)
  e4991e3... vala: Add missing null-check in DataType.get_type_signature (*)
  fc066f1... glib-2.0: Add some missing type-arguments (*)
  0c87614... gio-2.0: Add some missing type-arguments (*)
  865bafb... vala: Move type-argument/-parameter count check to DataType (*)
  07c1f09... vala: Check array type of declarations for errornous type-a (*)
  67c42f7... vala: Check (optional) type-arguments of array creation exp (*)
  208a41f... codegen: Report error for missing type-arguments of HashTab (*)
  a94816b... codegen: Free intermediate temp-variables of postcondition  (*)
  452d0c9... codegen: Use the one available source_reference for interna (*)
  3c77546... codegen: Fix access to captured generics in async method of (*)
  8f2864a... tests: Add "string concat" test for POSIX to increase cover (*)
  0c117bb... codegen: Don't ever create null-aware free macro for Generi (*)
  4eb297a... codegen: Don't add generics arguments/parameters to async f (*)
  f969ed9... codegen: Drop inner casts before converting between generic (*)
  724c3c5... vala: Replace all type parameter occurances in parameters f (*)
  65a40cd... vapi: Update GIR-based bindings (*)
  c792bd9... Release 0.51.91 (*)
  25d7727... gnutls: Fix some binding errors (*)
  0ad6283... gsl: Fix some binding errors (*)
  4bc1e76... gsl: Fix more binding errors (*)
  92f96ef... gsl: Add BLAS module (*)
  d0a66ae... WIP gio-2.0: Fix a few bindings errors
  5a7dbe0... vapicheck: Run compile check on given vapi file
  d2c3b4b... vapicheck: convenient caller script

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