summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ci skip] bad task nametduehr2014-10-091-1/+1
| |
* | bump versionv1.9.6tduehr2014-10-091-1/+1
| |
* | fix install for solaris11tduehr2014-10-091-2/+2
| |
* | Merge pull request #376 from tduehr/native_gemstduehr2014-10-073-6/+16
|\ \ | | | | | | windows support for ruby 2.1
| * | windows support for ruby 2.1tduehr2014-10-063-6/+16
|/ /
* | sync specs w/ JRuby and move to rspectduehr2014-10-0235-739/+1003
| |
* | update Gemfiletduehr2014-10-022-206/+3
| | | | | | | | remove platforms from rake-compiler - they were breaking cross building
* | add spec from jruby issuetduehr2014-09-261-0/+16
| |
* | bump version1.9.5tduehr2014-09-251-1/+1
| |
* | exclude dylibs from gemtduehr2014-09-251-1/+1
| |
* | bump ruby_cc_versiontduehr2014-09-231-1/+1
| |
* | bump to 1.9.41.9.4tduehr2014-09-231-1/+1
| |
* | Merge pull request #369 from larskanis/add_cross_ruby_2.1tduehr2014-09-231-1/+1
|\ \ | | | | | | Add ruby 2.1 to the list of cross build ruby versions for Windows.
| * | Add ruby 2.1 to the list of cross build ruby versions for Windows.Lars Kanis2014-09-221-1/+1
|/ /
* | Merge pull request #367 from Ptico/mastertduehr2014-09-151-2/+2
|\ \ | |/ |/| Fix for non-glibc linux environments
| * Fix for non-glibc linux environmentsAndrey Savchenko2014-09-051-2/+2
|/
* fix gemspec typotduehr2014-07-071-1/+1
|
* Merge pull request #307 from larskanis/fix-stdcall-decorationtduehr2014-07-013-4/+39
|\ | | | | Fix compuation of bytes stored on the stack for :stdcall, used for function decoration.
| * Fix compuation of bytes stored on the stack for stdcalls, used for function ↵Lars Kanis2013-11-103-4/+39
| | | | | | | | decoration.
* | Merge pull request #328 from tduehr/freebsd_fixtduehr2014-07-011-1/+1
|\ \ | | | | | | Fix library loading on FreeBSD systems
| * | fix ld scripts in freebsdtduehr2014-07-011-1/+1
| | |
* | | Merge pull request #306 from larskanis/fix-stdcalltduehr2014-07-014-4/+42
|\ \ \ | | | | | | | | Fix stdcall ABI call convention.
| * | | Fix stdcall ABI call convention.Lars Kanis2013-11-104-4/+42
| | |/ | |/| | | | | | | | | | FFI_STDCALL is no define, so stdcall was never used. This fixes issue #302 and adds a test case for stdcall callbacks..
* | | Merge pull request #298 from larskanis/mingw-supporttduehr2014-07-011-8/+2
|\ \ \ | | | | | | | | Bump rake-compilers version to 0.9.2 to ensure x64-mingw32 is built correctly.
| * | | Remove compatibily code for older rake-compiler versions.Lars Kanis2014-06-251-8/+2
| | | | | | | | | | | | | | | | It was only useful as long 0.9.0 wasn't relesed.
* | | | Merge pull request #351 from tduehr/netbsdtduehr2014-07-017-11/+66
|\ \ \ \ | |_|_|/ |/| | | Netbsd
| * | | fix tests for netbsdtduehr2014-07-015-10/+60
| | | |
| * | | Add missing intptr_t and uintptr_t (sync with FreeBSD and OpenBSD).r-stu312014-06-301-0/+2
| | | |
| * | | Don't include NetBSD version in ARCH. NetBSD is BSD.r-stu312014-06-301-1/+4
|/ / /
* | | Merge pull request #349 from larskanis/fix_typo_RTLD_NOWtduehr2014-06-251-1/+1
|\ \ \ | |/ / |/| | Fix typo in checking RTLD defines.
| * | Fix typo in checking RTLD defines.Lars Kanis2014-06-251-1/+1
|/ /
* | Merge pull request #348 from tduehr/benchmarkstduehr2014-06-2412-73/+14
|\ \ | | | | | | update/correct benchmarks
| * | update/correct benchmarkstduehr2014-06-2412-73/+14
| | |
* | | Merge pull request #309 from larskanis/fix-return-of-callback_with_gvltduehr2014-06-051-2/+3
|\ \ \ | |/ / |/| | Fix return type of callback function to rb_thread_call_with_gvl().
| * | Fix return type of callback function to rb_thread_call_with_gvl().Lars Kanis2013-11-161-2/+3
| |/ | | | | | | | | | | | | | | | | The return type is not used but caused a compiler warning: Function.c: In function 'callback_invoke': Function.c:479:9: warning: passing argument 1 of 'rb_thread_call_with_gvl' from incompatible pointer type [enabled by default] Function.c:102:14: note: expected 'void * (*)(void *)' but argument is of type 'VALUE (*)(void *)' This addresses issue #297.
* | Merge pull request #322 from tduehr/ffi_spectduehr2014-06-0556-68/+2179
|\ \ | | | | | | merge specs w/ JRuby and correct syntax to use rspec
| * | remove require_relativetduehr2014-06-0534-33/+34
| | |
| * | add enum test to variadic spectduehr2014-06-055-8/+54
| | |
| * | add rbx dependenciestduehr2014-06-051-0/+8
| | |
| * | fix require_relativetduehr2014-06-051-0/+1
| | |
| * | return of the magic encoding commenttduehr2014-06-051-0/+1
| | |
| * | correct spec task dependencytduehr2014-06-051-1/+1
| | |
| * | merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-0555-98/+2152
|/ /
* | Merge pull request #329 from tduehr/rtld_mlocktduehr2014-06-058-32/+296
|\ \ | |/ |/| Correct and update Gemfile. Additional testing on travis.
| * add dev group to Gemfiletduehr2014-06-051-5/+7
| |
| * remove Rakefile crufttduehr2014-06-051-2/+0
| |
| * update MRI versiontduehr2014-06-051-1/+1
| |
| * fix .travis.yml assumptiontduehr2014-06-051-1/+1
| |
| * update development dependenciestduehr2014-06-054-8/+236
| |
| * add bundler build byproducts to gitignoretduehr2014-06-051-1/+3
| |