summaryrefslogtreecommitdiff
path: root/libtest
Commit message (Expand)AuthorAgeFilesLines
* Synchronize changes between libtest and spec/ffi/fixtures directories.Lars Kanis2015-08-061-0/+37
* Sleep() on Windows counts milli seconds.Lars Kanis2015-08-051-1/+1
* Add specs for non int enum argumentstduehr2014-10-131-0/+17
* Merge pull request #307 from larskanis/fix-stdcall-decorationtduehr2014-07-011-0/+12
|\
| * Fix compuation of bytes stored on the stack for stdcalls, used for function d...Lars Kanis2013-11-101-0/+12
* | Fix stdcall ABI call convention.Lars Kanis2013-11-101-0/+15
|/
* Licensing audit. Restore BSD license text from files where it was mistakenly...Wayne Meissner2013-10-272-2/+8
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-2515-232/+22
* Force frame-pointer generation on libtestWayne Meissner2012-08-091-1/+1
* add -fomit-frame-pointer when compiling libtestWayne Meissner2012-04-211-1/+1
* Add experimental support for long double. Fixes issue #194Wayne Meissner2012-02-281-1/+1
* Add more struct-by-value test functionsWayne Meissner2012-02-252-0/+16
* Guard Solaris-specific assembly code from non-Solaris hostsJurij Smakov2012-02-061-1/+1
* Remove -mimpure-text from CFLAGS. Fixes issue #189Wayne Meissner2012-02-031-1/+1
* Fixup threadVrV() signature for posixWayne Meissner2011-09-181-2/+4
* Merge pull request #154 from terceiro/portabilityWayne Meissner2011-09-181-4/+11
|\
| * Do not assume that -m32/-m64 are always availableAntonio Terceiro2011-09-161-4/+11
* | Fix up libthread to actually do threading on windows.Charlie Savage2011-09-052-18/+12
|/
* Fix compile error on windows with mingw.Charlie Savage2011-09-041-1/+1
* Add non-ruby-thread callback benchmarksWayne Meissner2011-08-182-0/+47
* Don't try to build the test lib for ppc, unless running on ppc, as support is...Wayne Meissner2011-05-151-3/+4
* Sync up copyright headersWayne Meissner2011-01-0915-260/+209
* Add newline at end of FunctionTest.c - patch from KISHIMOTO, Makoto <ksmakoto...Wayne Meissner2010-04-101-1/+1
* Proxy callbacks from non-ruby threads using a ruby thread. Only works on rub...Wayne Meissner2010-03-211-0/+30
* Set MODEL=64 for ppc64Wayne Meissner2010-03-101-0/+4
* Add support for struct global vars. Patch from Victor Costan <victor@pwnage....Wayne Meissner2009-11-251-0/+18
* When packing float and double values into the output array for pack_* functio...Wayne Meissner2009-11-061-2/+2
* Use a macro to generate all the zero and one argument callback testsWayne Meissner2009-11-051-78/+34
* Fix testClosureVrL return type. Patch from Bryan Kearney <bkearney@redhat.com>Wayne Meissner2009-11-051-1/+1
* Detect powerpc64Wayne Meissner2009-11-031-0/+4
* Only strcpy the passed in parameter if non-nullWayne Meissner2009-10-191-0/+6
* Add spec for varargs functions returning struct-by-value. From Scott Brooks ...Wayne Meissner2009-10-091-0/+24
* Fix calling convention issues on windowsAndrea Fazzi2009-10-042-2/+7
* Snow leopard build fixesWayne Meissner2009-10-031-1/+2
* Tweak OS/CPU detection for libtest based on rbconfigWayne Meissner2009-10-031-22/+20
* MacOS fixesWayne Meissner2009-09-141-1/+1
* Add spec for blocking functions and refactor a bit function_spec.rbAndrea Fazzi2009-08-241-5/+8
* Add preliminary specs for FFI::FunctionAndrea Fazzi2009-08-191-0/+42
* Add specs for :pointer and :string parameters to callbacksWayne Meissner2009-08-131-0/+5
* Convert all passed-in i[345678]86 cpu models into i386Wayne Meissner2009-08-031-1/+2
* merge commitAman Gupta2009-07-143-0/+10
|\
| * OpenBSD fixesWayne Meissner2009-07-133-0/+10
* | Handle booleans in callback arguments and return valuesAman Gupta2009-07-141-0/+9
|/
* merge commitWayne Meissner2009-07-031-3/+9
|\
| * Small libtest building fixes for win32Wayne Meissner2009-07-031-3/+9
* | Add newline at end of fileWayne Meissner2009-07-031-1/+2
* | Fix for NULL return values for functions returning :string. Patch from Aman ...Wayne Meissner2009-07-031-0/+5
|/
* Add boolean types. Patch from Aman Gupta <kenai@tmm1.net>Wayne Meissner2009-06-291-0/+52
* Add specs for to test for both LONG/ULONG parameters and return values for ca...Andrea Fazzi2009-05-141-9/+21
* Fixes for sparc.Wayne Meissner2009-05-081-0/+7