summaryrefslogtreecommitdiff
path: root/ext/fiddle
AgeCommit message (Expand)Author
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-09-05[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA
2021-08-24[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson
2021-07-14[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
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] update dependenciesNobuyoshi Nakada
2021-07-13[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API versionNobuyoshi Nakada
2021-07-13[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pu...Nobuyoshi Nakada
2021-07-13[ruby/fiddle] Use have_header and have_type to detect memory view availabilitySutou Kouhei
2021-07-13[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-07-13[ruby/fiddle] MemoryView: ensure reset rb_memory_view_t::obj on errorSutou Kouhei
2021-07-13[ruby/fiddle] StringValuePtr may change the valSutou Kouhei
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] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-13[ruby/fiddle] Bump versionSutou Kouhei
2021-05-18[ruby/fiddle] windows: link to ws2_32 for WSAGetLastError()Sutou Kouhei
2021-05-18[ruby/fiddle] windows: add Fiddle.win32_last_socket_error{,=}Sutou Kouhei
2021-05-18[ruby/fiddle] Add support for "const" in typeSutou Kouhei
2021-05-18[ruby/fiddle] Add --enable-debug-build option to extconf.rbSutou Kouhei
2021-05-18[ruby/fiddle] win32types: sortSutou Kouhei
2021-05-18[ruby/fiddle] Fix more Win32Types definitionsSutou Kouhei
2021-05-18[ruby/fiddle] Fix Win32Types for Windows 64-bit (#63)Orgad Shaneh
2021-05-18[ruby/fiddle] Bump versionSutou 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-05-18[ruby/fiddle] Remove wrong commentSutou Kouhei
2021-05-18[ruby/fiddle] Bump versionKenta Murata
2021-04-13dependency updates卜部昌平
2021-02-26Oops! Add another test and fix to_proc implementationAaron Patterson
2021-02-26Fiddle::Function responds to to_procAaron Patterson
2020-12-23[fiddle] Update to 1.0.6Kenta Murata
2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata
2020-12-23[memory_view][fiddle] Use bool for boolean return valueKenta Murata
2020-12-23fiddle: Update to 1.0.5Sutou Kouhei
2020-12-14Reword docs for Fiddle::Function#call [ci skip]Alan Wu
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-11-18Update Fiddle's dependenciesSutou Kouhei
2020-11-18[ruby/fiddle] Remove needless returnSutou Kouhei
2020-11-18[ruby/fiddle] Bump versionSutou Kouhei
2020-11-18[ruby/fiddle] Remove needless workaroundSutou Kouhei
2020-11-18[ruby/fiddle] Add workaround for ruby head for mingwSutou Kouhei
2020-11-18[ruby/fiddle] Use msys2_mingw_dependenciesSutou Kouhei
2020-11-18[ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()Sutou Kouhei
2020-11-18[ruby/fiddle] Remove needless rescueSutou Kouhei
2020-11-18[ruby/fiddle] Add workaround for RubyInstaller for WindowsSutou Kouhei
2020-11-18[ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson