aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/cxxanyargs
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesNobuyoshi Nakada2021-11-211-12/+0
* Check if alternative malloc header can work in C++Nobuyoshi Nakada2021-06-131-0/+4
* ext/-test-/cxxanyargs: suppress SunPro warning卜部昌平2020-08-211-0/+3
* Match the output without encoding for localized compilersNobuyoshi Nakada2020-06-231-1/+1
* ext/-test-/cxxanyargs: add #pragma for icc.卜部昌平2020-04-101-0/+3
* The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze2020-03-281-4/+4
* ext/-test-/cxxanyargs: use try_link instead卜部昌平2020-02-251-1/+1
* ext/-test-/cxxanyargs: prevent have_devel check卜部昌平2020-02-201-2/+11
* fix delete unnecessary return卜部昌平2020-02-011-1/+1
* support C++ std::nullptr_t卜部昌平2020-01-311-0/+122
* Return the makefile contentNobuyoshi Nakada2020-01-311-0/+1
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-312-3/+1
* Support nmakeNARUSE, Yui2020-01-311-0/+2
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1
* fix rb_define_global_function to take const VALUE*卜部昌平2020-01-281-0/+70
* add test for rb_define_global_function卜部昌平2020-01-281-0/+58
* add test for rb_define_method_id卜部昌平2020-01-281-0/+56
* improved support for rb_f_notimplement卜部昌平2020-01-281-0/+30
* Check -1 arity for C++Nobuyoshi Nakada2019-11-223-5/+23
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-121-0/+204
* Fix for explicit cast without RUBY_METHOD_FUNCNobuyoshi Nakada2019-09-201-0/+7
* Check various method defitions in C++Nobuyoshi Nakada2019-09-201-0/+44
* Get rid of embedding make command lineNobuyoshi Nakada2019-09-201-2/+3
* Fixed cxxanyargs/dependNobuyoshi Nakada2019-09-201-4/+4
* Moved unmatch arity check to depend fileNobuyoshi Nakada2019-09-192-12/+9
* Ensure that unmatched arity fails in C++Nobuyoshi Nakada2019-09-192-1/+27
* Removed mkmf.log dump in MakefileNobuyoshi Nakada2019-09-191-5/+0
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-0/+3
* DEBUG: cxxanyargsNobuyoshi Nakada2019-09-191-0/+2
* Look up the language moduleNobuyoshi Nakada2019-09-191-1/+1
* Removed unused keyword argument [ci skip]Nobuyoshi Nakada2019-09-191-1/+1
* [EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada2019-09-181-20/+5
* add minimaist C++ check卜部昌平2019-09-091-2/+41
* static member variables must explictly be initialized卜部昌平2019-09-091-0/+2
* Revert "save committers' weekend from CI failures"卜部昌平2019-09-093-0/+378
* save committers' weekend from CI failures卜部昌平2019-09-063-378/+0
* avoid name mangling卜部昌平2019-09-061-1/+1
* nullptr is a C++11ism.卜部昌平2019-09-061-2/+3
* fix Visual Studio compilation error卜部昌平2019-09-061-1/+1
* add test for cxxanyargs.hpp卜部昌平2019-09-063-0/+377