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
*
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
*
Prevent unimplemented vfuncs from crashing.
Evan Welsh
2020-08-22
1
-1
/
+2
*
js: Refactor Array-related JSAPI calls.
Evan Welsh
2020-08-11
1
-2
/
+3
*
function: Use a template to safely assign GIArgument values to ffi_(s)arg
Marco Trevisan (Treviño)
2020-08-08
1
-23
/
+37
*
function: Use consistent types when setting ffi_arg from return value
Marco Trevisan (Treviño)
2020-08-08
1
-1
/
+14
*
maint: Use C++17 attributes
Philip Chimento
2020-08-05
1
-7
/
+4
*
arg-cache: Store marshallers in predefined groups
Philip Chimento
2020-08-01
1
-8
/
+12
*
arg-cache: Save space by not caching GType
Philip Chimento
2020-08-01
1
-3
/
+7
*
arg-cache: Limit GI arguments to 253 and use 8-bit storage
Philip Chimento
2020-08-01
1
-0
/
+5
*
function: use the argument cache for the instance parameter too
Giovanni Campagna
2020-08-01
1
-126
/
+32
*
arg-cache: extend to handle interface types too
Giovanni Campagna
2020-08-01
1
-2
/
+9
*
arg-cache: make actual use of the argument cache
Giovanni Campagna
2020-08-01
1
-699
/
+202
*
function: introduce a new system for better caching of marshalling info
Giovanni Campagna
2020-08-01
1
-89
/
+103
*
function: Use pointer as fallback argument value as we do it when setting
Marco Trevisan (Treviño)
2020-07-28
1
-3
/
+5
*
js: Use gjs_arg_value to get, set and access GIArgument values
Marco Trevisan (Treviño)
2020-07-27
1
-52
/
+73
*
function: Ensure ffi return pointer initialization is consistent
Marco Trevisan (Treviño)
2020-07-27
1
-11
/
+46
*
js: Define Symbol.toStringTag names on all our custom classes
Evan Welsh
2020-07-27
1
-2
/
+2
*
Merge branch 'verdre/gjs-small-invoke-c-func-improvement'
Philip Chimento
2020-06-26
1
-3
/
+7
|
\
|
*
function: Only get function name if we actually warn
Jonas Dreßler
2020-06-26
1
-3
/
+7
|
/
*
Merge branch 'iwyu' into 'master'
Philip Chimento
2020-05-31
1
-0
/
+2
|
\
|
*
js: Fix header includes according to IWYU
Philip Chimento
2020-05-20
1
-0
/
+2
*
|
object: Separate closures and vfuncs
Philip Chimento
2020-05-23
1
-1
/
+1
*
|
function: Associate closure with object after creating trampoline
Philip Chimento
2020-05-23
1
-22
/
+28
|
/
*
function: Improve format_function_name()
Philip Chimento
2020-05-16
1
-14
/
+10
*
function: Use JS::CallArgs throughout invocation call chain
Philip Chimento
2020-05-16
1
-46
/
+32
*
function: Merge two ways of invoking constructor from C
Philip Chimento
2020-05-16
1
-33
/
+13
*
function: Ensure either JS or GArgument return value, not both
Philip Chimento
2020-05-16
1
-51
/
+43
*
js: Avoid appending to vectors in a loop
Philip Chimento
2020-05-16
1
-3
/
+2
*
arg: Don't sink GClosure ref if it's a return value
Philip Chimento
2020-05-02
1
-8
/
+3
*
Merge branch 'make-exception-log-levels-consistent' into 'master'
Philip Chimento
2020-04-19
1
-1
/
+1
|
\
|
*
jsapi-util: Make log levels of exceptions consistent
Philip Chimento
2020-04-05
1
-1
/
+1
*
|
function: Use GIArgument.v_int for enum and flags types
wip/smcv/lp64be
Simon McVittie
2020-04-07
1
-1
/
+1
|
/
*
function: Don't crash if a callback doesn't return an array of values
Marco Trevisan (Treviño)
2020-03-30
1
-0
/
+15
*
function: Pass the deferenced callback out pointer value to JS
Marco Trevisan (Treviño)
2020-03-21
1
-4
/
+7
*
js: Remove jsapi-wrapper.h
Philip Chimento
2020-01-19
1
-3
/
+15
*
js: Use new warnings API
Philip Chimento
2020-01-19
1
-3
/
+7
*
js: Rename JS::AutoFooVector
Philip Chimento
2020-01-19
1
-2
/
+2
*
js: Rename "compartments" to "realms"
Philip Chimento
2020-01-19
1
-4
/
+3
*
js: Remove requests
Philip Chimento
2020-01-19
1
-5
/
+0
*
function: Improve debug message
Philip Chimento
2019-12-02
1
-1
/
+4
*
function: Don't always js::DumpStack() in blocked callbacks
Philip Chimento
2019-11-01
1
-1
/
+2
*
function: Improve error messages
Philip Chimento
2019-10-28
1
-2
/
+10
[next]