aboutsummaryrefslogtreecommitdiffstats
path: root/test/fiddle
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei2023-11-083-1/+36
* [ruby/fiddle] Add support for boolSutou Kouhei2023-08-021-0/+4
* [ruby/fiddle] Add support for more "short" variantsSutou Kouhei2023-06-281-0/+18
* [ruby/fiddle] Add support for "long" variantsSutou Kouhei2023-06-281-0/+18
* [ruby/fiddle] Add a helper method for reading/writing memoryAaron Patterson2023-06-281-0/+16
* Merge fiddle-1.1.1Hiroshi SHIBATA2022-12-091-0/+7
* [ruby/fiddle] Add support for linker script on LinuxSutou Kouhei2022-10-181-0/+34
* [ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz2022-10-181-2/+8
* Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...Hiroshi SHIBATA2022-10-072-0/+6
* [ruby/fiddle] test: don't use assert_true/assert_falseSutou Kouhei2022-10-071-2/+2
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-3/+6
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-10/+15
* [ruby/fiddle] test: don't use power-assertSutou Kouhei2022-10-071-6/+2
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-072-18/+25
* [ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei2022-10-071-40/+58
* [ruby/fiddle] test: suppress a warningSutou Kouhei2022-10-071-1/+2
* [ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...Aaron Patterson2022-10-071-0/+4
* [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson2022-10-071-0/+6
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-071-0/+10
* [ruby/fiddle] test: ensure GC-ing closuresSutou Kouhei2022-10-074-6/+24
* [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun2022-09-111-0/+37
* [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA2021-09-057-33/+79
* [ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...Nobuyoshi Nakada2021-08-241-6/+5
* [ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson2021-08-241-0/+33
* [ruby/fiddle] Handle#file_name results in very platform dependentNobuyoshi Nakada2021-07-151-8/+14
* [ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada2021-07-151-1/+1
* [ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi Nakada2021-07-141-3/+9
* [ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata2021-07-141-0/+6
* [ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata2021-07-141-0/+6
* [ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson2021-07-131-0/+36
* [ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...Sutou Kouhei2021-07-131-0/+16
* [ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...Sutou Kouhei2021-07-131-0/+10
* [ruby/fiddle] test: fix SetLastError's input typeSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] test: use double quote for string literalSutou Kouhei2021-07-131-2/+2
* [ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei2021-07-131-1/+15
* [ruby/fiddle] test: add missing receiverSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei2021-07-131-0/+14
* Skip fiddle tests if fiddle is not avaiableNobuyoshi Nakada2021-07-102-0/+3
* [ruby/fiddle] Do not use a libdir for glibc, it breaks Linux PPC64 (#70)Jeremy Evans2021-05-181-2/+2
* [ruby/fiddle] Add support for "const" in typeSutou Kouhei2021-05-181-6/+50
* [ruby/fiddle] closure: add support for const char *Sutou Kouhei2021-05-181-0/+13
* [ruby/fiddle] closure: accept symbol as typeSutou Kouhei2021-05-181-0/+12
* Oops! Add another test and fix to_proc implementationAaron Patterson2021-02-261-0/+11
* Fiddle::Function responds to to_procAaron Patterson2021-02-261-0/+13
* [memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata2020-12-231-5/+5
* TEST: multiarch support for HaikuZoltán Mizsei2020-12-151-0/+12
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-111-1/+1
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-117-89/+707
* Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)Kenta Murata2020-12-081-1/+5
* test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata2020-12-081-5/+1