index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fiddle
Age
Commit message (
Expand
)
Author
2022-12-09
Merge fiddle-1.1.1
Hiroshi SHIBATA
2022-10-18
[ruby/fiddle] Add support for linker script on Linux
Sutou Kouhei
2022-10-18
[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64
John Paul Adrian Glaubitz
2022-10-07
Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...
Hiroshi SHIBATA
2022-10-07
[ruby/fiddle] test: don't use assert_true/assert_false
Sutou Kouhei
2022-10-07
[ruby/fiddle] test: ensure freeing closure
Sutou Kouhei
2022-10-07
[ruby/fiddle] test: ensure freeing closure
Sutou Kouhei
2022-10-07
[ruby/fiddle] test: don't use power-assert
Sutou Kouhei
2022-10-07
[ruby/fiddle] test: ensure freeing closure
Sutou Kouhei
2022-10-07
[ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.free
Sutou Kouhei
2022-10-07
[ruby/fiddle] test: suppress a warning
Sutou Kouhei
2022-10-07
[ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...
Aaron Patterson
2022-10-07
[ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...
Aaron Patterson
2022-10-07
[ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...
Aaron Patterson
2022-10-07
[ruby/fiddle] test: ensure GC-ing closures
Sutou Kouhei
2022-09-11
[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...
Takashi Kokubun
2021-09-05
[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)
Hiroshi SHIBATA
2021-08-24
[ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...
Nobuyoshi Nakada
2021-08-24
[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...
Aaron Patterson
2021-07-15
[ruby/fiddle] Handle#file_name results in very platform dependent
Nobuyoshi Nakada
2021-07-15
[ruby/fiddle] Module file name may be the realpath
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] fixed the test on case-insensitive filesystem
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...
Kenta Murata
2021-07-14
[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...
Kenta Murata
2021-07-13
[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...
Aaron Patterson
2021-07-13
[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...
Sutou Kouhei
2021-07-13
[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: fix SetLastError's input type
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: use double quote for string literal
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: add a test for win32_last_socket_error
Sutou Kouhei
2021-07-13
[ruby/fiddle] test: add missing receiver
Sutou Kouhei
2021-07-13
[ruby/fiddle] windows: use GetLastError() for win32_last_error
Sutou Kouhei
2021-07-10
Skip fiddle tests if fiddle is not avaiable
Nobuyoshi Nakada
2021-05-18
[ruby/fiddle] Do not use a libdir for glibc, it breaks Linux PPC64 (#70)
Jeremy Evans
2021-05-18
[ruby/fiddle] Add support for "const" in type
Sutou Kouhei
2021-05-18
[ruby/fiddle] closure: add support for const char *
Sutou Kouhei
2021-05-18
[ruby/fiddle] closure: accept symbol as type
Sutou Kouhei
2021-02-26
Oops! Add another test and fix to_proc implementation
Aaron Patterson
2021-02-26
Fiddle::Function responds to to_proc
Aaron Patterson
2020-12-23
[memory_view][fiddle] Rename len to byte_size in rb_memory_view_t
Kenta Murata
2020-12-15
TEST: multiarch support for Haiku
Zoltán Mizsei
2020-12-11
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-12-11
Import fiddle-1.0.4 (#3860)
Kenta Murata
2020-12-08
Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)
Kenta Murata
2020-12-08
test/fiddle/helper.rb: remove duplication (#3863)
Kenta Murata
2020-11-18
[ruby/fiddle] test: suppress shadowing outer local variable warning
Sutou Kouhei
2020-11-18
[ruby/fiddle] Add a "pinning" reference (#44)
Aaron Patterson
2020-11-18
[ruby/fiddle] Add support for specifying types by name as String or Symbol
Sutou Kouhei
2020-11-18
[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"
Sutou Kouhei
2020-09-08
Workaroud for macOS Big Sur(11.0)
Hiroshi SHIBATA
[next]