[gjs] (137 commits) Non-fast-forward update to branch wip/xclaesse/57-should-use-g-i-annotations-for-signal
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] (137 commits) Non-fast-forward update to branch wip/xclaesse/57-should-use-g-i-annotations-for-signal
- Date: Mon, 9 Jul 2018 16:40:37 +0000 (UTC)
The branch 'wip/xclaesse/57-should-use-g-i-annotations-for-signal' 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:
b1da47d... object: Use GISignalInfo to marshal signal arguments
Commits added to the branch:
d85214b... function: Check for invalid closure (*)
da2400e... Gtk: add support for file:/// uri for glade Template class (*)
7b5e1f4... Support interface signal handlers (*)
4a938ad... Merge branch 'interface-signals' into 'master' (*)
8f1eb23... importer: Refactor awkward 'goto out' situation (*)
0521206... log: Add gjs_debug_id() (*)
3b9e93a... js: Don't convert to UTF-8 just for debug logging (*)
5ad5b77... console: --jsversion shell option (*)
8c1113d... object: Adjust arguments of method (*)
1ee6709... object: Upgrade severity of toggle warning to error (*)
2120018... jsapi-util: Remove gjs_get_type_name() (*)
28d8b5d... mem: Remove unused counters (*)
8516309... importer: Retrieve names while iterating search path (*)
a662ed0... Merge branch '154-fix-searchpath-symlink' into 'master' (*)
e891a02... Merge branch 'april-maintenance' into 'master' (*)
8808233... Merge branch '148-invalid-closure' into 'master' (*)
836d48c... Merge branch 'wip/jjesusbv/786439-add-support-for-file-uri- (*)
3e61e55... Remove unnecessary inline (*)
c7ce5e9... Merge branch 'build-fix' into 'master' (*)
88b514a... CI: add more badges (*)
aaa9671... Merge branch 'badge' into 'master' (*)
37a1eb2... CI: rephrase one badge label (*)
b2a0c42... Merge branch 'label' into 'master' (*)
ef2172b... jsapi-util-string: Fix object logging (*)
3120ecd... CI: Add job that builds with all debug logging defined (*)
1071554... Merge branch 'fix-debug-logging' into 'master' (*)
93a356a... CI: run a SpiderMonkey debug image on a normal check (*)
a0a1411... CI: add a GC zeal test (*)
be98df9... Merge branch 'more' into 'master' (*)
94ede35... util-root: Allow null notification functions when rooting (*)
8b390a6... object: Set up a single weak ref on the context (*)
973205f... object: Move context dispose notify to GjsContext (*)
230dc52... Merge branch 'carlosg/gjs-avoid-context-weak-refs' (*)
25cc419... object: Fix unused variable (*)
7681aa5... object: Change linked list size() to return size_t (*)
04c551c... object: Fix logging statement (*)
be0d532... js: Schedule a compacting GC on gjs_gc_if_needed() (*)
dd02a59... Merge branch 'carlosg/gjs-compacting-gc' (*)
65bcad7... release: Prepare for 1.53.2 (*)
57d562d... build: Post-release version bump (*)
8c6a5b5... CI: substitute line numbers in cppcheck error messages (*)
e542906... object: Break init_g_param_from_prop() in half (*)
b88ccfd... object: Use addProperty hook to simplify toggle ref (*)
729dad6... object: Remove getProperty/setProperty hooks (*)
47a40b3... jsapi-util: Add autoptr template for GI info structs (*)
2d03600... [skip eslint] as it'll break if multiple ESLint rules are i (*)
fd2b5c4... Merge branch 'wip/eslint-require-spacing-around-infix-opera (*)
3361f04... boxed: Update outdated comment (*)
62f4343... boxed: Remove limitation of 256 fields (*)
09e6f6d... tests: Debug-log coverage output (*)
8534966... tests: Remove unused length argument in coverage tests (*)
7a59ade... tests: Correct typo in test name (*)
d5fe6ab... jsapi-util-string: Avoid unnecessary root (*)
268aa33... boxed: Remove unnecessary roots (*)
9bbbf6a... Merge branch 'may-maintenance' into 'master' (*)
8b23901... object: Avoid UTF-8 conversion on every property get/set (*)
3893d40... object: Avoid segfault in debug mode (*)
ef991b2... Merge branch 'remove-get-set-property-hooks' into 'master' (*)
5ee6593... jsapi-util: Fix JS::GCPolicy definition with namespace (*)
8cdd629... object: Warn about finalized GObject in fewer cases (*)
fbe6892... Merge branch '24-tighten-finalized-warnings' into 'master' (*)
451de36... object: Remove inline from proto_priv_from_js() (*)
d72218b... Update Gjs wiki URL. (*)
f93870a... Fix up GJS_DISABLE_JIT flag now the JIT is enabled by defau (*)
58f328a... Merge branch 'gjs_disable_jit_option_fix' into 'master' (*)
3f2a6c0... CI: indicates when JHBuild is used (*)
c79a86e... CI: no need to pick the default compiler (*)
cb498ac... CI: clean up artifacts saving (*)
4fc29e3... CI: reorganize artifacts controls (*)
9779a86... Merge branch 'master' into 'master' (*)
64222fe... docs: adjust gcc version (*)
9be1a24... Merge branch 'version' into 'master' (*)
763015e... Merge branch 'novo1' into 'master' (*)
fc857e8... Merge branch 'patch-1' into 'master' (*)
dfbb232... object: Use g_object_new_with_properties() (*)
39954a5... object: Move GjsListLink methods out of inline (*)
e68f61c... object: Return false from throw_priv_is_null_error() (*)
e3dc2f4... object: Make GjsListLink const-correct (*)
f311af8... object: Refactor ObjectInstance into C++ class (*)
ae59d9c... object: Add debug methods (*)
3f7bce5... object: Check return values of for_js() and friends (*)
a246552... CI: use Ubuntu in the coverage job (*)
841a565... Merge branch '104-g-object-new-with-properties' into 'maste (*)
1d1a0fb... Merge branch 'refactor-object-instance' into 'master' (*)
38decc3... Merge branch 'coverage' into 'master' (*)
4f2b23d... CI: remove unused files (*)
07ee6b9... CI: reorganize the yaml file (no-op) (*)
99cd64e... CI: add a ARMV8 build test (*)
57ff3a2... Merge branch 'cleanup' into 'master' (*)
3851dbf... Merge branch 'arm' into 'master' (*)
a2b38ed... CI: add a PPC64LE build test (*)
248bc66... CI: try to make it faster (*)
2b6b2af... docs: advertise the multiarch builds (*)
dcce0ef... object: Use GjsAutoInfo throughout (*)
d953a3a... CI: Subst out spaces in cpplint output (*)
1806c4b... jsapi-util-args: Make gjs_parse_call_args() const-correct (*)
74f19dc... object: Use gjs_parse_call_args() in object methods (*)
b056201... jsapi-util: Move and rename GjsAutoParam (*)
8fb7b4e... object: Move imports._gi.hook_up_vfunc() to be a method (*)
fb100c9... js: Fix return values of not-really-infallible functions (*)
7c0bed3... Merge branch 'cleanup2' into 'master' (*)
0b32bdf... Merge branch 'arm' into 'master' (*)
ee6c847... CI: refactor the header and footer messages (*)
bffffed... Merge branch 'refactor' into 'master' (*)
e351175... Merge branch 'refactor-object-instance2' into 'master' (*)
ba20912... release: Prepare for 1.53.3 (*)
df584c9... build: Post-release version bump (*)
af5a37e... gdbus: Fix deprecated API (*)
89a7261... Merge branch 'fix-build' into 'master' (*)
80dec52... docs: fix the distributions used for CI (*)
013d88f... Merge branch 'distros' into 'master' (*)
1eeb657... CI: change images name pattern (*)
4690044... Merge branch 'master' into 'master' (*)
cb78e8d... object: Move some more stuff into ObjectInstance (*)
7012364... object: Move some methods out of the class body (*)
44ed1dc... object: Split file into smaller logical units (*)
4413e30... object: Split ObjectPrototype from ObjectInstance (*)
93cf31d... object: Use smaller data structure for closures (*)
4e7f4a5... jsapi-util-root: Use a union for mutually exclusive members (*)
850aae0... Merge branch 'refactor-object-instance-part3' into 'master' (*)
7ff9634... CI: change tests schema (*)
d973920... CI: disable regular jobs on schedules (*)
e90772a... CI: reorganize yaml before add manual jobs (*)
28d0703... CI: add manual test jobs (*)
4ec2e08... CI: do not run linters on tagged commits (*)
d93045a... CI: fail on compiler warnings (*)
50c0e1f... build: ignore Wmaybe-uninitialized in arg->v_pointer (*)
ff844c6... Merge branch 'CI' into 'master' (*)
7ce6cda... Merge branch 'tagged' into 'master' (*)
4533fd9... Merge branch 'warning' into 'master' (*)
47130aa... CI: save code statistics in GitLab pages (*)
11df86b... CI: build Static Analysis Docker image in GitLab (*)
6c98779... Merge branch 'save_statistics' into 'master' (*)
59e3d0c... Merge branch 'static' into 'master' (*)
244fb93... CI: fix for Docker images tag (*)
8ea9cff... Merge branch 'static' into 'master' (*)
b73cc3d... object: Use GISignalInfo to marshal signal arguments
(*) 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]