Search code examples
How to call a method of a module properly in ruby C-api?...

crubyruby-c-extensionc-apiruby-module

Read More
Linker not finding ruby symbols (such as ruby_init) when trying to compile C program which uses libr...

rubylinkerlinker-errorsruby-c-extensionc-api

Read More
How do I extend my ruby class with a c extension?...

crubyinlineruby-c-extension

Read More
Ruby C Api handling exceptions...

crubyruby-c-extension

Read More
Ruby and C API: rb_funcall_with_block on global method? How to call ruby global method with block fr...

rubyruby-c-extension

Read More
Ruby constants in singleton methods...

rubyruby-c-extension

Read More
Ruby in C using Singleton module crashes...

rubysingletonruby-c-extension

Read More
ruby native extension: undefined symbol...

rubyruby-c-extensionextconf.rbruby-native-extensions

Read More
rb_class_new_instance raises "ArgumentError: wrong type" - why?...

cruby-c-extension

Read More
C library for graphs...

crubydirected-acyclic-graphsruby-c-extension

Read More
free string after rb_raise...

crubyruby-c-extension

Read More
Can we install C gems in ruby 2.7.0...

rubyrubygemsruby-c-extension

Read More
Ruby extension wrapper around C library fails to load installed library...

crubygemslinker-errorsdynamic-linkingruby-c-extension

Read More
Is memory freed after using StringValueCStr?...

crubyruby-c-extension

Read More
Difference between Data_Wrap_Struct and TypedData_Wrap_Struct?...

crubyruby-c-extension

Read More
How do I convert a Block to a Proc in a Ruby 1.9 C extension?...

crubyblockruby-1.9ruby-c-extension

Read More
How can a Ruby C extension store a proc for later execution?...

crubyruby-c-extension

Read More
Native extensions fallback to pure Ruby if not supported on gem install...

rubyrubygemsruby-c-extension

Read More
Ruby (2.0) c extension return array of arrays from c function...

crubyruby-c-extension

Read More
Ruby C extension: Is there a way to finalize?...

rubyruby-c-extension

Read More
Ruby Global Interpreter Lock (GIL) - rb_thread_call_without_gvl...

crubygilruby-c-extension

Read More
How to call exit from a script loaded via rb_load_protect without a segfault...

crubyruby-c-extension

Read More
have_header from mkmf throws an error in Jruby...

jrubyruby-c-extension

Read More
Possible side effects of doing a typedef of a struct to an array of one element in C...

ctypedefgmpruby-c-extension

Read More
How do I compile/create a ruby extension that uses c?...

crubygccruby-c-extension

Read More
Ruby C extension compile error: expected ‘)’ before ‘event’...

crubycompilationruby-c-extension

Read More
How to pass keywords to a Ruby method from a C extension?...

rubyruby-c-extensionkeyword-argument

Read More
Use gems with c-extensions in JRuby, or port them to Java?...

jrubyfuzzy-searchruby-c-extensionjruby-java-interopmri

Read More
C - Allocate a struct within a function using the struct pointer as argument...

carrayspointersstructruby-c-extension

Read More
Ruby C API - From ruby array to C array...

carraysrubyruby-c-extension

Read More
BackNext