summaryrefslogtreecommitdiff
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Update samplesLars Kanis2020-05-238-21/+14
| | | | | | | - Remove require "rubygems", since Rubygems isn't used directly - Remove ruby-1.8 compatibility - Enable gettimeofday on Windows - Remove sample_helper.rb which doesn't work since years
* Fix qsort example for 64bitWayne Meissner2009-12-121-1/+1
|
* Use ffi_lib to explicitly set the library to use in the samplesWayne Meissner2009-12-127-2/+9
|
* Build the extension lib in build/#{RUBY_VERSION} so multiple versions can be ↵Wayne Meissner2008-12-262-2/+7
| | | | built in the one tree
* Use FFI::IO.for_fd in inotify sample, so it should work on jrubyWayne Meissner2008-11-171-1/+1
|
* Add an 'inotify' sample for linuxWayne Meissner2008-11-171-0/+59
|
* Add samples/pty.rbWayne Meissner2008-11-012-2/+81
|
* Add require 'rubygems' to all the samples so they work correctly once installedWayne Meissner2008-10-305-0/+5
|
* Remove .orig filesWayne Meissner2008-09-181-6/+0
|
* Hook in the actual callback->proc invocationwmeissner2008-09-121-0/+2
|
* Callbacks are working sufficiently for qsort.rb to workwmeissner2008-09-122-0/+23
|
* Get basic FFI:Struct functionality up and runningwmeissner2008-09-011-0/+12
|
* Hello, World workswmeissner2008-08-283-0/+18