[gjs] (81 commits) Non-fast-forward update to branch fix-msvc-gnome42



The branch 'fix-msvc-gnome42' 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:

  f0341aa... release: Prepare for 1.72.0
  3125315... build: Post-release version bump
  cf95ac6... value: Fix compilation error on Darwin
  48fc176... profiler: Align types in function definition with header fi
  232ceeb... Fix codespell
  e23d9a9... test-ci: Ignore safe directory errors on CI
  344a3c9... arg-cache: Do not leak an interface info structures on Call
  954186b... arg-cache: Make explicit when BaseInfo is adding a referenc
  d11b283... arg-cache: Mark few more constructors as constexpr
  c0ebeb0... arg-cache: Use BoxedInTransferNone::release for GBytesInTra
  22fcbb6... jsapi-util-strings: Ignore locale to compute the upper case
  2043fd2... release: Prepare for 1.72.1
  0d0dce5... gi/arg-cache.cpp: Fix building on Visual Studio

Commits added to the branch:

  4107488... print: Connect up prettyPrint() to Console.interact() and l (*)
  b412825... Verbose object print output (*)
  03cd076... added tests for this functionality (*)
  8ea7d04... build: Post-branch version bump (*)
  36e56ca... Merge branch 'verbose-object-print-output' into 'master' (*)
  b81ed29... Fix codespell (*)
  bcf9fee... gi: Use new GObject Introspection callable API (*)
  a644872... Merge branch 'ewlsh/use-new-gi-callable-api' into 'master' (*)
  ddcf288... value: Fix compilation error on Darwin (*)
  6d6aaa9... profiler: Align types in function definition with header fi (*)
  41f317a... Merge branch '473-fix-types' into 'master' (*)
  39ff973... release: Copy NEWS from stable branches (*)
  a571f4c... Closes: #469 ;added check for circular referencing when pri (*)
  fbd0bb6... added various test cases for this enhancement (*)
  46c761e... Merge branch 'handle-reference-cycles-in-pretty-print-funct (*)
  7087f05... Add support for async calls in DBusProxyWrapper (*)
  70552be... Merge branch 'add_async_dbus_methods' into 'master' (*)
  8e1c281... gi: fix the usage of closure in CallbackIn::release (*)
  97e8903... build: Print a nice Meson summary (*)
  8160e48... arg: Add is_string_type() helper function (*)
  ead182f... arg: Refactor gjs_g_array_new_for_type() to take GITypeTag (*)
  65f787f... arg-cache: Make TypeInfo::type_info() non-const (*)
  23df46a... tests: Add tests to testGDBus suite for fuller coverage of  (*)
  5264cfe... tests: Test conditions for returning FD list from async DBu (*)
  753f70a... jsapi-util-strings: Ignore locale to compute the upper case (*)
  45f7fea... testGObjectClass: Ensure that camel-case properties are val (*)
  e7a34f6... Dockerfile: Keep deps multi-line, to make it easier to main (*)
  1ec0462... Dockerfile: Install Turkish locale in CI (*)
  df47936... Merge branch 'locale-agnostic-camel-properties' into 'maste (*)
  e0ac86f... Merge branch 'xry111/fix-closure-release' into 'master' (*)
  6efbdaa... Dockerfile: Install Turkish locale in CI for UTF-8 locale t (*)
  6ab6db3... Merge branch 'locale-dockerfile-improvements' into 'master' (*)
  eedbd2e... Merge branch 'march-maintenance' into 'master' (*)
  f43d9d1... arg-cache: Use BoxedInTransferNone::release for GBytesInTra (*)
  dffe152... build: track changes to Sysprof meson options (*)
  05bddbf... Merge branch 'wip/chergert/fix-sysprof-wrapper' into 'maste (*)
  ba35b10... Merge branch 'gbytes-mem-leak-fix' into 'master' (*)
  d103072... Make DBus session and system props non-enumerable (*)
  530e270... Widen org.gnome.GjsConsole permissions (*)
  4a313c5... test-ci: Ignore safe directory errors on CI (*)
  5f63864... test-ci: Avoid creating a ci-upstream-base-branch if it's t (*)
  cce1ef4... Merge branch 'ci-ignore-safe-dir' into 'master' (*)
  115867d... Add check for GObject introspected objects to pretty-print (*)
  e0a9fc5... Merge branch 'improve-pretty-print-output-for-gobject-intro (*)
  ab168be... minijasmine: Print test JS errors output if any (*)
  2526f6f... minijasmine: Comment error message lines instead of replaci (*)
  6662766... build: Do not use verbose GJS debug logging in tests by def (*)
  494a045... gi/arg-inl: Mark the arg functions as constexpr (*)
  718c9c2... arg-cache: Do not leak an interface info structures on Call (*)
  40e5a4c... arg-cache: Make explicit when BaseInfo is adding a referenc (*)
  6d83c2f... arg-cache: Mark few more constructors as constexpr (*)
  1c31d66... gi: Mark more functions using gjs_arg_* constexpr (*)
  a228ac2... minijasmine: Also Include 'excluded' tests to skipped ones (*)
  93867dc... added get_pretty_print_function to print.cpp (*)
  70acda8... updated tests for prettyprint() (*)
  89b1cbd... Merge branch 'expose-pretty-print-function-to-tests' into ' (*)
  a743e30... arg-cache: Use a switch to select the not-introspectable er (*)
  a703c21... arg-cache: Do not warn about missing parenthesis with newer (*)
  246692a... Merge branch 'props-fail-on-enum' into 'master' (*)
  d961f9c... Merge branch 'fix-callback-in-iface-leak' into 'master' (*)
  d30acd5... Merge branch 'more-constexpr-args' into 'master' (*)
  184c4aa... Merge branch 'verbose-testing-setup' into 'master' (*)
  dac3eb6... Add Gio.ActionMap.add_action_entries override (*)
  323c0b4... Merge branch 'add_action_entries' into 'master' (*)
  21ae722... release: Copy NEWS from stable branch (*)
  637bb01... Merge branch 'minijasmine-print-js-errors' into 'master' (*)
  8cb9822... doc: document the existence of the console object in GJS (*)
  e03cb37... Merge branch 'wip/andyholmes/update-logging-docs' into 'mas (*)
  f8ef7ec... Merge branch 'arg-cache-cleanups' into 'master' (*)
  e2bef3f... gjs-util: Fallback to default log handler in other threads (*)
  31adf9f... Merge branch 'ewlsh/fix-threading-with-logging' into 'maste (*)
  2a6ac36... release: Prepare for 1.73.1 (*)
  105c0a4... build: Post-release version bump (*)
  1cb9e14... Include JUnit reports in builds (*)
  9484058... ci: Expose Coverage Reports HTML page in PR's (*)
  2c25436... Doc: Edit GJS description (*)
  d1c80ce... Merge branch 'sonny-master-patch-74152' into 'master' (*)
  a3d5c5a... Merge branch 'ci-expose-artifacts' into 'master' (*)
  5899cc5... doc: Reflect support for constructor with GObject (*)
  d0661f3... Merge branch 'constructor' into 'master' (*)
  3d71aba... gi/arg-cache.cpp: Fix building on Visual Studio

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