Age | Commit message (Expand) | Author |
---|
2021-11-21 | Update dependencies | Nobuyoshi Nakada |
2021-06-13 | Check if alternative malloc header can work in C++ | Nobuyoshi Nakada |
2020-08-21 | ext/-test-/cxxanyargs: suppress SunPro warning | 卜部昌平 |
2020-06-23 | Match the output without encoding for localized compilers | Nobuyoshi Nakada |
2020-04-10 | ext/-test-/cxxanyargs: add #pragma for icc. | 卜部昌平 |
2020-03-28 | The last argument of rb_rescue2() should always be (VALUE)0 | Benoit Daloze |
2020-02-25 | ext/-test-/cxxanyargs: use try_link instead | 卜部昌平 |
2020-02-20 | ext/-test-/cxxanyargs: prevent have_devel check | 卜部昌平 |
2020-02-01 | fix delete unnecessary return | 卜部昌平 |
2020-01-31 | support C++ std::nullptr_t | 卜部昌平 |
2020-01-31 | Return the makefile content | Nobuyoshi Nakada |
2020-01-31 | Move .IGNORE in extconf.rb | NARUSE, Yui |
2020-01-31 | Support nmake | NARUSE, Yui |
2020-01-31 | Ignore expected errors on compiling C++ source [Bug #16331] | NARUSE, Yui |
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-11-22 | Check -1 arity for C++ | Nobuyoshi Nakada |
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-20 | Get rid of embedding make command line | Nobuyoshi Nakada |
2019-09-20 | Fixed cxxanyargs/depend | Nobuyoshi Nakada |
2019-09-19 | Moved unmatch arity check to depend file | Nobuyoshi Nakada |
2019-09-19 | Ensure that unmatched arity fails in C++ | Nobuyoshi Nakada |
2019-09-19 | Removed mkmf.log dump in Makefile | Nobuyoshi Nakada |
2019-09-19 | DEBUG: cxxanyargs | Nobuyoshi Nakada |
2019-09-19 | DEBUG: cxxanyargs | Nobuyoshi Nakada |
2019-09-19 | Look up the language module | Nobuyoshi Nakada |
2019-09-19 | Removed unused keyword argument [ci skip] | Nobuyoshi Nakada |
2019-09-18 | [EXPERIMENTAL] MakeMakefile::CXX for C++ | Nobuyoshi Nakada |
2019-09-09 | add minimaist C++ check | 卜部昌平 |
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 | 卜部昌平 |