summaryrefslogtreecommitdiff
path: root/ext/fiddle
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/fiddle] Add --enable-debug-build option to extconf.rbSutou Kouhei2021-05-181-0/+41
* [ruby/fiddle] win32types: sortSutou Kouhei2021-05-181-15/+15
* [ruby/fiddle] Fix more Win32Types definitionsSutou Kouhei2021-05-181-11/+12
* [ruby/fiddle] Fix Win32Types for Windows 64-bit (#63)Orgad Shaneh2021-05-181-4/+4
* [ruby/fiddle] Bump versionSutou Kouhei2021-05-181-1/+1
* [ruby/fiddle] closure: add support for const char *Sutou Kouhei2021-05-181-0/+8
* [ruby/fiddle] closure: accept symbol as typeSutou Kouhei2021-05-181-6/+12
* [ruby/fiddle] Remove wrong commentSutou Kouhei2021-05-181-1/+0
* [ruby/fiddle] Bump versionKenta Murata2021-05-181-1/+1
* dependency updates卜部昌平2021-04-131-8/+0
* Oops! Add another test and fix to_proc implementationAaron Patterson2021-02-261-1/+2
* Fiddle::Function responds to to_procAaron Patterson2021-02-261-0/+5
* [fiddle] Update to 1.0.6Kenta Murata2020-12-231-1/+1
* [memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata2020-12-231-4/+4
* [memory_view][fiddle] Use bool for boolean return valueKenta Murata2020-12-231-3/+3
* fiddle: Update to 1.0.5Sutou Kouhei2020-12-233-5/+8
* Reword docs for Fiddle::Function#call [ci skip]Alan Wu2020-12-141-3/+2
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-1115-156/+1096
* Update Fiddle's dependenciesSutou Kouhei2020-11-181-79/+244
* [ruby/fiddle] Remove needless returnSutou Kouhei2020-11-181-1/+1
* [ruby/fiddle] Bump versionSutou Kouhei2020-11-181-1/+1
* [ruby/fiddle] Remove needless workaroundSutou Kouhei2020-11-181-3/+1
* [ruby/fiddle] Add workaround for ruby head for mingwSutou Kouhei2020-11-181-1/+3
* [ruby/fiddle] Use msys2_mingw_dependenciesSutou Kouhei2020-11-181-0/+2
* [ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()Sutou Kouhei2020-11-181-3/+1
* [ruby/fiddle] Remove needless rescueSutou Kouhei2020-11-181-5/+1
* [ruby/fiddle] Add workaround for RubyInstaller for WindowsSutou Kouhei2020-11-181-0/+14
* [ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson2020-11-186-12/+146
* [ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei2020-11-185-34/+148
* [ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei2020-11-186-20/+94
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-6/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-6/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-6/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/fiddle] support for very old libffiNobuyoshi Nakada2020-06-281-0/+2
* [ruby/fiddle] try bundled libffi by defaultNobuyoshi Nakada2020-06-281-1/+1
* [ruby/fiddle] Support MSWIN (#43)Sutou Kouhei2020-06-273-31/+48
* [ruby/fiddle] Add missing includeSutou Kouhei2020-06-271-0/+2
* [ruby/fiddle] Add support for variadic argumentsSutou Kouhei2020-06-274-63/+197
* [ruby/fiddle] Use meaningful variable nameSutou Kouhei2020-06-271-3/+3
* [ruby/fiddle] Use "do { } while (0)" to ensure requiring ";"Sutou Kouhei2020-06-271-8/+8
* [ruby/fiddle] Fixed typosNobuyoshi Nakada2020-06-261-4/+5
* autoconf may not be availableNobuyoshi Nakada2020-05-271-1/+1
* fiddle: need to update configure after updating config toolsNobuyoshi Nakada2020-05-271-0/+2
* _GNU_SOURCE is needed for mkostemp on CygwinNobuyoshi Nakada2020-05-262-0/+12
* ext/fiddle/fiddle.gemspec: avoid require lib/fiddle/version.rbYusuke Endoh2020-05-241-6/+9
* [ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton2020-05-232-6/+31
* [ruby/fiddle] Export Fiddle::VERSIONSutou Kouhei2020-05-231-1/+3
* [ruby/fiddle] Update file listSutou Kouhei2020-05-231-3/+32
* [ruby/fiddle] Fix a typoSutou Kouhei2020-05-231-1/+1