ruby/ext/fiddle
Nobuyoshi Nakada 5c94f3fe9d [ruby/fiddle] Suppress -Wundef warnings on arm64 macOS and Windows
(https://github.com/ruby/fiddle/pull/134)

```
In file included from ../../../../ext/fiddle/fiddle.h:46:
/opt/local/include/ffi.h:477:5: warning: 'FFI_GO_CLOSURES' is not defined, evaluates to 0 [-Wundef]
    ^
```

c.f. https://github.com/libffi/libffi/pull/796

https://github.com/ruby/fiddle/commit/d4feb57098
2023-09-17 22:42:50 +09:00
..
lib [ruby/fiddle] Add support for bool 2023-08-02 18:17:18 +09:00
win32 Prefer to use File.foreach instead of IO.foreach 2023-02-27 18:49:18 +09:00
closure.c [ruby/fiddle] Mark Closure, Function and Handle as write barrier 2023-06-28 16:36:53 +09:00
closure.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
conversions.c [ruby/fiddle] Include stdbool.h explicitly 2023-08-02 18:17:19 +09:00
conversions.h [ruby/fiddle] Add support for bool 2023-08-02 18:17:18 +09:00
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [ruby/fiddle] Suppress -Wundef warnings on arm64 macOS and Windows 2023-09-17 22:42:50 +09:00
fiddle.c [ruby/fiddle] Include stdbool.h explicitly 2023-08-02 18:17:20 +09:00
fiddle.gemspec Add --with-libffi-source-dir feature and removed --enable-bundled-libffi option. (#113) 2022-10-07 15:20:11 +09:00
fiddle.h use configure-detected sanity of _Alignof 2023-08-25 17:27:53 +09:00
function.c [ruby/fiddle] Mark Closure, Function and Handle as write barrier 2023-06-28 16:36:53 +09:00
function.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
handle.c [ruby/fiddle] Mark Closure, Function and Handle as write barrier 2023-06-28 16:36:53 +09:00
memory_view.c [ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://github.com/ruby/fiddle/pull/86) 2021-07-14 18:55:59 +09:00
pinned.c [ruby/fiddle] Add a "pinning" reference (#44) 2020-11-18 09:05:13 +09:00
pointer.c [ruby/fiddle] Implement write barriers for Fiddle::Pointer 2023-06-28 16:36:52 +09:00