summaryrefslogtreecommitdiff
path: root/ext/ffi_c/ClosurePool.c
Commit message (Expand)AuthorAgeFilesLines
* Add new extconf options for --enable-libffi-allocLars Kanis2020-12-051-6/+0
* Merge branch 'fix-crash-on-apple-silicon' of https://github.com/Watson1978/ff...Lars Kanis2020-12-051-0/+67
|\
| * Use ffi_closure_alloc() on Apple silicon to fix crashWatson2020-07-181-0/+67
* | Remove win32/stdint.h and stdbool.hLars Kanis2020-09-231-10/+2
|/
* Replace legacy caddr_t by void* or char*Lars Kanis2020-02-051-14/+11
* Revert "Do closures via libffi"Lars Kanis2018-06-031-0/+283
* Do closures via libffiMihail Konev2017-07-131-283/+0
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-1/+0
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-12/+22
* Fix compile error for cygwin1.7.18, add check __CYGWIN_ macro.KUWASHIMA yuichiro2013-05-051-6/+6
* Extract all win32 MSC stdbool compat typedefs into win32/stdbool.hWayne Meissner2013-04-221-5/+4
* Convert C++ style comments to C /* */ styleWayne Meissner2012-08-041-1/+1
* Mods to fix compilation on i386-mingw32Wayne Meissner2012-02-021-3/+1
* Move stdint.h to seperate pathPark Heesob2012-01-141-1/+1
* initial releaseunknown2012-01-091-0/+14
* Pool is allocated using ruby's xalloc method but is the destroyed via free. ...Charlie Savage2011-08-241-1/+1
* _WINSOCKAPI_ has to be defined before including <windows.h> to avoid redefini...Charlie Savage2011-08-171-0/+1
* Fix warningsWayne Meissner2011-08-011-7/+7
* Excise some obsolete pthread related codeWayne Meissner2010-12-271-55/+13
* Apply cygwin patches from Joe Khoobyar <joe@ankhcraft.com>Wayne Meissner2009-11-061-5/+7
* Reference count the ClosurePool, so it gets released after all Closures alloc...Wayne Meissner2009-09-181-9/+31
* Use ClosurePool to speed up callback allocationWayne Meissner2009-09-181-1/+1
* Split out the closure pool from the method handlesWayne Meissner2009-09-181-0/+280