summaryrefslogtreecommitdiff
path: root/ext/-test-/cxxanyargs
AgeCommit message (Expand)Author
2020-08-21ext/-test-/cxxanyargs: suppress SunPro warning卜部昌平
2020-06-23Match the output without encoding for localized compilersNobuyoshi Nakada
2020-04-10ext/-test-/cxxanyargs: add #pragma for icc.卜部昌平
2020-03-28The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze
2020-02-25ext/-test-/cxxanyargs: use try_link instead卜部昌平
2020-02-20ext/-test-/cxxanyargs: prevent have_devel check卜部昌平
2020-02-01fix delete unnecessary return卜部昌平
2020-01-31support C++ std::nullptr_t卜部昌平
2020-01-31Return the makefile contentNobuyoshi Nakada
2020-01-31Move .IGNORE in extconf.rbNARUSE, Yui
2020-01-31Support nmakeNARUSE, Yui
2020-01-31Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui
2020-01-28fix rb_define_global_function to take const VALUE*卜部昌平
2020-01-28add test for rb_define_global_function卜部昌平
2020-01-28add test for rb_define_method_id卜部昌平
2020-01-28improved support for rb_f_notimplement卜部昌平
2019-11-22Check -1 arity for C++Nobuyoshi Nakada
2019-10-12Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada
2019-09-20Fix for explicit cast without RUBY_METHOD_FUNCNobuyoshi Nakada
2019-09-20Check various method defitions in C++Nobuyoshi Nakada
2019-09-20Get rid of embedding make command lineNobuyoshi Nakada
2019-09-20Fixed cxxanyargs/dependNobuyoshi Nakada
2019-09-19Moved unmatch arity check to depend fileNobuyoshi Nakada
2019-09-19Ensure that unmatched arity fails in C++Nobuyoshi Nakada
2019-09-19Removed mkmf.log dump in MakefileNobuyoshi Nakada
2019-09-19DEBUG: cxxanyargsNobuyoshi Nakada
2019-09-19DEBUG: cxxanyargsNobuyoshi Nakada
2019-09-19Look up the language moduleNobuyoshi Nakada
2019-09-19Removed unused keyword argument [ci skip]Nobuyoshi Nakada
2019-09-18[EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada
2019-09-09add minimaist C++ check卜部昌平
2019-09-09static member variables must explictly be initialized卜部昌平
2019-09-09Revert "save committers' weekend from CI failures"卜部昌平
2019-09-06save committers' weekend from CI failures卜部昌平
2019-09-06avoid name mangling卜部昌平
2019-09-06nullptr is a C++11ism.卜部昌平
2019-09-06fix Visual Studio compilation error卜部昌平
2019-09-06add test for cxxanyargs.hpp卜部昌平