[vala] (177 commits) Non-fast-forward update to branch wip/valadate



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

  9b37f98... Add Valadate test harness
  1d86e0b... added search for GIR files
  34d6d87... major revision of valadate
  dd13f71... minor modifications
  e9a0ecb... refactoring of testcase and testsuite
  e9c24a1... added testfailure class
  5a3929f... more changes
  9f82994... more work on testrunner
  11f42dc... refactoring of TestExplorer, now generates working dummy TA
  45af85c... result now uses testrunner to run tests
  f0ef782... more mods to runner
  7fa0796... now runs in separate processes
  440ee32... Now runs tests in separate processes, including DBus
  d705d91... added TestFactory - new runs all tests
  0dc9407... removed original testrunner.sh
  c84c161... Don't hardcode gio-2.0 linker dependency
  d443b1b... Update valadate build
  d112a3a... Minor refactoring
  61c5b1d... Codestyle and source adjustments
  a98510c... Drop testfixture.vala
  fe3a52f... Rename Module to TestModule
  f6172b8... Rename ConfigError to TestConfigError
  8a0aeae... Don't use keywords as variable names
  6683db0... tests: Make tests non-fatal which causing segfault

Commits added to the branch:

  e4e169b... vapi: Add gtk+-unix-print-3.0 bindings (*)
  a4bd698... vapi: Add gtk+-unix-print-2.0 bindings (*)
  441c06d... vapi: Add gtk+-unix-print-4.0 bindings (*)
  76efeb6... ccodefunction: Only add G_GNUC_DEPRECATED to declarations (*)
  4e3103b... Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator i (*)
  c47ec4c... girparser: Improve function to method conversion (*)
  de3727c... Regenerate GIR-based bindings (*)
  6690332... girparser: Allow to specify the base_type of an alias (*)
  77f31ad... vala: Fix output of syntax errors reports (*)
  415b300... D-Bus: support [DBus (signature = ...)] for properties (*)
  9c9b3b4... girparser: Let alias inherit more information from base_typ (*)
  5c11db9... Regenerate GIR-based bindings (*)
  f5580bc... gobject-introspection-1.0: Prettify and fix the whole thing (*)
  656217d... gtk+-4.0: Update to 3.89.2+1e6fce97 (*)
  a24f22b... vapi: Update GIR-based bindings (*)
  f152112... gtk+-4.0: Update to 3.89.2+57a11ca2 (*)
  ad0320c... Release 0.35.3 (*)
  efc507f... Fix build with -Werror=switch (*)
  0d3ed86... Revert "codegen: g_free is already NULL-safe" (*)
  bbff74e... tests: Add testcase for double-free regression (*)
  ac2af40... gtk+-4.0: Update to 3.89.3 (*)
  7310504... vapi: "ref" functions must return an unowned value (*)
  3575b12... vapi: Remove clutter-json-1.0 (*)
  da1ab33... vapi: Update GIR-based bindings (*)
  bc5bba3... vapi: Update GIR-based bindings (*)
  665d2a8... vapi: Update GIR-based bindings (*)
  6b275cf... gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key (*)
  c73d19c... codegen: Don't return void for non-nullable simple-type str (*)
  4cab2c2... glib-2.0: Add uuid_string_* symbols (*)
  c0e955d... codegen: Fix memory leak when using object initializer for  (*)
  20a1536... vala: Non-null initializers are not allowed for owned names (*)
  5f31633... codegen: Support casting arbitary value-types to arrays (*)
  1b2e0c2... Fix broken 20a1536f9911c1aadbfbe046bc01afc57bb724a5 (*)
  a76cebe... gdbus: Initialize intermediate variables (*)
  09e6818... gdbus: Ensure extracted data from the GVariant is freed on  (*)
  11c843e... gdbus: Handle errors when extracting fds from dbus messages (*)
  6ed2ec8... codegen: Don't create duplicated complete-async code (*)
  6f21ee1... vapi: Update GIR-based bindings (*)
  9792f3f... gobject-2.0: Add a bunch of missing symbols (*)
  343bafe... sdl: Make Palette and PixelFormat a struct (*)
  9d20a6f... gobject-2.0: Fix cheader typo (*)
  8cda6f3... Release 0.35.4 (*)
  7f679c6... gobject-2.0: Reinstate required "lower_case_csuffix" of Typ (*)
  aa2f2cb... Release 0.35.5 (*)
  ce93033... glib-2.0: Mark va_list.arg() with simple-generics to allow  (*)
  9e6c055... gobject-2.0: Fix bootstrap build with valac < 0.26 (*)
  4672f73... genieparser: Allow comma-separated identifiers in definitio (*)
  2b71085... geniescanner: Remove trailing spaces/tabs (*)
  e9faa44... linux: add non-posix fcntl constants (*)
  e650e25... tests: Add test for dbus fd passing failures (*)
  b3e0486... dbus: Move send_message() call before _error label (*)
  06a8175... glib-2.0: Add G_CHECKSUM_SHA384 (*)
  a3b510c... vapi: Update GIR-based bindings (*)
  fc8a6ac... gdbus: Fix memleak using g_task_propagate_pointer (*)
  2789484... tests: Add N-D array tests (*)
  9968c5e... doc: Rename doc/vala to doc/manual (*)
  b8c5ca2... manual: Switch to using DocBook from wiki.gnome.org as sour (*)
  00b1ea5... manual: Initial import of manual.xml from wiki.gnome.org (*)
  1cc30cc... cairo: Add bindings for cairo_*_user_data() (*)
  ddca99e... gtk+-X.0: Mark "iter" param of ListStore.remove() as ref (*)
  d1a3c5c... codegen: Don't add static modifier to abstract property set (*)
  f4182fc... codegen: Fix instance parameter for property setter in Simp (*)
  361fcd7... tests: Enable -Werror=int-conversion (*)
  8036f87... codegen: Pass pointer of matching type to property-getter (*)
  64365c2... codegen: Cast vfunc pointer assigns of abstract overrides (*)
  e536006... vapi: Update GIR-based bindings (*)
  b9a3491... glib-2.0: Mark delegates in Test.add_data_func/add_func() a (*)
  36dd077... glib-2.0: Add more Error bindings (*)
  9f705a2... Release 0.35.6 (*)
  7689852... gobject-2.0: Add some missing "array_length_type" annotatio (*)
  39e351c... codegen: Cast *_destroy_func arg of generic-types calls to  (*)
  ae629fa... codegen: Cast destroy_data for g_cclosure_new to GClosureNo (*)
  0c1bd0a... codegen: Fix vfunc pointer cast for async method implementa (*)
  4f5213a... gdk-pixbuf-2.0: Use correct finish-func for Pixbuf.from_str (*)
  4913cff... codegen: Default to void-return for vfunc pointer cast of * (*)
  a1afb5a... Set libxml2 method accepting nullable (*)
  0ee89e8... vapi: Add libgrss bindings (*)
  e94b8f7... gio-2.0: Re-add old bindings for DBus{Connection|ObjectMana (*)
  2542bd8... glib-2.0: Fix g_bookmark_file_load_from_*/to_file bindings (*)
  0056ea4... gtkmodule: Preserve order of required-gtype-classes for rep (*)
  721134b... manual: Actually install files into "bookdir" instead of a  (*)
  415917d... libxml-2.0: Adding missing API and nullable parameters (*)
  e40b5ff... glib-2.0: Add bindings for GPOINTER_TO_* as from_pointer() (*)
  b5cb6aa... tests: Add a bunch of chain-up tests (*)
  972d568... signalmodule: Add support for array-parameters with rank >  (*)
  540154b... memberaccess: Don't resolve base_method/property twice (*)
  6d27ce1... glib-2.0: Update "g_utf8_make_valid" binding (*)
  b1155d3... vapi: Update GIR-based bindings (*)
  d5d2c1b... codegen: Only add _error path if there's parameters that re (*)
  00d0c7d... codegen: Avoid early return on sync dbus methods returning  (*)
  ac59d16... tests: Add "use_string_marshalling = true" dbus-test (*)
  e8f2fe6... Add "finish_instance" CCode attribute (*)
  5836d08... gdk-pixbuf-2.0: Fix Pixbuf.save_to_stream_async() (*)
  0ed992c... gio-2.0: Fix IOStream.splice_async() (*)
  4796cc5... tests: Add "finish_instance = false" test-case (*)
  379a7b1... codegen: Check there is a return error location before usin (*)
  0e7aecb... docs: Generate and update manpages (*)
  9ec7e01... Release 0.35.7 (*)
  05f5f5f... signalmodule: Add signal-emitter declaration if needed (*)
  b5ae45e... signalmodule: Fix deprecation of signals (*)
  226f1a1... manual: Update timestamps of directory-targets (*)
  956ca6b... gtk+-3.0: Widget.override_* are deprecated since 3.16 (*)
  b3e02e1... gstreamer-1.0: Fix Gst.Base.Adapter.map/take bindings (*)
  494727c... girparser: Add metadata-support for "returns_modified_point (*)
  c4f2d48... gstreamer-1.0: Mark *.make_writable with "ReturnsModifiedPo (*)
  2924620... enchant: Minor fixes (*)
  38593b2... codegen: Fix base-access from within overriding struct-prop (*)
  dc456fc... Mark chained relational expressions as stable (*)
  616f945... vala: Disallow private accessors in overridable properties (*)
  e874bb7... class: Perform more thorough compatibility check of inherit (*)
  b7e86f6... codegen: Accessor of interface-property might be absent (*)
  2634b22... vapi: Update GIR-based bindings (*)
  510c93e... manual: Update from wiki.gnome.org (*)
  5d846a2... manual: Add version information and copyright to manual (*)
  0e6ca4c... manual: Generate section and sub-section numbers (*)
  d4ae83c... manual: Add navigation links to top bar (*)
  dcb8e4a... manual: Add print target for single page HTML and CSS paged (*)
  8e70fb8... manual: Add pdf target that uses WeasyPrint (*)
  9a8b135... manual: Add a README about editing the manual (*)
  95ea421... manual: Add language="vala" attribute to Devhelp version (*)
  f23a4e7... poppler-glib: Update to 0.52.0 (*)
  04489bc... codegen: Property equality check can't be applied to non-au (*)
  33c01e8... manual: xsltproc is required for all targets (*)
  9bdf560... Release 0.35.90 (*)
  54ceaec... Introduce $API_VERSION as base for $PACKAGE_SUFFIX and for  (*)
  af239ed... codegen: Add some missing to predefined marshallers from gl (*)
  f6e29bd... signalmodule: Handle nullable ValueTypes properly and treat (*)
  95b8e07... tests: Merge two main methods (*)
  3530519... valac: State default output directory is current working di (*)
  636bb98... vala: Make MarkupReader a simple class *not* derived from G (*)
  6fe6228... gio-2.0: Add/"Unlock" missing GTask symbols (*)
  89f9390... codegen: Properly null-out source on ownership-transfer of  (*)
  b57a9f8... vala: Fix MemberAccess.is_non_null() for EnumValue constant (*)
  f8c862a... Rework NEWS for 0.36.0 release (*)
  97d8687... Release 0.36.0 (*)
  4382077... vapi: Update GIR-based bindings (*)
  c0ff1ad... method: Always consider compatible with itself (*)
  ad0530e... vala: Perform arguments-check against actual .end() method- (*)
  46a1225... vala: Slightly improve lamdba-expression error on target-ty (*)
  db6f68f... codegen: Fix delegate initializer for instance fields (*)
  74aa6d2... codegen: Don't leak target-reference when casting/assigning (*)
  77f7220... subroutine: Set parent_node of body block (*)
  84c5e1c... glib-2.0: unichar.to_string doesn't return null (*)
  fadbe46... girparser: Add destroy argument for metadata (*)
  a92e802... gstreamer-1.0: Fix Pad.set_*_function() bindings (*)
  2a33b9d... glib-2.0: Add missing version macro and constants (*)
  289bda2... vapi: Update GIR-based bindings (*)
  0b36918... gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.inte (*)
  e923396... gtk+-4.0: Update to 3.89.5+1202082b (*)
  3da030f... gtk+-4.0: Update to 3.90.0 (*)
  55ce251... vapigen: Add --nostdpkg option like in valac (*)
  879cf36... Release 0.36.1 (*)
  135b0df... Add Valadate test harness
  a9158a3... added search for GIR files
  8a066fb... major revision of valadate
  f202102... minor modifications
  2d3f533... refactoring of testcase and testsuite
  313eaa6... added testfailure class
  71e15e9... more changes
  c18ce55... more work on testrunner
  54ab1ce... refactoring of TestExplorer, now generates working dummy TA
  eab2dfa... result now uses testrunner to run tests
  e7a7e3c... more mods to runner
  e410064... now runs in separate processes
  0ae332a... Now runs tests in separate processes, including DBus
  a595841... added TestFactory - new runs all tests
  c71350e... removed original testrunner.sh
  605596f... Don't hardcode gio-2.0 linker dependency
  938bea4... Update valadate build
  30535d4... Minor refactoring
  8e35176... Codestyle and source adjustments
  ff05e0a... Drop testfixture.vala
  0ace147... Rename Module to TestModule
  c1b6103... Rename ConfigError to TestConfigError
  0cc539e... Don't use keywords as variable names
  a011f1b... tests: Make tests non-fatal which causing segfault
  483ae2c... Fix Makefile

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