summaryrefslogtreecommitdiff
path: root/ext/-test-/memory_view
AgeCommit message (Expand)Author
2021-04-13dependency updates卜部昌平
2020-12-27Removed declarations conflicting on MinGWNobuyoshi Nakada
2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata
2020-12-23[memory_view] Remove needless use of StringValueCStrKenta Murata
2020-12-23[memory_view] Add mdview_release_view for testKenta 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-16[memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata
2020-12-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata
2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta 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-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata
2020-09-30strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-25Buffer protocol proposal (#3261)Kenta Murata