summaryrefslogtreecommitdiff
path: root/gi/pygi-array.c
Commit message (Expand)AuthorAgeFilesLines
* 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