[gjs] (99 commits) Non-fast-forward update to branch 5-replace-bytearray-with-native-es6-typedarray



The branch '5-replace-bytearray-with-native-es6-typedarray' 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:

  2863400... byteArray: Replace with native Uint8Array
  7029ef2... byteArray: Add backwards-compatible ByteArray class

Commits added to the branch:

  a4f8abc... CI: enable clang tests (*)
  a99d536... CI: update the test script (*)
  0aab230... CI: do reproducible builds (*)
  706863a... CI: reorganize the test script (*)
  90b2b61... maint: point the CI badge link to pipelines (*)
  229b36e... CI: Add more dependencies to Ubuntu environment (*)
  0a457d9... tests: Add regression test for vfunc crash avoidance (*)
  6fa3126... jsapi-util-string: Use mozjs UTF8-to-JSString conversion (*)
  ee801a0... jsapi-util-string: Missing error check (*)
  64d9870... CI: add code coverage test (*)
  40084ad... object: check in gjs_typecheck_object if the object has bee (*)
  f94a9d0... object: don't resolve or set,get properties on finalized el (*)
  5282939... importer: Missing error check (*)
  3ac6cfd... jsapi-util: Improve check for SyntaxError (*)
  6aafd11... js: Use JS_EncodeStringToUTF8() directly where advantageous (*)
  e35bca3... param, importer: Spurious error when resolving non-string (*)
  c8e1097... js: Don't convert to UTF-8 to compare ASCII names (*)
  4d9a566... suppressions: Eliminate machine-dependent expressions (*)
  766a8f2... CI: PIC (-fPIC) is needed on Ubuntu (*)
  b4cae4b... object: add better logging when invalid access happens (*)
  81225d0... object: reset the keep alive flag on wrapper when object is (*)
  6be9eb1... installed-tests/js: add testGObjectDestructionAccess to ver (*)
  db3a783... Merge branch 'gobject-ward' into 'master' (*)
  7a99761... object: Leave out param untouched on error (*)
  5ee885b... Merge branch 'november-maintenance' into 'master' (*)
  350103f... CI: fail static analyzer if new warnings are found (*)
  05bb860... Merge branch 'wip/static' into 'master' (*)
  00dcc4f... maint: highlight the license (*)
  a887485... Merge branch 'wip/tweaks' into 'master' (*)
  841e40b... CI: add code coverage test (*)
  b8109b9... One more test (*)
  24fe2e2... release: Add NEWS for 1.51.3 (*)
  617257d... build: Post-release version bump (*)
  8891654... Merge branch 'wip/coverage' into 'master' (*)
  7d9c4b8... CI: do not exit abruptly if files are different (*)
  2e84638... CI: add the coverage badge (*)
  5026d55... Amend gtk-application.js (*)
  b309f8f... mv gtk-window.js to amend gtk.js, including suggestions (*)
  4850a1c... CI: tweak the docker image (*)
  b546d6c... Merge branch 'master' into 'master' (*)
  5727522... arg: String as GdkAtom, and GdkAtom as string (*)
  3d61fd8... Merge branch 'master' into 'master' (*)
  c9b9052... Merge branch 'wip/tweaks' into 'master' (*)
  b41fad0... Test case improved in `installed-tests/js/testCairo.js` [fi (*)
  a7f4092... object: Only show critical errors on access to finalized ob (*)
  e298671... Merge branch 'master' into 'master' (*)
  d6f0dac... coverage: Remove unused JSCompartmentOptions (*)
  78601c0... js: Remove unnecessary property getters and setters (*)
  9339f85... Merge branch 'december-maintenance' into 'master' (*)
  fd6632f... arg: Marshal GType of 0 to null (*)
  8a7566a... object: Show error when using proto functions (connect*, em (*)
  29cd1f2... object: make clear in toString() proto method when the obje (*)
  e49dbab... proxyutils: remove trailing spaces (*)
  c944334... Merge branch 'gobject-ward' into 'master' (*)
  c007be5... release: Prepare for 1.51.4 (*)
  4b5b7b8... build: Post-release version bump (*)
  0e853d1... Merge branch '11-handle-0-valued-gtype-gracefully' into 'ma (*)
  7e1187d... release: Include NEWS from 1.50.3 (*)
  8c78194... tests: Don't compare Rooted<T> against NULL (*)
  fc6240e... tests: Add pending test for composite template subclass (*)
  dd42bdc... maint: Fix obsolete comments on resolve hooks (*)
  9355181... js: Remove context from GjsAutoJSChar (*)
  478b250... jsapi-util-string: Fix return of gjs_get_string_id() (*)
  0ce6979... profiler: add SPSProfiler implementation (*)
  2a908ad... profiler: Implement --profile flag behaviour (*)
  e7ede4a... profiler: Allow enabling with GJS_ENABLE_PROFILER=1 (*)
  dc7feb1... profiler: Disable profiler in interactive mode (*)
  a824659... profiler: Disable SIGUSR2 start/stop (*)
  12b5a8f... profiler: Suppress cppcheck warning (*)
  9424ffa... profiler: Allow configuring with --disable-profiler (*)
  f8528da... profiler: Always activate profiler if GJS_ENABLE_PROFILER=1 (*)
  43e11fc... foreign: Use gjs_eval_with_scope() instead of public API (*)
  c3a4f69... profiler: Reduce API surface (*)
  342a324... Merge branch 'wip/profiler' into 'master' (*)
  edfe5ec... object: Restore resolve return value (*)
  5125517... Merge branch '33-resolve-return-val' into 'master' (*)
  28f4bce... Merge branch 'january-maintenance' into 'master' (*)
  b2dba68... Revert "object: reset the keep alive flag on wrapper when o (*)
  923113c... release: Include NEWS from 1.50.4 (*)
  4365b35... maint: Update DOAP file (*)
  7547841... Allow using GObject.signal_* functions in place of Object m (*)
  67b88a4... Merge branch 'wip/gcampax/65-gobject-signal' into 'master' (*)
  5904f9b... maint: small fixes to testCommandLine script (*)
  80953ec... CI: update docker images (*)
  359c0f4... gjs_callback_closure: Log uncatchable exceptions, don't jus (*)
  0fe8f6c... gjs_callback_closure: Use g_error, not exit, on uncatchable (*)
  d7c1dbd... _gjs_context_run_jobs: Log uncatchable exceptions, except S (*)
  29586dd... gjs_context_eval: Use different GError message for uncatcha (*)
  6a49dc8... gjs_context_eval: Log a critical on uncatchable exceptions (*)
  4f46b34... Merge branch 'smcv/gjs-debug' (*)
  82a161b... Merge branch 'final' into 'master' (*)
  776651b... build: Install suppressions files (*)
  a716502... Merge branch '2-install-suppressions-file' into 'master' (*)
  6634a7e... CI: use a more robuts test for profiling dumping (*)
  db4b5ed... Merge branch 'profile' into 'master' (*)
  00d32bf... CI: fix the coverage dependency chain (*)
  28eab5a... Merge branch 'coverage' into 'master' (*)
  69b3a0a... byteArray: Replace with native Uint8Array
  5d5ef45... byteArray: Add backwards-compatible ByteArray class

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