summaryrefslogtreecommitdiff
path: root/memory_view.c
AgeCommit message (Expand)Author
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata
2020-12-04memory_view.c: Fix endianness of n, N, v, VKenta Murata
2020-12-02memory_view.c: Check availability in rb_memory_view_getKenta Murata
2020-11-30Keep references of memory-view-exported objects (#3816)Kenta Murata
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-10-06STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平
2020-10-06memory_view.h: use bool卜部昌平
2020-10-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata
2020-09-25memory_view.c: prevent "warning: instance variable __memory_view__ not initia...Kenta Murata
2020-09-25Buffer protocol proposal (#3261)Kenta Murata