[gjs] (100 commits) Non-fast-forward update to branch ewlsh/register-type



The branch 'ewlsh/register-type' 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:

  40a1d48... Implement GObject.registerType
  a42ca6e... Correctly chain constructor prototypes to enable static inh

Commits added to the branch:

  add042b... Add Internship Getting Started documentation (*)
  da4c0bb... docs: Replace IRC and mailing list with Matrix and Discours (*)
  1de70cd... docs: Fix out of date details in docs (*)
  392f36a... docs: Add instructions for installing mozjs78 with package  (*)
  2386898... Fix race condition in dynamic module resolution. (*)
  da691f0... Add test for dynamic import resolution (*)
  e7fdd9b... Merge branch 'ewlsh/fix-dynamic-module-resolution' into 'ma (*)
  d344459... object: Enqueue toggle ups when the heap is collecting (*)
  94a2ef6... Merge branch 'ewlsh/fix-barried-get-in-rooting' into 'maste (*)
  a37e5e0... Merge branch 'documentation' into 'master' (*)
  189cd4b... closure: Reimplement to be a C++ class with custom heap all (*)
  53a6cca... GjsCallBackTrampoline: Inherit from Gjs::Closure (and so GC (*)
  41a6fa9... function: Use minimal allocation for trampoline data (*)
  2fc0d36... GjsMaybeOwned: Remove notifier support and move it into Gjs (*)
  713ed60... context: Cleanup completed trampoline in context, as this i (*)
  6eb088f... Merge branch 'closures-cleanup' into 'master' (*)
  1aeed28... object: Use vector for holding the list of wrapped objects (*)
  469b38f... Merge branch 'random-cleanups' into 'master' (*)
  be433cb... maint: Add links to IWYU bug numbers for false positives (*)
  f1b04e0... internal: Switch to compiling UTF-8 script directly (*)
  0a45c4b... maint: Use GLib UTF8-to-UTF16 functions (*)
  82cd393... maint: Use GjsAutoPointer out() method (*)
  9c907c6... build(deps): bump glob-parent from 5.1.1 to 5.1.2 in /tools (*)
  db46e46... text-encoding: Clarify whitespace-stripped encoding (*)
  6763b7d... build: Fix building with gobject-introspection as a subproj (*)
  2182ddf... build: Provide fallback location for GLib Valgrind suppress (*)
  1ffa35e... build: Remove bash-ism (*)
  3124c3a... build: Accommodate iwyu_tool named iwyu_tool.py (*)
  210cfc3... build: Fix IWYU errors (*)
  9aca552... ns: Expose __version__ property (*)
  66b4e36... esm/gi: Use __version__ property to check for conflicts (*)
  1d53bb8... modules/internalLoader: Drop version map/check (*)
  782afd8... Merge branch 'better-version-check' into 'master' (*)
  918ebe4... arg-cache: Handle notified callbacks without destroy (*)
  6ee9179... Merge branch 'forever-scope' into 'master' (*)
  78c16c9... release: Add NEWS from stable release 1.68.1 (*)
  04dff20... release: Add NEWS from stable release 1.68.2 (*)
  bb5f42a... release: Prepare for 1.69.1 (*)
  b9be364... build: Post-release version bump (*)
  5c07ee4... CI: Codespell fixes (*)
  1d1b1bd... ByteArray: Implement ByteArray.toGBytes() in JS (*)
  816c41b... examples: improve the gettext example (*)
  bcedaf7... Merge branch 'sonny-master-patch-16739' into 'master' (*)
  d248f46... win32: Fix resource-based imports (*)
  e98ca2f... Merge branch 'ewlsh/win32' into 'master' (*)
  c7dad98... Merge branch 'july-maintenance' into 'master' (*)
  4f84768... overrides/GLib: Guard Error.new_literal against invalid dom (*)
  6d7531e... modules: Support zero-terminated and fixed length encoding. (*)
  e036708... modules: Implement fatal TextEncoder and TextDecoder APIs (*)
  bc2b5d4... modules: Implement non-fatal encoding and decoding (*)
  d6c979a... modules: Add tests for Encoding (*)
  d2e29be... Merge branch 'ewlsh/text-encoding' into 'master' (*)
  2b708f2... text-encoding.cpp: Fix builds on 64-bit Windows (*)
  cbb4c6e... Merge branch 'msvc-x64' into 'master' (*)
  2632a66... overrides: Implement overrides for structured logging hook (*)
  d79420c... Merge branch 'g-error-new-literal' into 'master' (*)
  8979d72... Add override for g_object_bind_property_full() (*)
  6e428fb... Merge branch 'bind-property-full' into 'master' (*)
  6ca7779... Merge branch 'ewlsh/glogfield-support' into 'master' (*)
  86a6d3f... debugger: Add option to ignore caught exceptions (*)
  cee5e7d... Merge branch 'ignore-exceptions' into 'master' (*)
  32f278f... ci: Increase default timeout for additional tests (*)
  2a035e7... cairo-surface: Add setDevice{Offset,Scale} functions (*)
  5be75c9... cairo: Add Surface.getDeviceScale and Surface.getDeviceOffs (*)
  cb5ad47... Merge branch 'cairo-surface-set-device' into 'master' (*)
  77b25a6... modules: Cleanup JSDoc, use ArrayBuffer.isView(), and use O (*)
  324319b... Set quote_type in editorconfig (*)
  924ff78... modules: Implement WHATWG console specification (*)
  f06a570... util: Add console handling utility (*)
  e24c054... modules: Implement console.clear() (*)
  94654f8... Merge branch 'ewlsh/whatwg-console' into 'master' (*)
  6a23d1d... release: Add NEWS from stable release 1.68.3 (*)
  b98c04f... release: Prepare for 1.69.2 (*)
  eba47b7... Update ESLint to v8 (*)
  a345005... Merge branch 'ewlsh/eslint-v8' into 'master' (*)
  fb1b7ce... gi: Don't zero terminate strings passed for bytes (*)
  adbd6f2... maint: Fix cppcheck warning about returning integer as poin (*)
  4ca9473... maint: Avoid bogus cppcheck warning about one-definition ru (*)
  992ea74... CI: Don't skip checks depending on what files were changed (*)
  cfdc528... CI: Print versions of linters before each linter check (*)
  3e2c831... Merge branch 'ewlsh/fix-zero-terminated-string-arrays' into (*)
  a68505c... Merge branch 'cppcheck-fix' into 'master' (*)
  82da2ef... maint: Fix trailing spaces (*)
  d827c15... gi: Return null if return argument is a pointer type (*)
  ed1a149... Merge branch 'ewlsh/return-null-for-pointers' into 'master' (*)
  9f68b10... gi: Convert GJS values to 64-bit GValue integers (*)
  495e68b... esm: Guard debugging log which assumes importing privates a (*)
  682c210... Merge branch 'ewlsh/fix-dynamic-imports-in-console' into 'm (*)
  0987c1a... gi: Enable pending tests which are now correctly handled (*)
  f00be97... gi: Assume native enums are signed, avoid asserting. (*)
  1d9f774... Merge branch 'ewlsh/enable-pending-tests' into 'master' (*)
  df93cea... Merge branch 'ewlsh/fix-int64-conversion' into 'master' (*)
  cd7a5d0... Merge branch 'ewlsh/handle-native-enums' into 'master' (*)
  45ac5f2... Use g_assert_true in test tools (*)
  7313e01... Merge branch 'ewlsh/fix-ci-dassert' into 'master' (*)
  f478e26... function: Warn about unhandled promise rejections in System (*)
  4067098... Merge branch '417-show-unhandled-rejections-on-system-exit' (*)
  48d57f6... Increase sanitizer timeout multiplier (*)
  2acc64f... Implement GObject.registerType
  250eec6... Correctly chain constructor prototypes to enable static inh

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