index
:
delta/pygobject.git
PYGTK_1_99_15
a93755ddba9a176
barthalion/gnome-runtime-images-quay
baserock/morph
benzea/gio-asyncio
benzea/gsource-fix
benzea/gsource-fix2
benzea/tmp
benzea/try-disable-gdebug
benzea/vfunc-bound-descr
bilelmoussaoui/dispose
ci-bionic
ci-debug-build
ci-gnome-master
ci-py-update
ci-py37-dev-mode
drop-py35
ebassi/gtk4-overrides
extension-class-branch
gio-liststore-sort
gsoc2009
gtk-3.0
gtk-gnome-1-2
gtk-template-child-internal
gtk4
invoke-rewrite
listmodel-sequence
llvm
master
optionparser-remain-args
pgriffis/soup-overrides
pixbuf-new-from-data
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-26
pygobject-3-28
pygobject-3-30
pygobject-3-32
pygobject-3-34
pygobject-3-36
pygobject-3-38
pygobject-3-4
pygobject-3-40
pygobject-3-42
pygobject-3-44
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
pypy-progress
python-3
python22-branch
revert-typecasts
setup-py-install-hint
short-class-names-branch
sigint-fallback-leak
unknown-scope
widget-freeze-child
windows
wip/creiter/pytest-direct
wip/felder/meson-minimum-version
wip/gio-async-awaitable-return
wip/jfelder/glib-datetime-compare
wip/jfelder/gtk4-sort-list-model
wip/jfelder/template-gtk4
wip/jtojnar/gio-generic-list
wip/mschraal/gdk4-rgba
wip/mschraal/gtk4-container-removal
wip/msvc
wip/msvc-3-24
wip/msvc-3-26
wip/type-object-concurrency-fix
gitlab.gnome.org: GNOME/pygobject.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
/
pygi-cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add namespace and container name to callable cache and include them in all wa...
Christoph Reiter
2015-03-03
1
-5
/
+34
*
Fix invalid unref after getting callable container
Simon Feltman
2014-08-14
1
-2
/
+0
*
Fix raising an error in a constructor
Garrett Regier
2014-08-07
1
-3
/
+3
*
Use the caches for marshaling the arguments in closures
Garrett Regier
2014-08-07
1
-6
/
+24
*
Always pass along the callable cache to the arg cache constructors
Garrett Regier
2014-08-07
1
-14
/
+20
*
Use the caches for closures, but not yet for marshaling the arguments
Garrett Regier
2014-08-06
1
-2
/
+31
*
Split the callable cache into the different types
Garrett Regier
2014-08-06
1
-134
/
+380
*
Added args_offset to the cache instead of checking the function type
Garrett Regier
2014-08-01
1
-3
/
+3
*
Consolidate GError related code into pygi-error
Simon Feltman
2014-05-04
1
-2
/
+2
*
Update Free Software Foundation addresses
Simon Feltman
2014-03-15
1
-3
/
+1
*
Use ffi_call directly instead of g_callable_info_invoke
Simon Feltman
2014-03-03
1
-10
/
+51
*
Fix Build on Visual Studio
Chun-wei Fan
2014-02-24
1
-1
/
+2
*
cache refactoring: Add comments to arg cache setup functions
Simon Feltman
2014-02-03
1
-0
/
+36
*
cache refactoring: Use consistent prefix for arg cache functions
Simon Feltman
2014-02-03
1
-37
/
+37
*
cache refactoring: Move enum and flags arg setup and marshaling to new file
Simon Feltman
2014-02-02
1
-62
/
+12
*
cache refactoring: Move various struct arg setup and marshaling to new file
Simon Feltman
2014-02-02
1
-62
/
+10
*
cache refactoring: Move GObject arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-99
/
+84
*
cache refactoring: Move closure setup and marshaling into pygi-closure
Simon Feltman
2014-02-02
1
-99
/
+12
*
cache refactoring: Move GError arg setup and marshaling to new file
Simon Feltman
2014-02-02
1
-65
/
+28
*
cache refactoring: Move GArray arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-223
/
+13
*
cache refactoring: Move GList/GSList arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-60
/
+11
*
cache refactoring: Break sequence cache up for array vs list
Simon Feltman
2014-02-02
1
-37
/
+123
*
cache refactoring: Move basic type arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-72
/
+10
*
cache refactoring: Move PyGIHashCache and related marshaling into new file
Simon Feltman
2014-02-02
1
-95
/
+8
*
cache refactoring: Separate ArgCache creation and setup
Simon Feltman
2014-02-02
1
-111
/
+152
*
Add support for variable user data arguments
Simon Feltman
2013-10-14
1
-0
/
+14
*
Add support for default arguments annotated with allow-none
Simon Feltman
2013-09-26
1
-36
/
+67
*
cache refactoring: Move arg cache field assignments into _arg_cache_new
Simon Feltman
2013-09-26
1
-12
/
+11
*
cache refactoring: Cleanup array length argument marshaling
Simon Feltman
2013-09-26
1
-74
/
+71
*
cache refactoring: Move variable declarations to blocks where they are used
Simon Feltman
2013-09-26
1
-11
/
+14
*
cache refactoring: Remove continue statements from _args_cache_generate
Simon Feltman
2013-09-26
1
-65
/
+61
*
cache refactoring: Use bit field for PyGIDirection instead of enum
Simon Feltman
2013-09-26
1
-32
/
+32
*
cache refactoring: Remove special case marshaling for instance arguments
Simon Feltman
2013-09-26
1
-10
/
+6
*
cache refactoring: Use GPtrArray for callable arg cache
Simon Feltman
2013-09-25
1
-31
/
+31
*
cache refactoring: Move PyGI direction code into new function
Simon Feltman
2013-09-25
1
-21
/
+21
*
Add underscore prefix and _cache_adapter suffix to marshaling functions
Simon Feltman
2013-07-26
1
-5
/
+5
*
Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.c
Simon Feltman
2013-07-25
1
-2
/
+2
*
Unify and clean up from Python marshalers for basic types
Simon Feltman
2013-07-25
1
-98
/
+3
*
Unify from Python int64 and uint64 marshalers
Simon Feltman
2013-07-25
1
-35
/
+1
*
Unify from Python int16 and int32 marshalers
Simon Feltman
2013-07-25
1
-68
/
+1
*
Unify from Python boolean, int8, and uint8 marshalers
Simon Feltman
2013-07-25
1
-41
/
+7
*
Replace to Python cached marshalers with unified basic type marshaler
Simon Feltman
2013-07-25
1
-93
/
+21
*
Always unref the GiTypeInfo when generating an argument cache
Mike Gorse
2013-07-10
1
-0
/
+1
*
Unify Python interface struct to GI marshaling code
Simon Feltman
2013-04-05
1
-11
/
+1
*
Fix some style issues with previous patch
Martin Pitt
2013-02-26
1
-3
/
+3
*
Raise DeprecationWarning on deprecated callables
Martin Pitt
2013-02-26
1
-0
/
+14
*
Set clean-up handler for marshalled arrays
Mike Gorse
2013-01-11
1
-0
/
+1
*
Add support for caller-allocated GArray out arguments
Martin Pitt
2012-12-17
1
-1
/
+1
*
Fix leak with python callables as closure argument.
Simon Feltman
2012-10-12
1
-0
/
+1
*
Fix various endianess errors
David Malcolm
2012-08-20
1
-0
/
+2
[next]