[gjs] (110 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:

  278765a... console: remove unused variable
  7043b8b... Add a package/application convenience layer
  b29591f... system: add a wrapper around exec()
  fe82e8a... Package: add gdb integration

Commits added to the branch:

  daca80a... Fix ParamSpec constructors for boxed/object/param propertie (*)
  8ee86a3... Fix ParamSpec constructors for enum/flags (*)
  3dc6538... Fix ParamSpec constructors (*)
  d59cdb1... system: Replace repeated JS_DefineFunction with JS_DefineFu (*)
  5b7787f... object: Use JS_DefineFunctions as well (*)
  4ec4670... repo: Move version getting code to its own function (*)
  840cfc0... repo: Simplify namespace lookup code (*)
  fac9932... importer: Split out the code that evaluates the script (*)
  29c6ed2... importer: Remove finish_import (*)
  0546030... importer: Move import_file up here (*)
  fc7e6a5... importer: Replace load_module_init implementation with impo (*)
  fbc5413... Support using GResource as a base search path for JS files (*)
  73c1c2a... importer: Remove separate define/seal step for importing mo (*)
  ca882de... Rework the native module importing scheme (*)
  eb3edba... Revert recent import changes (*)
  ca64cce... importer: Split out the code that evaluates the script (*)
  3025b2f... importer: Remove finish_import (*)
  22523a7... importer: Replace load_module_init implementation with impo (*)
  b8ae01f... Support using GResource as a base search path for JS files (*)
  1c6708d... Rework the native module importing scheme (*)
  eb69bbc... Late post-release version bump (*)
  40fe040... bump to .0 not .1 (*)
  4fba307... gjs_parse_args() wrong check with format 'u' (*)
  4f40866... format: Add support for numbered arguments (*)
  c08e211... tests: Add imports.format test (*)
  48b6933... GObject: fix accessor properties on GObject classes (*)
  8a9d233... Remove support for E4X (*)
  efb514d... fix Wsign-compare warnings (*)
  9a48816... don't use reserved c++ keywords class, namespace and throw (*)
  f87c387... tests: Force generation of shared libraries (*)
  361f0b9... build: rename all c file to cpp (*)
  7a88ac3... build: update makefiles to build using C++ (*)
  e70b125... fix declaration of JSClasses to be valid c++ syntax (*)
  9daff9c... update to c++ types and api for JSHandle* Objects (*)
  d84c53a... update to c++ api for fop->runtime() (*)
  5c110be... param.cpp fix jump over value initialisation (*)
  13150fe... fix invalid syntax on proto_props resulting in unknown size (*)
  4d55582... build: fix implicit pointer conversion errors (*)
  493270b... value: Crash harder if we don't have introspection info for (*)
  a75373f... tests: Disable locale conversion failure tests (*)
  5dfbebb... gi/value: Fix uint type in variable (*)
  781b0c4... Gio: Log errors that we catch when an app fails in a DBus m (*)
  6effe5a... testGDBus: Add a log exception (*)
  d660592... Post-release version bump (*)
  ee011c1... value: Fix memory leak (*)
  3076907... object: Don't try to poke at a vfunc pointer in a class tha (*)
  6b94a10... build: switch to mozjs-24 (*)
  26d62b0... update for changes in options (*)
  0023420... update delete property in JSClass definitions to use JS_Del (*)
  4ce69bc... Add a wrapper for JS_GetGlobalObject (*)
  73d2d12... Misc js24 API changes (*)
  8608a40... update for JS_GetPrototype api change (*)
  b4e2804... profiler: convert to new JSAbstractFramePtr api and update  (*)
  5b41c10... Adapt to utf8 changes (*)
  8a9e458... context: handlify locale callbacks (*)
  94924c8... Compartments are compulsory now (*)
  9df7aac... JS_SetVersion has been removed, JS Version is now set on th (*)
  d6ed462... Fix post-release version bump to match g-i/glib (*)
  c64d18f... Update naming of mozjs libs for upstream changes (*)
  3d2bcd7... console: remove unused variable (*)
  5e3da3e... context: Don't use constructor (*)
  50b00b6... Makefile-modules: Clean up (*)
  417db1d... Use gresource for internal modules (*)
  3053f0b... context: Always use JSVERSION_LATEST (*)
  5393d08... Makefile-modules: Fix typo preventing rebuilding of modules (*)
  9857896... lang: Remove old, unused wrapper API for ES5 API (*)
  c0e0f21... modules: Remove old promise module (*)
  496e819... Remove use of deprecated Mainloop module (*)
  d35555a... ns: Don't store a pointer to the repo (*)
  d61d503... build: Fix make dist (*)
  68b835c... overrides: fix gtk_container_child_set_property() for NULL  (*)
  ee4d970... Makefile-modules: Fix srcdir != builddir (*)
  25ce714... Update .gitignore (*)
  8d211cc... context: Fix leaks (*)
  8ef2bf9... context: Fix program name leak (*)
  d6f8757... context: Move the majority of gjs_context_eval to jsapi-uti (*)
  342f463... Makefile: Remove unused gjs_files_with_tests (*)
  e00f673... jsapi-util: Make gjs_strip_unix_shebang public and clarify  (*)
  d68919f... context: Use g_file_new_for_commandline_arg in gjs_context_ (*)
  cab6c35... context: Add a context stack API (*)
  191393c... Revert "context: Add a context stack API" (*)
  b81e538... context: Remove gc-notifications (*)
  4c9fcdd... gjs: Remove profiler (*)
  da0739b... context: Move const_strings to GjsContext (*)
  1848de9... Remove context argument from gjs_keep_alive_add/remove_chil (*)
  f6a6c40... jsapi-util: Move strip_unix_shebang doc comment to .cpp fil (*)
  70cfbd3... Move GjsConstString to jsapi-util.h (*)
  14cc99c... Remove most uses of gjs_runtime_get_context (*)
  b2acc3a... jsapi-util: Remove the GError argument from gjs_eval_with_s (*)
  f32c7de... byteArray: Work properly on multiple contexts (*)
  9a08cfd... Add GType annotations to Cairo structures (*)
  080797c... value: implement marshalling of foreign structures to GValu (*)
  0389020... object: Remove JS_NewContext usage in a finalizer (*)
  7171e6a... Fix EverythingBasic test (*)
  7f831a5... Remove last use of gjs_runtime_get_context, and remove the  (*)
  5aaf927... runtime: Have a thread-specific JSRuntime (*)
  6e43452... context: Move some JSContext setup to init_context_standard (*)
  5bda281... context: Expose Debugger object (*)
  216c144... context: Use JS_DefineFunctions (*)
  60c0539... jsapi-util: Evaluate scripts in a new scope if NULL is pass (*)
  b67a763... context: Fix definitions for print/printerr (*)
  0bdf36b... context: Fix crash (*)
  c706307... gjs-tests: Remove runtime from fixture (*)
  47d0a2f... gjs-tests: Remove fixture test (*)
  708701f... jsapi-util: Remove gjs_date_from_time_t (*)
  af1e119... logError: format syntax error differently (*)
  5b7c1d3... ByteArray: don't call eval() just to retrieve a prototype (*)
  051df79... Add a package/application convenience layer
  a32c461... system: add a wrapper around exec()
  89e5021... Package: add gdb integration

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