summaryrefslogtreecommitdiff
path: root/gi/pygi-array.c
Commit message (Expand)AuthorAgeFilesLines
* gi: Fix GArray length calculation for other item sizesBenjamin Berg2022-03-281-3/+18
* Remove all Python 2 C codeChristoph Reiter2020-04-161-5/+4
* pygi-array: fix leak of transfer-full/container C arrays. Fixes #322Christoph Reiter2019-04-191-1/+1
* Use Py_TYPE() everywhereChristoph Reiter2018-04-181-1/+1
* pygi-array: fix a leakChristoph Reiter2018-04-131-1/+3
* Enable -Wnull-dereferenceChristoph Reiter2018-04-121-3/+9
* Silence some cast alignment warningsChristoph Reiter2018-04-121-1/+1
* More compiler warning fixes for Windows/32bit #191Christoph Reiter2018-04-051-8/+16
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-25/+33
* basictype: some cleanupChristoph Reiter2018-03-291-2/+2
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* setup.py: enable -Wjump-misses-initChristoph Reiter2018-03-211-26/+27
* array, list: always run items cleanup funcsMathieu Duponchelle2018-02-161-31/+39
* Revert "Revert "to python marshalling: collect cleanup data""Mathieu Duponchelle2018-02-161-6/+18
* Revert "to python marshalling: collect cleanup data"Christoph Reiter2018-02-131-18/+6
* to python marshalling: collect cleanup dataMathieu Duponchelle2018-01-231-6/+18
* to_py_array: Properly handle enum array itemsChristoph Reiter2017-10-221-0/+3
* Fix various compiler warnings for 32bit buildsChristoph Reiter2017-03-241-2/+2
* Fix various potential compiler warningsChristoph Reiter2017-03-201-8/+8
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+2
* Fix build warnings regarding _POSIX_C_SOURCE redefinitionSimon Feltman2015-10-311-1/+1
* invoke/closure: reduce g_slice_alloc usageChristoph Reiter2015-09-271-3/+3
* Avoid copying bytearrays from Python to C when transfer nothingGarrett Regier2015-02-161-4/+19
* Fix invalid read error in argument cleanup codeSimon Feltman2014-09-101-0/+1
* Use the caches for marshaling the arguments in closuresGarrett Regier2014-08-071-2/+3
* Always pass along the callable cache to the arg cache constructorsGarrett Regier2014-08-071-8/+12
* Added args_offset to the cache instead of checking the function typeGarrett Regier2014-08-011-4/+2
* Cleanup struct marshalling function namesSimon Feltman2014-05-251-1/+1
* Use ffi_call directly instead of g_callable_info_invokeSimon Feltman2014-03-031-20/+6
* Use C style commentsSimon Feltman2014-02-271-1/+2
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-031-3/+3
* cache refactoring: Move various struct arg setup and marshaling to new fileSimon Feltman2014-02-021-0/+3
* cache refactoring: Move GArray arg setup and marshaling into new fileSimon Feltman2014-02-021-0/+906