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
*
Remove all Python 2 C code
Christoph Reiter
2020-04-16
1
-7
/
+3
*
gi/pygi-argument: Squash critical warning when using array as hash value
Philip Withnall
2018-05-18
1
-0
/
+2
*
pygi-argument: Fix a potentially misaligned cast
Christoph Reiter
2018-04-12
1
-9
/
+3
*
More compiler warning fixes for Windows/32bit #191
Christoph Reiter
2018-04-05
1
-9
/
+16
*
build: use -Wconversion -Wno-sign-conversion. Fixes #191
Christoph Reiter
2018-04-05
1
-25
/
+24
*
Port more integer converters
Christoph Reiter
2018-03-31
1
-1
/
+1
*
Merge pygtype.c and pygi-type.c
Christoph Reiter
2018-03-31
1
-4
/
+4
*
basictype: some cleanup
Christoph Reiter
2018-03-29
1
-2
/
+2
*
basictype: always set an error when returning FALSE/NULL
Christoph Reiter
2018-03-29
1
-11
/
+4
*
Rename pyglib-python-compat.h to pygi-python-compat.h
Christoph Reiter
2018-03-23
1
-1
/
+1
*
Remove pyglib.c/h
Christoph Reiter
2018-03-22
1
-1
/
+0
*
Fix various compiler warnings for 32bit builds
Christoph Reiter
2017-03-24
1
-0
/
+2
*
Fix various potential compiler warnings
Christoph Reiter
2017-03-20
1
-0
/
+2
*
Fix list/hashtable enum <-> hash conversion on 64-bit big endian
Aurelien Jarno
2016-09-03
1
-4
/
+29
*
Remove pygobject-private.h and rename pygobject.c to pygobject-object.c
Christoph Reiter
2016-06-01
1
-1
/
+3
*
Remove pygi.h and pygi-private.h
Christoph Reiter
2016-06-01
1
-3
/
+14
*
Handle gtype marshalling
Mathieu Bridon
2015-07-05
1
-0
/
+5
*
Field setters: Remove unneeded type/range checks and resulting unused code.
Christoph Reiter
2015-03-30
1
-626
/
+0
*
pygi-argument: Remove unused imports/includes
Christoph Reiter
2015-03-30
1
-7
/
+0
*
Limit foreign struct checks to GI_INFO_TYPE_STRUCT
Simon Feltman
2014-09-08
1
-3
/
+8
*
Use array lengths specified on struct fields
Simon Feltman
2014-08-17
1
-7
/
+7
*
Refactor signal array length marshalling to support a length policy
Simon Feltman
2014-08-17
1
-23
/
+47
*
Remove dead code for marshalling array lengths in the context of vfuncs
Simon Feltman
2014-08-17
1
-15
/
+9
*
Move special handling of GObject from Python when calling from C
Garrett Regier
2014-08-07
1
-20
/
+1
*
Cleanup struct marshalling function names
Simon Feltman
2014-05-25
1
-17
/
+17
*
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
[next]