summaryrefslogtreecommitdiff
path: root/gi/pygi-basictype.c
Commit message (Expand)AuthorAgeFilesLines
* gtype: raise ValueError when converting an invalid GType to CChristoph Reiter2018-11-251-1/+5
* Clear error indicator before calling pygi_pyerr_formatSimon McVittie2018-08-141-0/+12
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-231-3/+52
* Use Py_TYPE() everywhereChristoph Reiter2018-04-181-8/+8
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-181-2/+2
* float converter: use the isfinite() macroChristoph Reiter2018-04-151-13/+12
* float converter: use Python API for formatting the error message; add testChristoph Reiter2018-04-141-14/+33
* int converters: unify overflow error handlingChristoph Reiter2018-04-141-77/+175
* pyg_pyobj_to_unichar_conv: port to new converters and add some testsChristoph Reiter2018-04-121-1/+1
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-051-2/+2
* pygi_gint_from_py: fix wrong range in error message, add testChristoph Reiter2018-04-041-1/+1
* Port more integer convertersChristoph Reiter2018-03-311-0/+6
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* info: use new convertersChristoph Reiter2018-03-311-0/+8
* repository: use the new convertersChristoph Reiter2018-03-301-1/+1
* pygi-value: reuse basic converters for integer typesChristoph Reiter2018-03-301-25/+157
* pygi_arg_cache_alloc() never returns NULLChristoph Reiter2018-03-291-2/+0
* basictype: some cleanupChristoph Reiter2018-03-291-120/+71
* basictype: always set an error when returning FALSE/NULLChristoph Reiter2018-03-291-3/+5
* basictype: Remove usage of GIArgument from all basic type convertersChristoph Reiter2018-03-291-272/+440
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-2/+1
* all around: Fix some assumptions about the size of longMathieu Duponchelle2018-03-131-3/+3
* Revert "Revert "to python marshalling: collect cleanup data""Mathieu Duponchelle2018-02-161-3/+5
* Revert "to python marshalling: collect cleanup data"Christoph Reiter2018-02-131-5/+3
* to python marshalling: collect cleanup dataMathieu Duponchelle2018-01-231-3/+5
* Add support for bytes and non-utf-8 file names.Christoph Reiter2017-03-301-36/+150
* Handle nullable filename parametersChristoph Reiter2016-09-031-0/+5
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+1
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+1
* Avoid duping filenames when marshalling from Python to CGarrett Regier2015-03-011-6/+6
* Use the caches for marshaling the arguments in closuresGarrett Regier2014-08-071-2/+2
* Include math headers also on mingwAlexey Pavlov2014-08-051-2/+0
* Fix Build on Visual StudioChun-wei Fan2014-02-241-0/+16
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-031-2/+2
* cache refactoring: Move basic type arg setup and marshaling into new fileSimon Feltman2014-02-021-0/+824