summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG for 1.14.21.14.2Lars Kanis2020-12-211-0/+7
* Bump VERSION to 1.14.2Lars Kanis2020-12-211-1/+1
* Add all generated+shipped libffi files to `rake clean`Lars Kanis2020-12-211-0/+7
* Remove trailing spaces in .rb filesBenoit Daloze2020-12-2115-40/+40
* Add a missing bugfix to CHANGELOG [ci skip]Lars Kanis2020-12-201-0/+1
* Better wording in CHANGELOG [ci skip]Lars Kanis2020-12-191-1/+1
* Add CHANGELOG entry for ffi-1.14.11.14.1Lars Kanis2020-12-191-0/+8
* Bump VERSION to 1.14.1Lars Kanis2020-12-191-1/+1
* Merge pull request #861 from larskanis/revoke-806Lars Kanis2020-12-193-58/+19
|\
| * Revert "Merge pull request #806 from eregon/fix-write_string"Lars Kanis2020-12-193-58/+19
|/
* Add Changelog entry for ffi-1.14.01.14.0Lars Kanis2020-12-181-0/+25
* Bump VERSION to 1.14.0Lars Kanis2020-12-181-1/+1
* Add CI job for JRubyLars Kanis2020-12-181-2/+3
* Merge branch 'master' of github.com:ffi/ffiLars Kanis2020-12-182-1/+6
|\
| * Merge pull request #856 from larskanis/move-to-travis-ci.comLars Kanis2020-12-181-1/+1
| |\
| | * Move from travis-ci.org to travis-ci.comLars Kanis2020-12-181-1/+1
| * | Merge pull request #855 from larskanis/fix-segfault-in-fiddleLars Kanis2020-12-181-0/+5
| |\ \ | | |/ | |/|
| | * Fix possible segfault in combination with fiddle or other libffi using gemsLars Kanis2020-12-181-0/+5
| |/
* | Update bundled libffi to latest masterLars Kanis2020-12-181-0/+0
|/
* Merge pull request #854 from felixbuenemann/fix-darwin-arm64-specsLars Kanis2020-12-161-1/+5
|\
| * Fix specs for Ruby 2.x on darwin-arm64Felix Bünemann2020-12-151-1/+5
|/
* Merge pull request #852 from larskanis/move-size-limitLars Kanis2020-12-144-18/+46
|\
| * Move Pointer#size_limit? to AbstractMemory and from C to rubyLars Kanis2020-12-134-18/+46
* | Fix platform specs on Windows-x64Lars Kanis2020-12-141-1/+1
* | Fix i386 platform regexLars Kanis2020-12-141-1/+1
|/
* Merge pull request #806 from eregon/fix-write_stringLars Kanis2020-12-113-8/+108
|\
| * Make FFI::Pointer#write_string_length behave like #write_string with a lengthBenoit Daloze2020-12-051-2/+2
| * Simplify and use #write_bytes instead of #put_bytesBenoit Daloze2020-12-051-4/+4
| * Get the caller more efficiently and fix typoBenoit Daloze2020-12-052-4/+4
| * Allow write_string to a memory region without final 0-byteLars Kanis2020-11-292-14/+82
| * Use the more efficient #put_char for writing the final \0 in #write_stringBenoit Daloze2020-09-241-3/+3
| * Always write a final null termination in write_stringLars Kanis2020-09-232-13/+13
| * Improve #put_string documentationBenoit Daloze2020-07-111-1/+1
| * Fix FFI::Pointer#write_string to terminate with a NUL byte if not given a lengthBenoit Daloze2020-07-112-6/+12
| * Add specs for FFI::Pointer#write_string and #put_stringBenoit Daloze2020-07-111-0/+26
* | Merge branch 'master' of github.com:ffi/ffiLars Kanis2020-12-102-3/+0
|\ \
| * | Unskip passing specs on TruffleRubyBenoit Daloze2020-12-082-3/+0
* | | Add tests with/without libffi-alloc to github matrixLars Kanis2020-12-051-1/+2
* | | Use case insensitive regex instead of downcaseLars Kanis2020-12-051-5/+5
* | | Add a description for closure addresses in structLars Kanis2020-12-051-2/+2
* | | Describe install options in READMELars Kanis2020-12-051-0/+7
* | | Add new extconf options for --enable-libffi-allocLars Kanis2020-12-052-6/+5
* | | Merge branch 'fix-crash-on-apple-silicon' of https://github.com/Watson1978/ff...Lars Kanis2020-12-055-2/+74
|\ \ \ | |/ / |/| |
| * | Fix build error with “--disable-system-libffi” optionWatson2020-07-261-0/+3
| * | Use ffi_closure_alloc() on Apple silicon to fix crashWatson2020-07-184-2/+71
* | | Merge pull request #846 from tekin/update-install-from-source-instructionsLars Kanis2020-11-281-1/+2
|\ \ \
| * | | Update install from source instructionsTekin Suleyman2020-11-281-1/+2
|/ / /
* | | Merge pull request #829 from ankane/boundedLars Kanis2020-11-252-0/+27
|\ \ \
| * | | Added size_limit? methodAndrew Kane2020-11-242-0/+27
* | | | Merge pull request #843 from larskanis/arm-darwin2Lars Kanis2020-11-252-1/+135
|\ \ \ \ | |/ / / |/| | |