summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.0.dev31.2.0.dev3Wayne Meissner2012-08-221-1/+1
* Attempt to eliminate any warning and ansi flags imposed upon ruby-ffi by the ...Wayne Meissner2012-08-191-6/+7
* Fix some unused-var warningsWayne Meissner2012-08-135-12/+2
* For linux, check for and redefine LITTLE_ENDIAN, BIG_ENDIAN, and BYTE_ORDER i...Wayne Meissner2012-08-131-1/+10
* Bump version to 1.2.0.dev2Wayne Meissner2012-08-121-1/+1
* Make more dirs based on target stemWayne Meissner2012-08-111-1/+1
* Remove safe level checkingWayne Meissner2012-08-112-9/+1
* Force frame-pointer generation on libtestWayne Meissner2012-08-091-1/+1
* Fixup description of ruby methodWayne Meissner2012-08-091-1/+1
* Fix dir creation in darwin libffi targetsWayne Meissner2012-08-091-2/+2
* Only use ffi_prep_cif_var if it is availableWayne Meissner2012-08-052-0/+5
* Fix call to variadic functionsAntonio Terceiro2012-08-051-1/+1
* Cleanup some warningsWayne Meissner2012-08-051-3/+3
* Convert C++ style comments to C /* */ styleWayne Meissner2012-08-0417-71/+74
* Merge pull request #216 from Burgestrand/fix_memory_pointer_from_stringWayne Meissner2012-07-312-1/+6
|\
| * MemoryPointer.from_string calls to_str (closes #215)Kim Burgestrand2012-07-312-1/+6
|/
* Load the gemspec properlyWayne Meissner2012-07-311-1/+1
* Add rspec development dependencyWayne Meissner2012-07-311-0/+1
* Remove definition of FFI_STDCALL from Types.hWayne Meissner2012-07-311-4/+0
* Add README.md to the gem files listWayne Meissner2012-07-301-1/+1
* Better indentationWayne Meissner2012-07-291-7/+7
* Convert README to markdownWayne Meissner2012-07-291-21/+22
* Rename README.rdoc to README.mdWayne Meissner2012-07-291-0/+0
* CleanupsWayne Meissner2012-07-292-42/+48
* exclude win32 cross compiled files from gemspec filesWayne Meissner2012-07-291-1/+1
* Throw Mr. Bones under the busWayne Meissner2012-07-2915-1014/+49
* Remove obsolete netbeans makefileWayne Meissner2012-07-291-92/+0
* Try to normalize arm* to "arm"Wayne Meissner2012-07-292-2/+10
* Bump version to 1.1.11.1.1Wayne Meissner2012-07-271-1/+1
* No longer check for rb_thread_have_gvl_pWayne Meissner2012-07-271-1/+0
* Fix typo1.1.1.rc2Wayne Meissner2012-07-241-1/+1
* Bump version to 1.1.1.rc2Wayne Meissner2012-07-241-2/+2
* Use __asm__ instead of asmWayne Meissner2012-07-241-2/+2
* Bump version to 1.1.1.rc11.1.1.rc1Wayne Meissner2012-07-211-1/+1
* Rename endian.h to rbffi_endian.h to avoid conflict with system <endian.h>Wayne Meissner2012-07-214-4/+4
* Remove unused varWayne Meissner2012-07-211-1/+0
* Bump version to 1.1.01.1.0Wayne Meissner2012-07-181-1/+1
* Search /usr/include/ffi for ffi.h, to enable usage of the MacOS system libffiWayne Meissner2012-07-181-1/+1
* Bump version to 1.1.0.rc4Wayne Meissner2012-06-271-1/+1
* Merge pull request #205 from avalanche123/blksize_t_linuxWayne Meissner2012-06-264-1/+10
|\
| * add in_port_t typeBulat Shakirzyanov2012-05-254-0/+4
| * add missing in_addr_t typesBulat Shakirzyanov2012-05-254-0/+4
| * add blksize_t types for 32 and 64bit linuxBulat Shakirzyanov2012-05-252-1/+2
|/
* Fix initialization of StructLayouts that are unions. Fixes #204.Wayne Meissner2012-05-092-2/+39
* Bump version to 1.1.0.rc31.1.0rc3Wayne Meissner2012-04-211-1/+1
* Convert some benchmarks to use a loop instead of a block - block dispatch ove...Wayne Meissner2012-04-2114-108/+377
* add -fomit-frame-pointer when compiling libtestWayne Meissner2012-04-211-1/+1
* Restore patch for using the correct runtime lib in windowsWayne Meissner2012-04-081-1/+1
* Rollback patch for #199 until it is confirmed to not break mingw buildsWayne Meissner2012-04-081-1/+1
* Add a gettimeofday bench with explicit Buffer backed struct instead of Memory...Wayne Meissner2012-04-081-0/+6