index
:
delta/gjs.git
107-connect-pretty-print
297-prevent-accumulating-toggles
3v1n0/block-access-only-if-finalized
alatiera/native-aarch64
baserock/morph
burninate-macros
ci-use-mozjs-latest
doc-typo-fix
esm-local-imports
esm/dynamic-imports
esm/format-and-reorganize-docs
esm/static-imports
ewlsh/allocate-nullptrs
ewlsh/bind-property-fields
ewlsh/callback-out-args
ewlsh/chain-static
ewlsh/define-children
ewlsh/enable-pending-tests
ewlsh/eslint-v8
ewlsh/fix-blow-up
ewlsh/fix-callback-exit
ewlsh/fix-ci
ewlsh/fix-closures
ewlsh/fix-dynamic-imports-in-console
ewlsh/fix-eslint
ewlsh/fix-function-pointers
ewlsh/fix-fundamental-assert
ewlsh/fix-fundamental-parameters
ewlsh/fix-init-errors
ewlsh/fix-int64-conversion
ewlsh/fix-iwyu
ewlsh/fix-null-pointers
ewlsh/fix-realm-in-async
ewlsh/fix-reentrancy-issues-private-lib
ewlsh/fix-vfunc-clobberin
ewlsh/fix-zero-terminated-string-arrays
ewlsh/fundamental-tests
ewlsh/gobject-new
ewlsh/gtk4-a11y
ewlsh/gvalues
ewlsh/handle-native-enums
ewlsh/implicit-mainloop
ewlsh/interface-resolution
ewlsh/jasmine-360
ewlsh/jasmine291
ewlsh/mainloop-module
ewlsh/nova-repl
ewlsh/optional-arguments
ewlsh/refactor-argv
ewlsh/register-type
ewlsh/remote-debugging
ewlsh/replace-internal-imports
ewlsh/return-null-for-pointers
ewlsh/template-overrides
ewlsh/text-encoding
ewlsh/top-level-await-mainloop
ewlsh/whatwg-timers
ewlsh/workers-api
gbsneto/cherry-pick-3-28
gbsneto/external-capture-writer
gbsneto/we-re-all-in-this-together
generalised-array-args
gjs-1-30
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-2
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-6
gnome-3-8
gnome-3-8-js17
gnome-40
gnome-41
gnome-42
gnome-43
gnome-44
halfline/debug-metrics
includes
master
master.msvc
mcatanzaro/#357
mem-track
mozjs31
mozjs91
msvc.fixes
msvc.partial.fix
native-registry
rburton/gjs-testdir
revert-6ce45bb3
sonny-master-patch-71423
wip/0-7-14-xulrunner-5
wip/abderrahim/32-bit-fix
wip/binary-data
wip/carlosg/arrays-in-signals
wip/carlosg/setter-methods-on-construct-only
wip/coverage
wip/coverage-2
wip/enum-gtype
wip/fix-imports
wip/gcampax/700643-allow-creating-custom-tree-models
wip/gdbus-2
wip/gjson
wip/gobj-kitchen-sink
wip/imports-cleanup
wip/imports-rewrite
wip/inheritance-warning
wip/installed-tests
wip/jasper/688731-strings-with-length-argument-should-be-merged-into-one-argument
wip/jasper/enum-gtype
wip/jasper/imports-cleanup
wip/jdahlin/generalised-array-args
wip/js17
wip/js24
wip/jsversion
wip/jsversion-rebase2
wip/mozjs-188
wip/package
wip/ptomato/730101
wip/ptomato/778862
wip/ptomato/autotools
wip/ptomato/develop
wip/ptomato/eval-thread-set
wip/ptomato/internals
wip/ptomato/jasper-imports
wip/ptomato/mayresolve
wip/ptomato/mozjs31
wip/ptomato/mozjs31prep
wip/ptomato/mozjs38
wip/ptomato/mozjs45
wip/ptomato/mozjs45prep
wip/ptomato/mozjs52
wip/ptomato/tests
wip/ptomato/various
wip/ptomato/warnings
wip/ptomato/windows
wip/require
wip/smcv/installed-tests
wip/smcv/lp64be
wip/smcv/test-more-flags
wip/strict
wip/verdre/cache-gtype
wip/verdre/get-string-inside-resolve_impl
wip/xclaesse/57-should-use-g-i-annotations-for-signal
wip/xclaesse/729082-crash-when-callbacks-vfuncs-have-out-arguments
wip/xulrunner-1.9.3-rebase2
wip/xulrunner-1.9.3-rebase4
wip/xulrunner-1.9.3-rebase5
wip/xulrunner-1.9.3-rebase6
wip/xulrunner-1.9.3-rebase7
wip/xulrunner-2
wip/xulrunner-2-rebase2
wip/xulrunner-2-rebase3
wip/xulrunner-2-rebase4
wip/xulrunner-2-rebase5
wip/zeuthen/650133-support-skip-annotation-for-parameters-return-val
xulrunner-1.9.3-rebase3
gitlab.gnome.org: GNOME/gjs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
/
function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some really rough work on fixing function pointer support
ewlsh/fix-function-pointers
Evan Welsh
2021-08-06
1
-85
/
+140
*
context: Cleanup completed trampoline in context, as this is what they belong to
Marco Trevisan (Treviño)
2021-08-01
1
-9
/
+1
*
GjsMaybeOwned: Remove notifier support and move it into GjsPrivateContext
Marco Trevisan (Treviño)
2021-08-01
1
-0
/
+2
*
function: Use minimal allocation for trampoline data
Marco Trevisan (Treviño)
2021-08-01
1
-1
/
+1
*
GjsCallBackTrampoline: Inherit from Gjs::Closure (and so GClosure)
Marco Trevisan (Treviño)
2021-08-01
1
-51
/
+35
*
closure: Reimplement to be a C++ class with custom heap allocator
Marco Trevisan (Treviño)
2021-08-01
1
-9
/
+8
*
function: Move Function into the Gjs namespace to be unique
Marco Trevisan (Treviño)
2021-05-13
1
-5
/
+14
*
Merge branch '386-arg-cache-not-supported' into 'master'
Philip Chimento
2021-05-04
1
-10
/
+6
|
\
|
*
arg-cache: Never throw when building the argument cache
Philip Chimento
2021-03-20
1
-10
/
+6
*
|
object: Discard disposed GObject's and do not create wrappers for them
Marco Trevisan (Treviño)
2021-04-22
1
-0
/
+5
*
|
gerror: Handle any value when converting thrown value to GError
Philip Chimento
2021-04-20
1
-22
/
+14
*
|
closure: Clean up gjs_closure_invoke()
Philip Chimento
2021-04-17
1
-15
/
+18
*
|
gerror: Make gjs_gerror_make_from_error() infallible
Philip Chimento
2021-04-11
1
-7
/
+5
*
|
function: Save original allocated pointers
Philip Chimento
2021-04-11
1
-12
/
+12
|
/
*
Add some profiling labels
Ivan Molodetskikh
2021-03-07
1
-0
/
+12
*
function: Compute the array length coherently to what we do in cache
Marco Trevisan (Treviño)
2021-02-13
1
-9
/
+6
*
function: Change return value of format_name() to std::string
Philip Chimento
2021-02-08
1
-27
/
+28
*
function: Cleanup function call GError on failures
Marco Trevisan (Treviño)
2021-01-30
1
-2
/
+2
*
function: Split finishing function invocation phase to another function
Marco Trevisan (Treviño)
2021-01-30
1
-23
/
+32
*
function: Store more call-state data in GjsFunctionCallState
Marco Trevisan (Treviño)
2021-01-30
1
-68
/
+48
*
function: Remove JSClass macros
Philip Chimento
2021-01-30
1
-230
/
+239
*
function: Use std::string for building the function string
Marco Trevisan (Treviño)
2021-01-02
1
-11
/
+6
*
function: Allocate ffi_arg_pointers using an unique_ptr array
Marco Trevisan (Treviño)
2020-11-22
1
-2
/
+2
*
function: Don't use alloca for CallState values
Marco Trevisan (Treviño)
2020-11-22
1
-10
/
+1
*
jsapi-util: Inherit constructors for GjsAutoBaseInfo and friends
Marco Trevisan (Treviño)
2020-10-27
1
-1
/
+1
*
Merge branch 'gvalue-caller-allocates' into 'master'
Philip Chimento
2020-10-27
1
-13
/
+25
|
\
|
*
arg-cache: Use more flags to store argument flags
Marco Trevisan (Treviño)
2020-10-22
1
-7
/
+7
|
*
gi: Support caller-allocates GValue arguments
Marco Trevisan (Treviño)
2020-10-22
1
-3
/
+14
|
*
arg: Use argument flags for the gjs conversion functions
Marco Trevisan (Treviño)
2020-10-22
1
-3
/
+4
*
|
Revert "arg-cache: Save space by not caching GType"
wip/verdre/cache-gtype
Jonas Dreßler
2020-10-22
1
-7
/
+3
|
/
*
maint: Convert all existing license/copyright comments to SPDX format
Philip Chimento
2020-10-04
1
-21
/
+2
*
function: Split trampoline callback handler removing goto
Marco Trevisan (Treviño)
2020-09-20
1
-95
/
+103
*
function: Use c++ features to handle GjsCallbackTrampoline
Marco Trevisan (Treviño)
2020-09-20
1
-92
/
+103
*
function: Use a vector to hold the completed trampolines
Marco Trevisan (Treviño)
2020-09-20
1
-7
/
+4
*
arg-cache: Make it clearer how we handle the trampoline references
Marco Trevisan (Treviño)
2020-09-20
1
-0
/
+2
*
engine: Cleanup leftover async calls trampolines on gc
Marco Trevisan (Treviño)
2020-09-20
1
-9
/
+1
*
function: Use more auto pointers for base info
Marco Trevisan (Treviño)
2020-09-20
1
-8
/
+3
*
function: Cleanup the completed trampolines removal in one call
Marco Trevisan (Treviño)
2020-09-20
1
-8
/
+3
*
function: Define a trampoline autopointer cleanup function and use it
Marco Trevisan (Treviño)
2020-09-20
1
-12
/
+6
*
function: Use gatomicrefcount for trampoline refcounting
Marco Trevisan (Treviño)
2020-09-20
1
-6
/
+3
*
function: Make gjs_callback_trampoline_ref to return the struct
Marco Trevisan (Treviño)
2020-09-20
1
-3
/
+3
*
CI: Fix IWYU includes
includes
Philip Chimento
2020-09-20
1
-0
/
+2
*
Merge branch 'ewlsh/fix-leak' into 'master'
Philip Chimento
2020-09-10
1
-0
/
+1
|
\
|
*
Fix leak when virtual function is unimplemented.
Evan Welsh
2020-09-08
1
-0
/
+1
*
|
Merge branch 'remove-gslice' into 'master'
Philip Chimento
2020-09-10
1
-4
/
+4
|
\
\
|
*
|
cleanup: Don't use GSlice anywhere
Marco Trevisan (Treviño)
2020-09-04
1
-4
/
+4
|
|
/
*
|
function: Assert the presency of function info only if we've arguments
Marco Trevisan (Treviño)
2020-09-10
1
-4
/
+4
*
|
function: Early-initialize arguments cache or we won't ever release them
Marco Trevisan (Treviño)
2020-09-10
1
-15
/
+18
|
/
*
function: Unref the allocated trampoline if returning early
Marco Trevisan (Treviño)
2020-09-03
1
-3
/
+6
*
function: Don't assume FFI argument always matches GIArgument
Simon McVittie
2020-08-24
1
-7
/
+9
[next]