summaryrefslogtreecommitdiff
path: root/test/fiddle
AgeCommit message (Expand)Author
2023-12-25suppress a warningNARUSE, Yui
2023-11-08[ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei
2023-08-02[ruby/fiddle] Add support for boolSutou Kouhei
2023-06-28[ruby/fiddle] Add support for more "short" variantsSutou Kouhei
2023-06-28[ruby/fiddle] Add support for "long" variantsSutou Kouhei
2023-06-28[ruby/fiddle] Add a helper method for reading/writing memoryAaron Patterson
2022-12-09Merge fiddle-1.1.1Hiroshi SHIBATA
2022-10-18[ruby/fiddle] Add support for linker script on LinuxSutou Kouhei
2022-10-18[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz
2022-10-07Add --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_falseSutou Kouhei
2022-10-07[ruby/fiddle] test: ensure freeing closureSutou Kouhei
2022-10-07[ruby/fiddle] test: ensure freeing closureSutou Kouhei
2022-10-07[ruby/fiddle] test: don't use power-assertSutou Kouhei
2022-10-07[ruby/fiddle] test: ensure freeing closureSutou Kouhei
2022-10-07[ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei
2022-10-07[ruby/fiddle] test: suppress a warningSutou 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 closuresSutou 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 dependentNobuyoshi Nakada
2021-07-15[ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada
2021-07-14[ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi 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 typeSutou Kouhei
2021-07-13[ruby/fiddle] test: use double quote for string literalSutou Kouhei
2021-07-13[ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei
2021-07-13[ruby/fiddle] test: add missing receiverSutou Kouhei
2021-07-13[ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-10Skip fiddle tests if fiddle is not avaiableNobuyoshi 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 typeSutou Kouhei
2021-05-18[ruby/fiddle] closure: add support for const char *Sutou Kouhei
2021-05-18[ruby/fiddle] closure: accept symbol as typeSutou Kouhei
2021-02-26Oops! Add another test and fix to_proc implementationAaron Patterson
2021-02-26Fiddle::Function responds to to_procAaron Patterson
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-15TEST: multiarch support for HaikuZoltán Mizsei
2020-12-11Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-12-08Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)Kenta Murata