summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drop_ruby_1.8.7_support' of https://github.com/koic/ffi into dr...drop_187tduehr2016-07-115-10/+2
|\
| * 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 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
|\ \
| * | 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 AppVeyorStas Ukolov2016-04-231-0/+2
|/
* Merge pull request #495 from larskanis/update_ruby_2.3tduehr2016-04-194-6/+15
|\
| * Travis-CI: update ruby versions and fix buildsLars Kanis2016-04-091-5/+10
| * 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 i...Ori2016-04-092-1/+3
* | Merge pull request #498 from ffi/revert-497-container_citduehr2016-04-191-1/+0
|\ \
| * | 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 possibleDaniel Axtens2016-04-191-0/+1
|/
* Merge pull request #490 from lamont-granquist/lcg/rb_gc_guard_ptrtduehr2016-04-083-34/+25
|\
| * remove RB_GC_GUARD_PTR referencesLamont Granquist2016-03-233-34/+25
* | Merge pull request #491 from miqlas/haiku_fixtduehr2016-04-081-1/+1
|\ \ | |/ |/|
| * Haiku endianness fix for x86 and x86_64, we don't have any other host arch bt...Zoltan Mizsei2016-03-281-1/+1
|/
* Merge pull request #474 from lzmths/mastertduehr2016-01-211-2/+4
|\
| * 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
|\ \
| * | 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
|\ \
| * | 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
|\
| * fix typoPatrik Wenger2015-12-011-1/+1
| * minor documentation and code style improvementsPatrik Wenger2015-11-255-42/+52
|/
* Merge pull request #451 from larskanis/blocking-testtduehr2015-08-075-13/+185
|\
| * Add Windows port to blocking function test.Lars Kanis2015-08-075-35/+151
| * Fix test for :blocking=>true with a sleep()-less version.Lars Kanis2015-08-062-13/+69
|/
* Merge pull request #450 from larskanis/appveyortduehr2015-08-067-28/+111
|\
| * 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