[gjs] (90 commits) Non-fast-forward update to branch ewlsh/glogfield-support



The branch 'ewlsh/glogfield-support' 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:

  cea45fa... glib: Implement override for structured logging hook

Commits added to the branch:

  9fee568... gi: Correctly hold references for gvariant transfer paramet (*)
  d004b96... Merge branch 'ewlsh/fix-data-corruption' into 'master' (*)
  4b02a01... byteArray: Refactor functionality into Encoding (*)
  e1600ef... ByteArray: Add jsdoc to ByteArray.fromArray() (*)
  63292fb... ByteArray: Clarify eslint override (*)
  2bf4275... jsapi-util-string: Clean up gjs_string_from_utf8() to use e (*)
  f4cd224... text-encoding: Factor out UTF-16 codeset into a string cons (*)
  5f7a1ca... text-encoding: Improve and factor out check for "UTF-8" enc (*)
  13c1beb... jsapi-util-args: Fix obsolete comments (*)
  631fe19... jsapi-util-args: Improve template for free_if_necessary (*)
  e52b4d4... jsapi-util-args: Fix assert_match() in tests (*)
  309a51c... jsapi-util-args: Add 'S' conversion specifier (*)
  cde20b0... internal: Use gjs_parse_call_args() in internal module load (*)
  c969263... context: Move garbage collection handling callback into con (*)
  d4a5752... maint: Fix includes (*)
  7558b36... context: Improve profiling data for garbage collections (*)
  9f40392... mem: Add index to counter macros (*)
  8879b6b... profiler: Define sysprof counters for the GObject wrapper c (*)
  2ee6e2e... system: Add System.dumpMemoryInfo() API (*)
  b3793f1... Merge branch 'memory-counter' into 'master' (*)
  3bbfc91... Merge branch 'parse-call-args-jsstring' into 'master' (*)
  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' (*)
  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' (*)
  2632a66... overrides: Implement overrides for structured logging hook

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