summaryrefslogtreecommitdiff
path: root/gi/pygi-value.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 C codeChristoph Reiter2020-04-161-8/+8
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-4/+12
* GObject.Value: add a static helper for fetching the GTypeChristoph Reiter2019-01-181-0/+16
* gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-041-13/+18
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-231-42/+14
* Fix some leaksChristoph Reiter2018-04-191-2/+2
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-181-5/+5
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-051-8/+15
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-6/+5
* struct: clean up function namesChristoph Reiter2018-03-311-1/+1
* gboxed: clean up function namesChristoph Reiter2018-03-311-2/+2
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* Rewrite the GStrv converters with the new utf8 oneChristoph Reiter2018-03-301-61/+0
* pygi-value: error handling cleanupChristoph Reiter2018-03-301-24/+20
* pygi-value: reuse basic converters for integer typesChristoph Reiter2018-03-301-162/+118
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Remove gobjectmoduleChristoph Reiter2018-03-211-0/+34
* properties: fix a crash when setting a str value containing surrogates. Fixes...Christoph Reiter2018-03-191-0/+4
* all around: Fix some assumptions about the size of longMathieu Duponchelle2018-03-131-1/+1
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-011-1/+1
* GValue: add overflow checking for py -> gint; forward marshaling exceptionsChristoph Reiter2017-04-011-1/+10
* Fix various potential compiler warningsChristoph Reiter2017-03-201-4/+7
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+5
* gerror: Add special case marshaling for boxing GErrorsSimon Feltman2016-03-011-0/+1
* Some error handling/reporting fixes.Christoph Reiter2016-02-291-5/+10
* GVariant: Don't use pyg_boxed_new as GVariant isn't a PyGBoxed but a PyGIStruct.Christoph Reiter2016-02-291-1/+2
* pygi-value: special case for NULL GValueArrayMikhail Fludkov2016-02-201-2/+3
* Fix build warnings regarding _POSIX_C_SOURCE redefinitionSimon Feltman2015-10-311-0/+1
* Allow passing unicode lists to GStrv properties on Python 2Christoph Reiter2015-07-171-9/+32
* Avoid a silent long to int truncationRui Matos2015-07-171-2/+2
* Don't use GI type for determining pointer extraction from GValuesSimon Feltman2014-08-181-6/+4
* Fast path property access for basic typesSimon Feltman2014-08-171-8/+18
* Break pyg_value_as_pyobject into two functionsSimon Feltman2014-08-171-12/+62
* Merge pygi_get_property_value and _pygi_argument_from_g_valueSimon Feltman2014-08-171-7/+17
* Never dup data structures when marshaling signal in argumentsSimon Feltman2014-08-171-1/+3
* Use accessors for getting and setting PyGParamSpec pointersSimon Feltman2014-05-161-1/+1
* Ignore GValueArray deprecationsSimon Feltman2014-03-241-3/+20
* marshal refactoring: Move GValue marshaling from pytype into pygi-valueSimon Feltman2014-02-021-1/+719
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-021-0/+144