summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'drop_ruby_1.8.7_support' of https://github.com/koic/ffi into ↵drop_187tduehr2016-07-115-10/+2
|\ | | | | | | drop_187
| * Remove code that handles 1.8.x specificallyKoichi ITO2016-04-244-9/+1
| |
| * Drop Ruby 1.8.7 supportKoichi ITO2016-04-241-1/+1
| |
* | update licensetduehr2016-07-112-2/+2
| |
* | bump version1.9.13tduehr2016-07-061-1/+1
| |
* | move library lookuptduehr2016-07-061-12/+12
| |
* | Merge pull request #508 from mwrock/symboltduehr2016-07-062-1/+12
|\ \ | | | | | | fix library loading by symbol with test
| * | fix library loading by symblomatt wrock2016-07-052-1/+12
|/ /
* | bump version1.9.12tduehr2016-07-051-1/+1
| |
* | fix library name for symbolstduehr2016-07-051-1/+1
| |
* | bump version1.9.11tduehr2016-07-051-1/+1
| |
* | Merge pull request #504 from andrewdotn/mastertduehr2016-06-065-25/+111
|\ \ | | | | | | Support blocking: true for varargs calls
| * | Mark spec as not supported for 1.8Andrew Neitsch2016-06-041-0/+1
| | |
| * | Fix “char promoted to int when passed through ...”Andrew Neitsch2016-06-042-5/+5
| | |
| * | Share blocking code between Call.c and Variadic.cAndrew Neitsch2016-06-043-25/+53
| | |
| * | Make testBlockingXXva do something with varargsAndrew Neitsch2016-06-042-12/+19
| | |
| * | Add failing unit test for blocking: true with varargsAndrew Neitsch2016-06-012-0/+50
|/ /
* | Merge pull request #499 from ukoloff/patch-1tduehr2016-04-251-0/+2
|\ \ | |/ |/| Test with Ruby 2.3 on AppVeyor
| * Test with Ruby 2.3 on AppVeyorStas Ukolov2016-04-231-0/+2
|/
* Merge pull request #495 from larskanis/update_ruby_2.3tduehr2016-04-194-6/+15
|\ | | | | Update for ruby-2.3 cross build and travis-ci
| * Travis-CI: update ruby versions and fix buildsLars Kanis2016-04-091-5/+10
| | | | | | | | | | Install libgmp-dev as a workaround for the missing dependency of rvm. See also: https://github.com/rvm/rvm/issues/3509
| * Travis-CI: Print mkmf.log for diagnostics in case of failure.Lars Kanis2016-04-091-0/+2
| |
| * Update rake-compiler-dock to 0.5.2 for support of ruby-2.3Lars Kanis2016-04-092-2/+2
| |
| * [FEAT] add support for ruby 2.3.0 (2.2.0 was released Dec. 25th 2014, which ↵Ori2016-04-092-1/+3
| | | | | | | | is almost a year and a half before this commit)
* | Merge pull request #498 from ffi/revert-497-container_citduehr2016-04-191-1/+0
|\ \ | | | | | | Revert "Switch to using container-based Travis where possible"
| * | Revert "Switch to using container-based Travis where possible"revert-497-container_citduehr2016-04-191-1/+0
|/ /
* | Merge pull request #497 from daxtens/container_citduehr2016-04-191-0/+1
|\ \ | |/ |/| Switch to using container-based Travis where possible
| * Switch to using container-based Travis where possibleDaniel Axtens2016-04-191-0/+1
|/ | | | | This makes the CI process a bit faster and a bit less resource intensive. OS X builds run as usual.
* Merge pull request #490 from lamont-granquist/lcg/rb_gc_guard_ptrtduehr2016-04-083-34/+25
|\ | | | | remove RB_GC_GUARD_PTR references
| * remove RB_GC_GUARD_PTR referencesLamont Granquist2016-03-233-34/+25
| | | | | | | | | | | | | | | | | | | | | | RB_GC_GUARD_PTR is an 'internal' API and consumers should only use RB_GC_GUARD. On non-GCC/non-MSC compilers (i.e. "Sun" Compiler on Solaris or xlc compiler on AIX) this macro does not exist in a usable form. In this case both of the instances of RB_GC_GUARD_PTR were unnecessary since argv was already protected and rbParams was ALLOCA_N'd onto the stack which does not require protection.
* | Merge pull request #491 from miqlas/haiku_fixtduehr2016-04-081-1/+1
|\ \ | |/ |/| Haiku endianness fix
| * Haiku endianness fix for x86 and x86_64, we don't have any other host arch ↵Zoltan Mizsei2016-03-281-1/+1
|/ | | | btw. yet.
* Merge pull request #474 from lzmths/mastertduehr2016-01-211-2/+4
|\ | | | | Refactoring conditional directives that break parts of statements.
| * Refactoring conditional directives that break parts of statements.lzmths2015-12-111-2/+4
| |
* | Merge pull request #476 from johnsyweb/boy-scouttduehr2016-01-215-8/+8
|\ \ | | | | | | Typo Fixes
| * | Fix typos in documentationPete Johns2015-12-233-6/+6
| | |
| * | Fix typo in exception messagePete Johns2015-12-231-1/+1
| | |
| * | Fix default `rake` taskPete Johns2015-12-231-1/+1
| |/
* | Merge pull request #479 from ksss/support-ruby-2.1.8tduehr2016-01-212-5/+5
|\ \ | | | | | | Correct support for ruby 2.1.8
| * | Support ruby 2.1.8ksss2016-01-212-5/+5
|/ /
* | search common paths for elcapttduehr2016-01-133-2/+17
|/
* Merge pull request #468 from paddor/masterThomas E Enebo2015-12-015-42/+52
|\ | | | | minor documentation and code style improvements
| * fix typoPatrik Wenger2015-12-011-1/+1
| |
| * minor documentation and code style improvementsPatrik Wenger2015-11-255-42/+52
|/ | | | | | * fix some YARD syntax errors * break some monster lines into shorter * get rid of some empty (but containing blanks) lines
* Merge pull request #451 from larskanis/blocking-testtduehr2015-08-075-13/+185
|\ | | | | Fix test for :blocking=>true with a sleep()-less version.
| * Add Windows port to blocking function test.Lars Kanis2015-08-075-35/+151
| | | | | | | | | | This separates pipe functions from test code as a POSIX and a Windows implementation.
| * Fix test for :blocking=>true with a sleep()-less version.Lars Kanis2015-08-062-13/+69
|/ | | | | | | | This tests for concurrency instead of timing. It however has a timeout, so that the test doesn't hang in a failure condition. This fixes: https://github.com/ffi/ffi/pull/406
* Merge pull request #450 from larskanis/appveyortduehr2015-08-067-28/+111
|\ | | | | Add appveyor.yml for ci-tests on Windows.
| * Synchronize changes between libtest and spec/ffi/fixtures directories.Lars Kanis2015-08-063-2/+66
| |
| * Exclude gettimeofday() tests on Windows.Lars Kanis2015-08-061-21/+22
| |