[gjs] (140 commits) Non-fast-forward update to branch ewlsh/text-encoding



The branch 'ewlsh/text-encoding' 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:

  afe1d12... Implement WHATWG Encoding specification.

Commits added to the branch:

  091c25b... Ensure exit when a closure fails after marshal. (*)
  ba0e51f... function: Compute the array length coherently to what we do (*)
  052f1e8... eslintrc: Add es2020, needed for consider BigInt a valid gl (*)
  e4c01ee... value: Throw more specific error on out-of-range (*)
  37ec18b... release: Prepare for 1.67.2 (*)
  0b8d5fa... GjsPrivate: Fix indentation in function (*)
  989ac9a... GjsPrivate: Remove volatile from g_once_init_enter flag (*)
  f02eaf3... maint: Avoid g_once_init_enter error in GCC 11 (*)
  30c4858... Merge branch '376-volatile-atomic' into 'master' (*)
  db23d72... Add list command to debugger (*)
  d352aa9... Merge branch 'add-list-command-to-debugger' into 'master' (*)
  0c826fa... context: Correctly restore idle handler when restoring save (*)
  1548b44... engine: Set baseline interpreter to enable_jit (*)
  b9a5668... Merge branch 'really-disable-jit' into 'master' (*)
  772c31e... console: Catch Ctrl+C in interactive prompt (*)
  99e73f2... console: Exit if Ctrl+C pressed twice (*)
  961891b... Merge branch '349-fix-restoring-job-queue' into 'master' (*)
  7ba6bbf... Merge branch '98-ctrl-c-interpreter' into 'master' (*)
  94441de... Add tests for System.exit in a signal callback. (*)
  ff0e498... Document how to run without installing (*)
  e22e78f... Merge branch 'run-without-install' into 'master' (*)
  d04b4fe... Merge branch 'ewlsh/fix-callback-exit' into 'master' (*)
  641f4ec... Fix fundamental conversion with missing functions. (*)
  0bec594... tests: Add a hacky test for Gdk.Event in GTK 4 (*)
  ed57375... Merge branch 'ewlsh/fix-fundamental-assert' into 'master' (*)
  1de0c2f... Install the js/modules subdirectory along with tests. (*)
  d0dceb6... Fix a test expectation for when the test is installed. (*)
  ef8be17... When GTK isn't enabled, skip each test spec individually. (*)
  a9c0439... Merge branch 'fix-tests-no-gtk' into 'master' (*)
  2f2317d... Merge branch 'fix-tests-install-modules-subdir' into 'maste (*)
  e6361aa... Merge branch 'fix-tests-when-installed' into 'master' (*)
  a7be3f9... Remove comments referring to the slice allocator (*)
  8e5bd64... docs: Fix contributors link (*)
  f202b5f... build: Don't override -no-undefined (*)
  c3bd72d... build: Use Meson built-in setting for RTTI (*)
  0256364... tests: Add regression test for null returned GError (*)
  276ef41... GObject: Guard against classes with GType name 'Gjs_' (*)
  2e460e7... maint: Remove trailing spaces (*)
  0af3b41... context: Update obsolete comment (*)
  dccaa64... jsapi-util-string: Improve gjs_debug_object() to print more (*)
  3076e5b... context: Use JS::JobQueueIsEmpty optimization (*)
  6d2338b... context: Add some debug logging for promise job queue (*)
  280d1ed... Merge branch 'february-maintenance' into 'master' (*)
  386f19d... value: Introspect element-type in arrays (*)
  8b85c47... testGIMarshalling: Add initial set of tests for arguments i (*)
  8beb33b... Merge branch 'wip/carlosg/arrays-in-signals' into 'master' (*)
  0cf0406... Add some profiling labels (*)
  845415c... Merge branch 'labels' into 'master' (*)
  d3d365b... js-value-inl: Consider NaN results to be out of range value (*)
  255af60... testRegress: Verify that undefined can be passed to C funct (*)
  60ae77b... [modules]/cairo-*.cpp: Forward declare specializations (*)
  24a7c3e... README.MSVC.md: Mention about VS2019 requirement (*)
  c810bad... console.cpp: Make code build on Windows (*)
  59c873f... enum-utils.h: Fix type ambiguity on Visual Studio (*)
  81c0948... Merge branch 'msvc.partial.fix' into 'master' (*)
  f5af53b... Merge branch 'handle-nan-values' into 'master' (*)
  686a9c8... util: Add backported version of g_memdup2() (*)
  407ca91... jsapi-util-string: Check for overflow when copying string c (*)
  66d7383... Merge branch '375-replace-gmemdup' into 'master' (*)
  a30da63... function: Prevent copying of GjsFunctionCallState (*)
  6df163a... function: Mark accessor methods as const (*)
  b2984e1... maint: Fix IWYU warnings (*)
  26e29e8... CI: Update suppressions file (*)
  050e44c... CI: Increase async test timeout under Valgrind (*)
  2a03cf9... CI: Skip refcount tests in extra_gc mode (*)
  9ee4194... CI: Skip codespell and license-check in monthly Docker imag (*)
  49f8b80... CI: Increase Mainloop test timeout (*)
  d37d660... object: Do not call any function on disposed GObject pointe (*)
  ffac591... tests/Gtk3: Functions that leads running dispose vfuncs can (*)
  72a7190... Merge branch 'wip/gnome-shell-cleaner-shutdown' into 'maste (*)
  cb07378... js-value-inl: Only check isnan() on floating point types (*)
  394d414... Merge branch 'release-prep' into 'master' (*)
  fe10cd9... build: Forgotten post-release version bump (*)
  a161ca9... release: Prepare for 1.67.3 (*)
  b1afb46... build: Post-release version bump (*)
  3d5e0bd... build: Only install installed-tests modules if option activ (*)
  c0003eb... object: Ignore toggle notifications after disposition (*)
  7fa51ba... Merge branch 'always-unref-wrappee' into 'master' (*)
  27a75ab... Merge branch '388-respect-installed-tests-option' into 'mas (*)
  87f0d08... release: Prepare for 1.68.0 (*)
  62a01a1... build: Post-release version bump (*)
  1572849... GObject: Don't autogenerate accessors for CONSTRUCT_ONLY pr (*)
  c4231d5... GObject: Define camel and kebab variants of CONSTRUCT_ONLY  (*)
  d2b30c5... Merge branch '391-construct-only-accessors' into 'master' (*)
  ec9385b... overrides/Gio: Fix _LocalFilePrototype (*)
  5833792... Merge branch 'local-proto' into 'master' (*)
  8017550... doc: Fix documentation for dynamic imports (*)
  ab9cd3b... Merge branch 'update-doc-for-dynamic-imports' into 'master' (*)
  78bfccd... object: Return undefined and not the actual function on dis (*)
  a7a72de... Merge branch 'undefined-returns-on-disposed' into 'master' (*)
  9f3e88e... Update Hacking.md (*)
  1aad026... Updated Dependencies (*)
  6c1423f... Merge branch 'veenanitk-master-patch-89340' into 'master' (*)
  bd3e78a... cairo: Add missing semi-colons from dummy class declaration (*)
  0fad45f... Merge branch 'missing-semi-colons' into 'master' (*)
  87f8e49... Upgrades codespell to 2.0.0 in CI and adds suggestions by c (*)
  6bb6c76... Updates revision address of glib and gobject-introspection (*)
  75f1d74... Merge branch 'master' into 'master' (*)
  5bf547b... testFundamental: Ensure a fundamental can be converted to G (*)
  6961639... fundamental: Use value or instance pointer when no get/set  (*)
  391f10d... Merge branch 'handle-fundamental-pointers' into 'master' (*)
  b5e7802... doc: add an example to get relative filename and dirname wi (*)
  1a42231... Merge branch 'sonny-master-patch-82843' into 'master' (*)
  da3c0f2... function: Save original allocated pointers (*)
  b20ebb4... maint: Mark functions as [[gnu::const]] (*)
  d0183c3... maint: Replace G_GNUC_... macros with C++ attributes (*)
  5b2daed... tests: Fix GIMarshallingTests.SubSubObject tests (*)
  ef05c10... tests: Increase coverage of Regress and GIMarshalling test  (*)
  c526d17... jsapi-util-string: Return smart pointer from gjs_hyphen_to_ (*)
  39d5498... value: Rewrite incorrect and obsolete comments (*)
  fcdf9d0... gerror: Make gjs_gerror_make_from_error() infallible (*)
  ed78bb6... system: Add missing functions to System module (*)
  e24b76c... build: Add Flatpak manifest (*)
  c2f07e3... docs: Add note about building SpiderMonkey (*)
  02fae44... build: Post-branch version bump (*)
  1fe82af... Merge branch 'march-maintenance' into 'master' (*)
  31da890... wrapperutils: Use native ostringstream pointer to string co (*)
  831dac2... Merge branch 'fix-objects-address' into 'master' (*)
  d7db762... fundamental: Improve error message about invalid conversion (*)
  e1e6116... testFundamental: Add more tests ensuring we can upcast but  (*)
  b49a465... fundamental: Use g_value_type_compatible to check if we can (*)
  ba6293f... fundamental: Also allow to transform a fundamental to a com (*)
  f42a870... testGObjectValue: Add GValue conversion test for GObject ob (*)
  ba44ea2... testGObjectValue: Add tests ensuring we can create GValue's (*)
  b74f402... testGObjectValue: Add cases with GValue holding a GValue (*)
  a47a27b... value: Support creating a GType from a GValue holding it (*)
  5e4b5e9... testGObjectValue: Check that GValue's can be passed to func (*)
  cf40c22... testGIMarshalling: Add pending test for object string prope (*)
  ff7d5b3... arg: Dynamically get the gtype from JS object when none is  (*)
  6580339... fundamental: Support converting an empty GValue to a null f (*)
  fcf0bf4... testGObjectValue: Add tests setting an instance using a fun (*)
  7b9b268... Merge branch 'handle-fundamental-pointers-v2' into 'master' (*)
  76a0fe8... closure: Clean up gjs_closure_invoke() (*)
  8debaa2... doc: Add simple sysprof example (*)
  194577b... Merge branch 'doc-profiling' into 'master' (*)
  5e5db69... jsapi-util-string: Print quotes around strings in gjs_debug (*)
  f2d6253... jsapi-util-string: Placeholder debug string for BigInt (*)
  2df5407... gerror: Handle any value when converting thrown value to GE (*)
  58b142a... Merge branch '382-cleanup-gjs-closure-invoke' into 'master' (*)
  0a65805... Implement WHATWG Encoding specification.

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