summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* disble broken spectduehr2015-06-171-9/+9
* temporarily disable #427 specstduehr2015-05-223-4/+12
* enable and fix warnings in specstduehr2015-05-214-9/+4
* fix blocking function spec ... againtduehr2015-03-131-1/+1
* fix blocking function spectduehr2014-12-101-4/+7
* re-add EnumTest additionstduehr2014-10-131-0/+17
* additional specs and a minor fixtduehr2014-10-131-33/+119
* Add specs for non int enum argumentstduehr2014-10-131-0/+110
* windows support for ruby 2.1tduehr2014-10-061-0/+1
* sync specs w/ JRuby and move to rspectduehr2014-10-0234-739/+1002
* add spec from jruby issuetduehr2014-09-261-0/+16
* Merge pull request #307 from larskanis/fix-stdcall-decorationtduehr2014-07-011-0/+23
|\
| * Fix compuation of bytes stored on the stack for stdcalls, used for function d...Lars Kanis2013-11-101-0/+23
* | Merge pull request #306 from larskanis/fix-stdcalltduehr2014-07-011-0/+23
|\ \
| * | Fix stdcall ABI call convention.Lars Kanis2013-11-101-0/+23
| |/
* | fix tests for netbsdtduehr2014-07-013-4/+24
* | remove require_relativetduehr2014-06-0533-32/+34
* | add enum test to variadic spectduehr2014-06-053-1/+53
* | return of the magic encoding commenttduehr2014-06-051-0/+1
* | merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-0554-96/+2146
|/
* Merge pull request #300 from larskanis/fix-spec-for-mingw32Thomas E Enebo2013-11-051-2/+7
|\
| * Fix test case so that it works on Windows.Lars Kanis2013-11-021-2/+7
* | Fix typo in spec for x64-mingw32.Lars Kanis2013-11-021-1/+1
|/
* Add specs for jruby/jruby#612Wayne Meissner2013-03-291-0/+43
* Add Pointer#type_size and make AutoPointer match the pointer it wrapsWayne Meissner2013-03-281-14/+40
* Add test for Pointer.sizeWayne Meissner2013-03-281-0/+3
* Add some Pointer#slice specsWayne Meissner2013-03-281-0/+20
* spec: Replace absolute_.. with expand_path.Paul Kunysch2013-02-121-2/+2
* spec: Test absolute library path.Paul Kunysch2013-02-121-0/+8
* Add tests for block-form of Buffer::new and MemoryPointer::newWayne Meissner2013-01-162-0/+18
* Use Rubinius API on Rubinius for forcing GCDirkjan Bussink2013-01-063-10/+11
* Fix #239 by raising an error if the library list supplied to ffi_lib is emptyWayne Meissner2012-12-171-0/+11
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-2526-315/+29
* Use matchers compatible with MSpecDirkjan Bussink2012-11-2524-466/+466
* Use values that fit into 32bits for variable-length array struct fieldsWayne Meissner2012-11-201-8/+8
* Reject :varargs parameters for callbacks. Fixes #161Wayne Meissner2012-11-131-1/+11
* Add spec for zero-length arrays in structsWayne Meissner2012-11-111-0/+40
* Add Pointer#write_bytes specWayne Meissner2012-11-101-0/+37
* Fix issue #112 - delegate Pointer#autorelease? to AutoPointer::ReleaserWayne Meissner2012-09-231-0/+17
* Fix issue #206 - raise an error on enums with duplicate keysWayne Meissner2012-09-231-0/+4
* MemoryPointer.from_string calls to_str (closes #215)Kim Burgestrand2012-07-311-0/+4
* Enable nested struct fields to be setWayne Meissner2012-04-031-0/+9
* Allow comparison of FFI::Pointer with nilemboss2012-02-291-0/+3
* Add experimental support for long double. Fixes issue #194Wayne Meissner2012-02-281-0/+41
* Add some more struct-by-value testsWayne Meissner2012-02-251-1/+29
* Add failing spec to for FFI::Struct :bool memberKim Burgestrand2011-11-011-1/+2
* Avoid already initialized constant warnings.Matijs van Zuijlen2011-10-291-22/+18
* Avoid method redefined warnings.Matijs van Zuijlen2011-10-296-40/+36
* Replace deprecated Config with RbConfig.Matijs van Zuijlen2011-10-292-2/+2
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-2924-474/+477