[vala] (111 commits) Non-fast-forward update to branch wip/meson



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

  3b2870a... Add initial Meson build system
  4a06bd6... meson: Add tests
  22232d0... meson: Add vapis

Commits added to the branch:

  760ea1d... posix: Move signal constants to an enum and add a few missi (*)
  7091f4e... gobject-2.0: Add missing GType constants for fundamentals (*)
  fb005f4... glib-2.0: Fix potential null pointer dereference in string. (*)
  6a25ffb... girparser: Allow change of parameter names (*)
  1a90e25... ccode: Replace if-else-tree with switch (*)
  84c8584... vala: Don't transform an explicit "null" into a valid forma (*)
  3fe3f8b... Use type-check to determine a GenericType (*)
  61503f9... tests: Add further "use of generics in constructor" test (*)
  55be33e... vala: Convert last non-type-check-based usages of GenericTy (*)
  ff5a94f... Move type_parameter property to GenericType (*)
  ac0dbad... codegen: Don't create null-safe destroy-wrapper for Generic (*)
  2741f1a... SemanticAnalyser.get_actual_type() should never return null (*)
  d7faafd... Improve error message for missing type-parameter on enclosi (*)
  c917b96... SemanticAnalyzer.get_data_type_for_symbol() doesn't require (*)
  c295a07... gtk+-3.0: Fix FileChooser.add_choice() (*)
  37884c1... girparser: Handle metadata for fields inside a transparent  (*)
  445c53c... girparser: Accept setters with boolean return-type as valid (*)
  9a67f50... Regenerate GIR-based bindings (*)
  b773308... gtk+-4.0: Add some fixes from gtk+-3.0 (*)
  3107eed... gtk+-4.0: Update to 3.93.0+8233cf36 (*)
  fd7d393... gstreamer-1.0: Update from 1.13+ git master (*)
  7a8b118... vapi: Update GIR-based bindings (*)
  a8e6aff... gtk+-3.0: Switch to GIR (*)
  0207c8e... gtk+-3.0: Drop obsolete GIDL sources (*)
  8d21d10... gtk+-3.0: Fix lost GLib.InitiallyUnowned inheritance of Gtk (*)
  74ccd46... gtk+-4.0: Update to 3.93.0+6af4947e (*)
  66add49... girparser: Don't mark simple-type out-parameters with '?' a (*)
  12944c7... Regenerate GIR-based bindings (*)
  837e7aa... Release 0.39.2 (*)
  c03783a... glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NO (*)
  164abf4... Make use of GLib.OPTION_REMAINING instead of "" (*)
  ede9008... vapi: Remove gedit 3 binding (*)
  4cc7609... vapi: Remove libgnome-keyring binding (*)
  2279e8c... vapi: Remove gtksourceview-3.0 bindings (*)
  4f3a37c... vapi: Remove libgdata bindings (*)
  d062eba... vapi: Remove librsvg-2.0 binding (*)
  32b3509... gtk+-2.0: Mark MessageDialog constructor parameter, message (*)
  1a1d042... parser: Accept comma-separated list in case-statements of s (*)
  64568b6... girwriter: Use local reference to current CodeContext (*)
  0c05b6e... vala: Use CodeContext.root instead of SemanticAnalyzer.root (*)
  2dc4778... Release taken references to CodeContext after using it (*)
  2127e9b... codegen: Don't hold reference of CodeContext in TypeRegiste (*)
  b1e9542... semanticanalyzer: Directly access local datatypes in check_ (*)
  0c07d03... codegen: Avoid silent casts if not needed (*)
  ccf5fd3... vala: Add dedicated CastExpression.silent() constructor (*)
  d1a346d... vala: Add dedicated BinaryExpression.chained() constructor (*)
  ae45d93... vala: Replace more public fields (*)
  abdb6f0... vala: Move next_lambda_id into LambdaExpression (*)
  c81d1f9... semanticanalyzer: Transform replaced_nodes field into metho (*)
  60563fc... codegen: Fix chain-up regression with real non-null struct  (*)
  016fa85... gtk+-4.0: Update to 3.93.0+fcc8d778 (*)
  71da3b8... parser: Allow custom invocations of parse_file() (*)
  f4594a7... webkit2gtk-4.0: Update to 2.19.3 (*)
  ada0199... gstreamer-1.0: Update from 1.13+ git master (*)
  b10169c... vapi: Update GIR-based bindings (*)
  ed6e33d... gtk+-4.0: Update to 3.93.0+6aeae2c8 (*)
  1b78e4f... Release 0.39.3 (*)
  af4932a... g-i: Update type qualifiers (*)
  118937c... codegen: Use g_enum/flags_to_string while targeting glib >= (*)
  6ae683f... codegen: Only add property-enum and GParamSpec-array for GO (*)
  6110494... gtk+-3.0: Don't hide user_data parameter in Clipboard.set_w (*)
  ca7bc20... gtk+-2.0: Don't hide user_data parameter in Clipboard.set_w (*)
  c39644a... gtk+-3.0: Update to 3.22.26+6f26d0dc (*)
  6d39ee7... gtk+-4.0: Update to 3.93.0+3c38ebb9 (*)
  9cf2dac... vapi: Update GIR-based bindings (*)
  ecb8a6f... codegen: Add destroy out-param when invoking delegate retur (*)
  7082e4f... vala: Replace if-else-tree with switch (*)
  0520da6... codegen: Drop dead lambda-in-constructor path (*)
  cc354c4... valadoc/tests: split VALAFLAGS over multiple lines in testr (*)
  1669abc... valadoc: Add coverage build-flags (*)
  62b4b3a... tests: Add "template" parser test to increase coverage (*)
  fa49ab7... tests: Add "tuple" parser test to increase coverage (*)
  32d02f1... tests: Add "initially-unowned" test to increase coverage (*)
  f2457d8... tests: Add explicit "move" and "resize" array tests to incr (*)
  bd0a65b... tests: Add "dynamic" signal and property tests to increase  (*)
  724a8f9... tests: Add "contains" method test to increase coverage (*)
  872d43c... tests: Add "iterator" methods tests to increase coverage (*)
  993b9cc... tests: Add "do-while" parser tests to increase coverage (*)
  74d9501... tests: Add "assignment" operator parser tests to increase c (*)
  3d8a753... tests: Add "preprocessor" parser test to increase coverage (*)
  eb8761b... tests: Add "continue" parser test to increase coverage (*)
  1b99de9... tests: Add "while (false)" test to increase coverage (*)
  45b023d... tests: Add invalid "base" tests to increase coverage (*)
  3ca19d3... vapigen: Add coverage build-flags (*)
  28f7f86... vapi: Update GIR-based bindings (*)
  b1f740d... vala: Add pkgdatadir and pkglibdir to pkg-config file (*)
  3414dc6... ccode: Don't write trailing space in function declarations/ (*)
  ff310d0... Release 0.39.4 (*)
  a52b4ac... libvaladoc: Allow @link tags to be split over multiple line (*)
  45792e4... libvaladoc: Add support for single line documentation comme (*)
  2cd369b... gio-unix-2.0: Update to 2.55.1 (*)
  a8588da... valadoc: Drop custom MarkupReader (*)
  4e7c8d7... valadoc: Drop custom SourceLocation (*)
  02ac44b... valadoc: Drop custom realpath() (*)
  57a548a... valadoc: Less string copying (*)
  1fdaa35... girparser: Improve instance method detection (*)
  a76f7f4... Regenerate GIR-based bindings (*)
  2b10ba1... webkit2gtk-4.0: Update to 2.19.5 (*)
  bf8e76a... libwnck-3.0: Update to 3.24.1 (*)
  f8678d4... gtk+-4.0: Update to 3.93.0+60d3378d (*)
  1a5cb4b... webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface (*)
  28b4f45... codegen: Add support for abstract/virtual methods and prope (*)
  1fa7617... test: Drop workaround for fixed bug with compact classes (*)
  7c327fe... vapi: Update GIR-based bindings (*)
  ce9af51... vala: Move member lists from Class/Interface up to ObjectTy (*)
  add912f... vala: Move inner-type lists from Class/Interface up to Obje (*)
  1fa7cf7... vala: Move constant lists from Class/Interface up to Object (*)
  7700a0d... codegen: Factor-out generators for struct entries of class  (*)
  9049132... Add initial Meson build system
  abeed35... meson: Add tests
  c4bfc71... meson: Add vapis

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