Age | Commit message (Expand) | Author |
---|---|---|
2020-02-01 | fix delete unnecessary return | 卜部昌平 |
2020-01-31 | support C++ std::nullptr_t | 卜部昌平 |
2020-01-28 | fix rb_define_global_function to take const VALUE* | 卜部昌平 |
2020-01-28 | add test for rb_define_global_function | 卜部昌平 |
2020-01-28 | add test for rb_define_method_id | 卜部昌平 |
2020-01-28 | improved support for rb_f_notimplement | 卜部昌平 |
2019-10-12 | Moved RB_METHOD_DEFINITION_DECL to intern.h | Nobuyoshi Nakada |
2019-09-20 | Fix for explicit cast without RUBY_METHOD_FUNC | Nobuyoshi Nakada |
2019-09-20 | Check various method defitions in C++ | Nobuyoshi Nakada |
2019-09-09 | static member variables must explictly be initialized | 卜部昌平 |
2019-09-09 | Revert "save committers' weekend from CI failures" | 卜部昌平 |
2019-09-06 | save committers' weekend from CI failures | 卜部昌平 |
2019-09-06 | avoid name mangling | 卜部昌平 |
2019-09-06 | nullptr is a C++11ism. | 卜部昌平 |
2019-09-06 | fix Visual Studio compilation error | 卜部昌平 |
2019-09-06 | add test for cxxanyargs.hpp | 卜部昌平 |