1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exclude all .c/.h files from code completion, since everything is broken because ffi headers can't be found until libffi is built More... almost 17 years ago
Clear out attempts to create Makefile, just use rake now More... almost 17 years ago
Fixup build and clean from within netbeans More... almost 17 years ago
Add untested support for powerpc More... almost 17 years ago
Make the compile target show up via rake -T More... almost 17 years ago
Remove absolute paths from configuration.xml More... almost 17 years ago
Use Data_Make_Struct in preference to Data_Wrap_Struct More... almost 17 years ago
Re-arrange pointer hierarchy a bit. Instead of having a monolithic pointer type MemoryPointer, split it up. More... almost 17 years ago
Use the system libffi if it is up to date enough More... almost 17 years ago
Add a native test lib from jaffl More... almost 17 years ago
Handle nil strings as arguments. Patch from Luc Heinrich <[email protected]> More... almost 17 years ago
Sync metadata that Netbeans spewed fortth More... almost 17 years ago
Add raw Invoker benchmark for getpid More... almost 17 years ago
Turn on format string warnings More... almost 17 years ago
Fix build on ruby1.9 on linux More... almost 17 years ago
Use shorter variable name to store the invoker in the module. Speeds up invocation slightly More... almost 17 years ago
Move Data_Get_Struct down a bit in invoker_call* More... almost 17 years ago
Add FFI::IO.for_fd to make samples/pty.rb work More... almost 17 years ago
Add some FFI benchmarks from JRuby More... almost 17 years ago
Arity split zero, one, two and three arg functions, unless they have callbacks. More... almost 17 years ago
Arity split zero arg invokers More... almost 17 years ago
Netbeans metadata sync More... almost 17 years ago
Be more exact when defining the method in the module, to avoid using rest arguments and splatting. Speeds up getpid by about 10% More... almost 17 years ago
Add FFI generator tools from JRuby More... almost 17 years ago
Only build the arches required by the version of ruby run against ext/extconf.rb More... almost 17 years ago
Bump version to 0.2 More... almost 17 years ago
Add samples/pty.rb More... almost 17 years ago
Added tag 0.1.0 for changeset 79a571a8cfb8 More... almost 17 years ago
Make it build on ruby 1.9.1 More... almost 17 years ago
Add rubyforge_project More... almost 17 years ago