summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-09-05[ruby/fiddle] Create extconf header for MSVCNobuyoshi Nakada
2021-09-02Refined test [Bug #18140]Nobuyoshi Nakada
2021-09-01Guard array when appendingAaron Patterson
2021-08-09Include ruby.h before internal headers to suppress -Wundef warningsNobuyoshi Nakada
2021-08-05Show WorkingSetSize as RSS on WindowsNobuyoshi Nakada
2021-08-01Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada
2021-07-29Renamed thraed_fd_close as thread_fdNobuyoshi Nakada
2021-07-14[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada
2021-06-29Add basic test for updated IO wait functions.Samuel Williams
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-06-22Deprecate and rework old (fd) centric functions.Samuel Williams
2021-06-13Check if alternative malloc header can work in C++Nobuyoshi Nakada
2021-04-13dependency updates卜部昌平
2021-03-22rb_enc_interned_str: handle autoloaded encodingsJean Boussier
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
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-22Removed rb_cData entityNobuyoshi Nakada
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-05Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada
2020-12-02memory_view.c: Check availability in rb_memory_view_getKenta Murata
2020-11-30Fix rb_interned_str_* functions to not assume static stringsJean Boussier
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-21Update dependencies for macOSNobuyoshi Nakada
2020-10-16keep proc on the stack so it does not moveAaron Patterson
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
2020-09-25ext/-test-/RUBY_ALIGNOF: skip C++ when no compiler卜部昌平
2020-09-25ext/-test-/RUBY_ALIGNOF: add minimalistic test卜部昌平
2020-09-08Add FALLTHROUGHKazuhiro NISHIYAMA
2020-09-07Added `rb_random_base_init`Nobuyoshi Nakada
2020-09-07Added WITH_REAL macrosNobuyoshi Nakada
2020-09-07Added `get_real` interfaceNobuyoshi Nakada
2020-09-07separate rb_random_tNobuyoshi Nakada
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平