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-argument.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate GError related code into pygi-error
Simon Feltman
2014-05-04
1
-3
/
+3
*
Update Free Software Foundation addresses
Simon Feltman
2014-03-15
1
-3
/
+1
*
marshal refactoring: Move GIArgument from GValue code to new file
Simon Feltman
2014-02-02
1
-125
/
+1
*
cache refactoring: Move enum and flags arg setup and marshaling to new file
Simon Feltman
2014-02-02
1
-2
/
+0
*
cache refactoring: Move various struct arg setup and marshaling to new file
Simon Feltman
2014-02-02
1
-0
/
+1
*
cache refactoring: Move GObject arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-3
/
+4
*
cache refactoring: Move basic type arg setup and marshaling into new file
Simon Feltman
2014-02-02
1
-0
/
+1
*
Merge gobject static code into the gi module
Simon Feltman
2014-01-14
1
-2
/
+1
*
Add cleanup_data argument used for Python to C marshaler cleanup
Simon Feltman
2013-10-14
1
-1
/
+3
*
cache refactoring: Remove special case marshaling for instance arguments
Simon Feltman
2013-09-26
1
-2
/
+2
*
Move "from Python" GObject out arg marshaler into specialized function
Simon Feltman
2013-07-26
1
-1
/
+1
*
Add underscore prefix and _cache_adapter suffix to marshaling functions
Simon Feltman
2013-07-26
1
-20
/
+20
*
Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.c
Simon Feltman
2013-07-25
1
-72
/
+1
*
Move from Python integer marshaling into separate function
Simon Feltman
2013-07-25
1
-1
/
+2
*
Move _pygi_argument_from_object_basic_type into pygi-marshal-from-py.c
Simon Feltman
2013-07-25
1
-148
/
+1
*
Move basic type marshaling out of _pygi_argument_from_object
Simon Feltman
2013-07-25
1
-27
/
+46
*
Replace to Python cached marshalers with unified basic type marshaler
Simon Feltman
2013-07-25
1
-71
/
+33
*
Move to Python basic type marshaling out of _pygi_argument_to_object
Simon Feltman
2013-07-25
1
-23
/
+63
*
Add marshalling of GI_TYPE_TAG_VOID held in a GValue to int
Simon Feltman
2013-07-03
1
-2
/
+2
*
Re-add support for passing GValue's by reference
Simon Feltman
2013-07-03
1
-1
/
+1
*
Change interpretation of NULL pointer field from None to 0
Simon Feltman
2013-04-22
1
-10
/
+1
*
Unify interface struct to Python GI marshaling code
Simon Feltman
2013-04-05
1
-58
/
+14
*
Unify Python interface struct to GI marshaling code
Simon Feltman
2013-04-05
1
-50
/
+25
*
Unify Python float and double to GI marshaling code
Simon Feltman
2013-04-05
1
-22
/
+4
*
Unify filename to Python GI marshaling code
Simon Feltman
2013-04-05
1
-20
/
+2
*
Unify utf8 to Python GI marshaling code
Simon Feltman
2013-04-05
1
-7
/
+4
*
Unify unichar to Python GI marshaling code
Simon Feltman
2013-04-05
1
-17
/
+2
*
Unify Python unicode to filename GI marshaling code
Simon Feltman
2013-04-05
1
-28
/
+2
*
Unify Python unicode to utf8 GI marshaling code
Simon Feltman
2013-04-05
1
-30
/
+2
*
Unify Python unicode to unichar GI marshaling code
Simon Feltman
2013-04-05
1
-32
/
+2
*
Fix enum and flags marshaling type assumptions
Simon Feltman
2013-04-04
1
-3
/
+3
*
Fix memory leak in _pygi_argument_to_array()
Martin Pitt
2013-03-04
1
-0
/
+1
*
Fix leak of caller-allocated boxed values
Martin Pitt
2013-02-28
1
-1
/
+1
*
Fix marshalling of C arrays with explicit length in signal arguments
Martin Pitt
2013-02-27
1
-8
/
+28
*
Unify Python callable to GClosure GI marshaling code
Simon Feltman
2013-02-16
1
-13
/
+1
*
Unify Python object to GValue GI marshaling code
Simon Feltman
2013-02-16
1
-33
/
+10
*
Rename pygi_marshal_from_py_object to make it more explicit
Simon Feltman
2013-02-15
1
-1
/
+1
*
Fix reference leaks with transient floating objects
Simon Feltman
2013-02-08
1
-26
/
+26
*
Fix ref count leak when creating pygobject wrappers for input args
Mike Gorse
2013-02-01
1
-8
/
+5
*
Cosmetic fix to last patch
Paolo Borelli
2013-01-30
1
-2
/
+5
*
Move variable declaration to top of blocks (C99ism)
Chun-wei Fan
2013-01-30
1
-4
/
+6
*
Allow single byte values for int8 types
Martin Pitt
2013-01-11
1
-2
/
+2
*
Use g-i stack allocation API
Martin Pitt
2013-01-08
1
-10
/
+6
*
Fix array arguments on 32 bit
Martin Pitt
2012-11-29
1
-1
/
+5
*
Add type checking to GVariant argument assignment
Martin Pitt
2012-11-14
1
-1
/
+6
*
Deprecate void pointer fields as general PyObject storage.
Simon Feltman
2012-10-23
1
-5
/
+20
*
Fix unsigned values in GArray/GList/GSList/GHash
Martin Pitt
2012-10-11
1
-0
/
+9
*
Fix memory leak in _pygi_argument_to_array()
Alban Browaeys
2012-10-04
1
-0
/
+3
*
Fix unused variables and results
Martin Pitt
2012-09-25
1
-3
/
+1
*
Fix GValue marshalling of long and unsigned long
Giovanni Campagna
2012-09-24
1
-4
/
+21
[next]