[gjs] (92 commits) Non-fast-forward update to branch ewlsh/implicit-mainloop



The branch 'ewlsh/implicit-mainloop' 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:

  9b028dc... Implement implicit mainloop and timer API.

Commits added to the branch:

  77cf3b0... meson: fix version check for precompiled headers (*)
  dc9e63b... Merge branch 'alatiera/meson-pch' into 'master' (*)
  ad52fd1... build: Define WIN32_LEAN_AND_MEAN on Windows builds (*)
  9f00808... gjs/text-encoding.cpp: Replace strcasecmp with g_ascii_strc (*)
  274e87b... gjs_pch.hh: Include alloca.h and syscall.h in profiler buil (*)
  496229e... build: Fix PCH on Visual Studio (*)
  670ade7... README.MSVC.md: One more fix in the SpiderMonkey headers (*)
  7abec01... Merge branch 'master.msvc' into 'master' (*)
  1e6cc68... modules: Add helper to load context setup modules (*)
  83aab56... modules: Add bootstrap file with ESM support (*)
  f5ca2ae... gi: Only enumerate properties which GJS defines (*)
  f71c22a... Merge branch 'ewlsh/fix-enumerate' into 'master' (*)
  6f32193... GDBus Implementation: fix invalidating properties when emit (*)
  e813406... Merge branch 'gdbus-fix-invalidate-properties' into 'master (*)
  124c196... maint: Fix lint errors (*)
  53e43a3... Ensure the correct realm is entered in the async executor (*)
  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 (*)
  2e3ff6d... Merge branch 'ewlsh/fix-realm-in-async' into 'master' (*)
  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 (*)
  646ea80... Implement implicit mainloop
  078ea1e... Implement WHATWG Timers API

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