Age | Commit message (Expand) | Author |
---|
2023-12-25 | [ruby/fiddle] Bump version | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Remove garbage | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Include stdbool.h explicitly for old Ruby | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Use Ruby's true/false for C bool | Sutou Kouhei |
2023-09-17 | [ruby/fiddle] Suppress -Wundef warnings on arm64 macOS and Windows | Nobuyoshi Nakada |
2023-08-25 | use configure-detected sanity of _Alignof | 卜部昌平 |
2023-08-02 | [ruby/fiddle] Include stdbool.h explicitly | Sutou Kouhei |
2023-08-02 | [ruby/fiddle] Include stdbool.h explicitly | Sutou Kouhei |
2023-08-02 | [ruby/fiddle] Add support for bool | Sutou Kouhei |
2023-08-02 | [ruby/fiddle] Use ifdef | Sutou Kouhei |
2023-06-28 | [ruby/fiddle] Mark Closure, Function and Handle as write barrier | Jean byroot Boussier |
2023-06-28 | [ruby/fiddle] Implement write barriers for Fiddle::Pointer | Jean byroot Boussier |
2023-06-28 | [ruby/fiddle] Fix a typo | Sutou Kouhei |
2023-06-28 | [ruby/fiddle] Add support for converting "C" (one character string) to char | Sutou Kouhei |
2023-06-28 | [ruby/fiddle] Add support for more "short" variants | Sutou Kouhei |
2023-06-28 | [ruby/fiddle] Add support for "long" variants | Sutou Kouhei |
2023-06-28 | [ruby/fiddle] Add a helper method for reading/writing memory | Aaron Patterson |
2023-02-28 | Update the depend files | Matt Valentine-House |
2023-02-27 | Remove intern/gc.h from Make deps | Matt Valentine-House |
2023-02-27 | Prefer to use File.foreach instead of IO.foreach | Hiroshi SHIBATA |
2023-02-27 | Prefer to use File.binwrite instead of IO.binwrite | Hiroshi SHIBATA |
2023-02-27 | Prefer to use File.binread instead of IO.binread | Hiroshi SHIBATA |
2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada |
2023-01-27 | [ruby/fiddle] fiddle: Use C11 _Alignof to define ALIGN_OF when | Khem Raj |
2023-01-27 | [ruby/fiddle] Fix comment formatting | Aaron Patterson |
2023-01-27 | [ruby/fiddle] Update documentation | Aaron Patterson |
2022-12-26 | [ruby/fiddle] Prefer String#unpack1 in Fiddle::ValueUtil | Mau Magnaguagno |
2022-12-26 | [ruby/fiddle] Bump version | Sutou Kouhei |
2022-12-09 | Merge fiddle-1.1.1 | Hiroshi SHIBATA |
2022-10-18 | [ruby/fiddle] Free closures immediately | Aaron Patterson |
2022-10-18 | [ruby/fiddle] Add support for linker script on Linux | Sutou Kouhei |
2022-10-18 | [ruby/fiddle] Bump version | Sutou Kouhei |
2022-10-18 | fiddle: use the old rb_ary_tmp_new() alias | Nobuyoshi Nakada |
2022-10-07 | Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti... | Hiroshi SHIBATA |
2022-10-07 | [ruby/fiddle] closure: follow variable name change | Sutou Kouhei |
2022-10-07 | [ruby/fiddle] closure: free resources when an exception is raised in Closure.new | Sutou Kouhei |
2022-10-07 | [ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.free | 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://.com/ru... | Aaron Patterson |
2022-10-07 | [ruby/fiddle] Add constants for unsigned values (https://.com/ruby/fidd... | Aaron Patterson |
2022-09-11 | [ruby/fiddle] Fix PACK_MAP for unsigned types (https://.com/ruby/fiddle... | Takashi Kokubun |
2022-09-09 | No longer bundle external library sources | Nobuyoshi Nakada |
2022-07-26 | Rename rb_ary_tmp_new to rb_ary_hidden_new | Peter Zhu |
2022-02-22 | [Feature #18249] Update dependencies | Peter Zhu |
2022-01-26 | Do not need to print to stderr | Koichi Sasada |
2021-11-21 | Update dependencies | Nobuyoshi Nakada |
2021-10-05 | ruby tool/update-deps --fix | 卜部昌平 |
2021-09-05 | [ruby/fiddle] Use test-unit gem (https://.com/ruby/fiddle/pull/69) | Hiroshi SHIBATA |
2021-08-24 | [ruby/fiddle] Improve "offsetof" calculations (https://.com/ruby/fiddle... | Aaron Patterson |
2021-07-14 | [ruby/fiddle] Add Fiddle::Handle#file_name (https://.com/ruby/fiddle/pu... | Kenta Murata |