[gjs] (99 commits) Non-fast-forward update to branch wip/package



The branch 'wip/package' 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:

  051df79... Add a package/application convenience layer
  a32c461... system: add a wrapper around exec()
  89e5021... Package: add gdb integration

Commits added to the branch:

  c1c2976... context: Remove unnecessary code from gjs_context_eval (*)
  3752c95... jsapi-util: Don't log any existing exceptions (*)
  d4712f3... jsapi-util: Fix build (*)
  586266c... jsapi-util: Don't enter a compartment in gjs_eval_with_scop (*)
  cd8bb81... jsapi-util-error: Enter the global object compartment (*)
  49eb746... arg: Don't free data that we're only peeking at (*)
  a9d3a0d... Revert "arg: Don't free data that we're only peeking at" (*)
  a2160ff... arg: Remove byte array fast path for now (*)
  f1ab61e... arg: Remove some unused variables (*)
  0ef269f... Release 1.39.3 (*)
  266ef8c... context: Fix a test failure when SpiderMonkey is in debug m (*)
  7ef7d25... coverage: Add GjsCoverage (*)
  3315941... Enable coverage report for Gjs (*)
  3ffd4ce... configure: Fix coverage reports (*)
  c2cfede... Update .gitignore (*)
  eba7b51... console: Fix an outdated error message (*)
  01512e4... console: Fix documentation for --coverage-path (*)
  2061392... test-coverage: Fix recursive deleting of temporary test dat (*)
  931cd21... testCoverage: Remove log (*)
  9adad8c... coverage: Reindent (*)
  a06b61e... coverage: s/Warning/warning/ (*)
  160c385... coverage: Fix the location of the comment (*)
  e9256b0... coverage: Use a local for fetchStatistics (*)
  05ee027... coverage: Don't return this (*)
  9270251... coverage: Use a closure instead of this (*)
  8d8660d... coverage: Don't replace existing statistics with new ones (*)
  4634173... coverage: Don't construct a new array for no good reason (*)
  425ddb6... coverage: Use JS_DefineFunctions (*)
  d491526... jsapi-util: Add a gjs_parse_call_args variant, that takes J (*)
  c0a168b... coverage: Pass filenames instead of objects (*)
  c720b6d... coverage: Simplify statistics creation code (*)
  70a9b91... coverage: Remove call_js_function_for_array_return (*)
  a7de3f8... testCoverage: Remove duplicate tests (*)
  4ee2126... testCoverage: Avoid JS warning for a mistyped semicolon (*)
  be5c12c... Fix assertions during context dispose (*)
  adb6c1f... context: enter request before GC in gjs_context_dispose (*)
  b532396... object: Correct assertion about toggle up/down on unref (*)
  bc9f6c3... Revert "context: enter request before GC in gjs_context_dis (*)
  1081bee... Fix build with c++11 mode (*)
  5e0248c... coverage: add missing request (*)
  0356f7b... context: enter request before GC in gjs_context_dispose (*)
  868bc84... Release 1.39.90 (*)
  2f886b0... gi: object: add function to check if a JSObject contains a  (*)
  dd74d23... gi: function: add gjs_invoke_constructor_from_c (*)
  400f43e... gi: add fundamental type support (*)
  fbb8401... gtype: fix name and toString() on the prototype (*)
  9a54db2... Implement GObject.prototype.disconnect in JS (*)
  38164a1... Fix typecheck_is_object/is_fundamental (*)
  58ab20d... arg: don't check manually for interface prerequisites (*)
  9680de8... fundamental: assert that priv is not NULL if we are on the  (*)
  3d8bd0a... arg: fix cast checking for objects and fundamentals (*)
  5879819... enumeration: add support for static methods (*)
  1c027e7... build: Use LDADD for libraries, not LDFLAGS (*)
  0d49d2a... GObject: add pseudo-classes for fundamental types (*)
  524a20f... GObject: fix coercion for GObject.Char and GObject.UChar (*)
  3bf997b... Add myself to DOAP file (*)
  7b4d092... build: don't generate modules.gresource.xml (*)
  66eada5... jsunit: prepend the srcdir when looking for uninstalled fil (*)
  48de406... Fix distcheck (*)
  b01fd5e... Release 1.39.91 (*)
  2b4333d... Release 1.40.0 (*)
  570fef7... GObject overrides: Fix some typos (*)
  3bcd6ba... Gtk: fix enabling and disabling the C override helper (*)
  dc31b7c... Check and prevent reentrancy to the JSAPI during finalizati (*)
  64a7221... Makefile-modules: Fix indentation (*)
  24f8a69... Add a new wrapper type for cairo regions (*)
  54ff90d... object: remove bogus comment and code about GC in a seconda (*)
  ae34ec4... object toggle notify: do more work without deferring to an  (*)
  675ce62... util: remove unused and semi-bogus API (*)
  ef33fbe... Use background finalizing for thread-safe stuff (*)
  79075a4... Fix the build (*)
  4e6ae06... jsapi-util: split a gjs_gc_if_needed() function (*)
  b9741e9... context: add a private method to schedule a GC if needed (*)
  5719e78... all: schedule a full GC check after executing JS code (*)
  6de94ed... test: avoid immediate GC on the Test object (*)
  945fd01... Semi-colon and comma cleanups (*)
  45bbf5b... ParamSpec: fix argument marshalling (*)
  221e158... GParamSpec: remove custom constructor (*)
  a393b31... GParamSpec: implement methods (*)
  d8bf3f9... GParamSpec: fix typo (*)
  aae358f... all: fix method resolution on prototypes (*)
  c57a4d7... param: use accessors to read name, nick, blurb and default  (*)
  e20d7d7... param: implement static methods (*)
  f53faf2... fundamental: deduplicate code (*)
  a6d342b... installed-tests: fix deactivated GIMarshalling test suite (*)
  6cfbeed... gi: arg: use instance's gtype rather than the introspection (*)
  791b1a3... Ratelimit RSS-triggered GCs (*)
  d7649bd... test: Various fixes for passing too many args (*)
  c6e0ef5... Fix building Regress-1.0.gir with cairo disabled (*)
  272d8c9... mainloop: restore priority arguments to *_add() calls (*)
  3f09daa... cairo: enable multithreading for cairo-xlib (*)
  bab15b5... Release 1.41.3 (*)
  ba50088... Post-release version bump to 1.41.4 (*)
  dedc335... doap: fix my email address (*)
  af3a581... object: check the interface info before freeing it (*)
  569712f... system: fix return value of gc() and breakpoint() (*)
  a432e83... function: respect ownership transfer of instance parameters (*)
  77f3417... build: Bump g-i requirement to 1.41.4 (*)
  a78b6d1... Add a package/application convenience layer

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