summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.6.01.6.0Wayne Meissner2013-03-251-1/+1
* Exclude object files from rdocWayne Meissner2013-03-251-0/+1
* Fix issue #256 - in Struct::enclosing_module, explicitly check if the enclosi...Wayne Meissner2013-03-251-1/+1
* Merge pull request #255 from hubertlepicki/patch-1Wayne Meissner2013-03-211-1/+1
|\
| * Fix example that is invalid in rdocHubert Łępicki2013-03-211-1/+1
|/
* Bump version to 1.5.01.5.0Wayne Meissner2013-03-211-1/+1
* Add x86_64-windows/types.confWayne Meissner2013-03-121-0/+27
* Bump version to 1.5.0Wayne Meissner2013-03-111-1/+1
* Strip win32 binaries once they are builtWayne Meissner2013-03-111-2/+9
* Try to load the 2.0 pre-compiled libWayne Meissner2013-03-101-0/+2
* Add 2.0.0 binaries for win32Wayne Meissner2013-03-101-1/+1
* Only strip options if preceded by whitespaceWayne Meissner2013-03-081-2/+2
* Merge pull request #251 from skoba/masterWayne Meissner2013-03-061-0/+2
|\
| * add intptr_t and uintptr_t type to x86_64-freebsd platform types.confShinji KOBAYASHI2013-03-071-0/+2
|/
* Add back -std=c99 for solarisWayne Meissner2013-03-051-1/+3
* Bump version to 1.4.1Wayne Meissner2013-03-051-1/+1
* Check for the presence of FFI_STDCALL - some arches do not have it definedWayne Meissner2013-03-052-2/+2
* Fix warningsWayne Meissner2013-03-052-1/+3
* Bump version to 1.4.01.4.0Wayne Meissner2013-02-161-1/+1
* Trap & save exceptions from ruby callbacks.Wayne Meissner2013-02-156-55/+31
* Use rb_thread_call_without_gvl where availableWayne Meissner2013-02-153-5/+32
* spec: Replace absolute_.. with expand_path.Paul Kunysch2013-02-121-2/+2
* DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym)Paul Kunysch2013-02-121-0/+9
* DynamicLibrary.c: Avoid win32 APIs on cygwin.Paul Kunysch2013-02-121-3/+3
* spec: Test absolute library path.Paul Kunysch2013-02-121-0/+8
* Added i386-cygwin/types.conf.Paul Kunysch2013-02-121-0/+3
* platform.rb: Added prefix and suffix for cygwin.Paul Kunysch2013-02-121-2/+11
* Merge pull request #247 from Paulche/masterWayne Meissner2013-01-281-1/+1
|\
| * Add Travis CI build status imagePaul Chechetin2013-01-281-1/+1
|/
* Add tests for block-form of Buffer::new and MemoryPointer::newWayne Meissner2013-01-162-0/+18
* Bump version to 1.3.11.3.1Wayne Meissner2013-01-101-1/+1
* Possible fix for #245 - passing nil args into :string params did not advance ...Wayne Meissner2013-01-101-1/+1
* Bump version to 1.3.01.3.0Wayne Meissner2013-01-081-1/+1
* Remove rbffi_gc_mark_locations()Wayne Meissner2013-01-084-13/+2
* Add to_str and to_ptr benchmarksWayne Meissner2013-01-071-17/+60
* Merge pull request #244 from dbussink/masterWayne Meissner2013-01-063-10/+11
|\
| * Use Rubinius API on Rubinius for forcing GCDirkjan Bussink2013-01-063-10/+11
|/
* Merge pull request #243 from drbrain/masterWayne Meissner2013-01-031-0/+0
|\
| * Ignore the libffi directory for RDocEric Hodel2013-01-031-0/+0
|/
* Fix #242 by coercing :string parameters using #to_strWayne Meissner2013-01-021-21/+12
* Bump version to 1.3.0.devWayne Meissner2012-12-291-1/+1
* Enable loading FFI gem on rubiniusWayne Meissner2012-12-291-1/+2
* Struct classes store @layout in a class ivar, not a cvar.Wayne Meissner2012-12-292-4/+4
* Correct some rb_global_variable() calls that were passing in stack addresses.Wayne Meissner2012-12-292-2/+2
* Add rbffi_gc_mark_locations() that behaves like rb_gc_mark_locations(), for V...Wayne Meissner2012-12-295-3/+14
* Fix #239 by raising an error if the library list supplied to ffi_lib is emptyWayne Meissner2012-12-172-0/+13
* Properly indent code in README.md and add to requirementsWayne Meissner2012-12-141-4/+7
* Merge pull request #238 from sdaubert/masterWayne Meissner2012-12-0916-61/+535
|\
| * * ext/ffi_c/Pointer.c: Rename rbffi_AbstractMemory to ffi_AbstractMemory.Sylvain Daubert2012-12-081-2/+2
| * * ext/ffi_c/Pointer.c: correct name of ffi_AbstractMemory on definitionSylvain Daubert2012-12-081-1/+1