Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix qsort example for 64bit | Wayne Meissner | 2009-12-12 | 1 | -1/+1 |
* | Use ffi_lib to explicitly set the library to use in the samples | Wayne Meissner | 2009-12-12 | 7 | -2/+9 |
* | Build the extension lib in build/#{RUBY_VERSION} so multiple versions can be ... | Wayne Meissner | 2008-12-26 | 2 | -2/+7 |
* | Use FFI::IO.for_fd in inotify sample, so it should work on jruby | Wayne Meissner | 2008-11-17 | 1 | -1/+1 |
* | Add an 'inotify' sample for linux | Wayne Meissner | 2008-11-17 | 1 | -0/+59 |
* | Add samples/pty.rb | Wayne Meissner | 2008-11-01 | 2 | -2/+81 |
* | Add require 'rubygems' to all the samples so they work correctly once installed | Wayne Meissner | 2008-10-30 | 5 | -0/+5 |
* | Remove .orig files | Wayne Meissner | 2008-09-18 | 1 | -6/+0 |
* | Hook in the actual callback->proc invocation | wmeissner | 2008-09-12 | 1 | -0/+2 |
* | Callbacks are working sufficiently for qsort.rb to work | wmeissner | 2008-09-12 | 2 | -0/+23 |
* | Get basic FFI:Struct functionality up and running | wmeissner | 2008-09-01 | 1 | -0/+12 |
* | Hello, World works | wmeissner | 2008-08-28 | 3 | -0/+18 |