summaryrefslogtreecommitdiff
path: root/lib/ffi/autopointer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for using FFI in RactorLars Kanis2023-04-181-0/+1
* Check the pointer in AutoPointer before superLars Kanis2023-01-131-2/+2
* Remove trailing spaces in .rb filesBenoit Daloze2020-12-211-1/+1
* fix typoPatrik Wenger2015-12-011-1/+1
* minor documentation and code style improvementsPatrik Wenger2015-11-251-27/+36
* doc tweakstduehr2015-05-221-3/+3
* fix yard doc warningsNick White2014-09-031-2/+2
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-19/+2
* Licensing audit. Restore BSD license text from files where it was mistakenly...Wayne Meissner2013-10-271-1/+28
* Add Pointer#type_size and make AutoPointer match the pointer it wrapsWayne Meissner2013-03-281-1/+1
* Fix issue #112 - delegate Pointer#autorelease? to AutoPointer::ReleaserWayne Meissner2012-09-231-8/+9
* Add documentation for DataConverter, LastError, AutoPointer, FFI::IO, Library...Sylvain Daubert2011-09-211-16/+73
* Slightly different fix to issue #140 that takes into account passing Proc/Met...Wayne Meissner2011-08-301-10/+15
* License update and misc cleanups.Wayne Meissner2010-08-071-21/+13
* Remove C part of AutoPointer, since that functionality is already in the base...Wayne Meissner2010-05-221-1/+1
* Refit AutoPointer with DataConverter so AutoPointer subclasses can be used as...Wayne Meissner2010-05-221-0/+9
* Add explicit copyrights to each fileWayne Meissner2010-01-241-0/+29
* Rework AutoPointer to have free and autorelease= methods, and along the way g...Wayne Meissner2009-11-151-20/+50
* Raise TypeError when AutoPointer#initialize() is passed an incorrect pointer ...Wayne Meissner2009-06-101-1/+1
* Convert AutoPointer to use the allocatorWayne Meissner2009-03-191-7/+7
* Use Proc.new instead of lambda for creating the finalizer proc to fix GC of A...Wayne Meissner2008-12-011-1/+1
* Fixes for AutoPointer from Mike Dalessio <mike.dalessio@gmail.com>Wayne Meissner2008-11-261-5/+52
* First pass at implementing AutoPointer. Not totally happy with it yet, but i...Wayne Meissner2008-11-061-0/+14