summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize changes between libtest and spec/ffi/fixtures directories.larskanis-appveyorLars Kanis2015-08-053-2/+66
|
* Exclude gettimeofday() tests on Windows.Lars Kanis2015-08-051-21/+22
|
* Fix :blocking=>true test, so that it acctually fails on :blocking=>false.Lars Kanis2015-08-051-3/+3
|
* Sleep() on Windows counts milli seconds.Lars Kanis2015-08-051-1/+1
|
* Strip only so-files of fat binary gems, but not that of the native build.Lars Kanis2015-08-051-4/+5
|
* Fix appveyor setup.Lars Kanis2015-08-051-0/+1
|
* Configure AppVeyor CIMichael Smith2015-08-041-0/+16
| | | | Adds a build script for AppVeyor, issue #444.
* tweak Rakefiletduehr2015-07-073-2/+28
| | | | add types.conf generation stuff to main Rakefile
* bump to 1.9.101.9.10tduehr2015-06-301-1/+1
|
* Merge pull request #441 from jaym/issue440tduehr2015-06-301-6/+7
|\ | | | | methodHandleParamTypes needs to refer to valid memory after rbffi_MethodHandle_Init
| * methodHandleParamTypes needs to refer to valid memory after ↵Jay Mundrawala2015-06-261-6/+7
| | | | | | | | | | | | rbffi_MethodHandle_Init Fixes #440
* | Merge pull request #442 from larskanis/clean-tasktduehr2015-06-301-5/+6
|\ \ | | | | | | Simplify clean list and add libtest build files.
| * | Simplify clean list and add libtest build files.Lars Kanis2015-06-271-5/+6
| |/ | | | | | | The clean task allready does pattern interpretation.
* | Merge pull request #443 from larskanis/update-rake-compiler-versiontduehr2015-06-302-2/+2
|\ \ | |/ |/| Update version of rake-compiler-dock to 0.4.0.
| * Update version of rake-compiler-dock to 0.4.0.Lars Kanis2015-06-292-2/+2
|/
* tweak travis to allow failure in 2.2 on osx1.9.9tduehr2015-06-261-1/+1
|
* allow failure on osx 2.2 and head buildstduehr2015-06-251-0/+4
|
* CLEAN tweak [ci skip]tduehr2015-06-251-0/+1
|
* bump to 1.9.9 [ci skip]tduehr2015-06-251-1/+1
|
* workaround bundler problemtduehr2015-06-251-0/+1
|
* fix struct specs on 1.8tduehr2015-06-252-1/+5
| | | | sets them to pending rather than checking for a raise but...
* better clean/clobber configtduehr2015-06-251-5/+9
|
* Merge pull request #439 from larskanis/add-rake-compiler-docktduehr2015-06-253-12/+10
|\ | | | | Simplify cross build tasks and add rake-compiler-dock for building Windows binary gems.
| * Simplify cross build tasks and add rake-compiler-dock for building Windows ↵Lars Kanis2015-06-233-12/+10
| | | | | | | | | | | | | | | | | | | | binary gems. rake-compiler-dock makes building Windows gems faster and with little to no setup compared to rake-compiler-dev-box. A simple 'rake gem:windows' should be enough. The cross ruby versions used by gem:windows are not passed to the container, so the rake-compiler-dock's defaults are used. These are slightly different.
* | Merge pull request #438 from pmahoney/patch-1tduehr2015-06-101-1/+1
|\ \ | |/ | | Fix documentation typo
| * Fix documentation typopmahoney2015-06-101-1/+1
|/
* Merge pull request #437 from djberg96/is_solaris_updatetduehr2015-06-041-3/+9
|\ | | | | Add FFI::Platform.solaris? singleton method
| * Added Platform.solaris? singleton method.Daniel Berger2015-06-041-3/+9
|/
* fix library load... forevertduehr2015-05-261-13/+1
| | | | thanks @davispuh
* temporarily disable #427 specstduehr2015-05-223-4/+12
|
* doc tweakstduehr2015-05-223-49/+55
|
* Merge branch 'master' of https://github.com/njwhite/ffi into njwhite-mastertduehr2015-05-224-13/+17
|\
| * fix yard doc warningsNick White2014-09-034-13/+17
| |
* | better native_typetduehr2015-05-211-7/+2
| |
* | enable and fix warnings in specstduehr2015-05-216-32/+11
| |
* | add compiler and platform based teststduehr2015-04-091-0/+6
| |
* | Merge pull request #395 from lowjoel/mastertduehr2015-03-173-10/+10
|\ \ | | | | | | Fix compatibility with newer libffi on Windows/MSVC
| * | Fix compatibility with newer libffi on Windows, if we are using a ↵Joel Low2014-12-011-1/+2
| | | | | | | | | | | | system-provided version)
| * | Fix compatibility with MSVC's C89 support.Joel Low2014-12-012-9/+8
| | |
* | | Merge pull request #421 from abargnesi/version_patterns_ffi419tduehr2015-03-161-5/+5
|\ \ \ | | | | | | | | Anchor ruby version patterns to start of line
| * | | Anchor ruby version patterns to start of lineAnthony Bargnesi2015-03-161-5/+5
|/ / / | | | | | | | | | | | | | | | | | | This is necessary to differentiate between 2.1.x and 2.2.1 ruby version patterns. The pattern is also more accurately reflects the intention. refs #419
* | | bump version 1.9.81.9.8tduehr2015-03-141-1/+1
| | |
* | | update test platformstduehr2015-03-141-2/+1
| | |
* | | minor fix in constant size adjtduehr2015-03-141-2/+2
| | |
* | | fix typotduehr2015-03-131-2/+2
| | |
* | | build updates for win32tduehr2015-03-132-5/+5
| | |
* | | ignore Gemfile.lock1.9.7tduehr2015-03-132-27/+1
| | |
* | | bump for 1.9.7tduehr2015-03-131-1/+1
| | |
* | | add 2.2 match for library loadingtduehr2015-03-131-4/+6
| | |
* | | reject additional library files from gemtduehr2015-03-131-1/+1
| | |