aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/cxxanyargs/cxxanyargs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-121-0/+204
| | | | This macro is used here before defined in ruby.h.
* 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
|
* static member variables must explictly be initialized卜部昌平2019-09-091-0/+2
| | | | | | These variables then get their room for storage. See also https://github.com/ruby/ruby/runs/214042030
* Revert "save committers' weekend from CI failures"卜部昌平2019-09-091-0/+362
| | | | This reverts commit 53d21087da078cf999cc4757b03b2ff0fab4c2cf.
* save committers' weekend from CI failures卜部昌平2019-09-061-362/+0
| | | | Kill the failing tests.
* avoid name mangling卜部昌平2019-09-061-1/+1
| | | | | Otherwise the dynamic linker cannot find this function. See also https://ci.appveyor.com/project/ruby/ruby/builds/27224231/job/4pg6lxlsnsjotu2l
* nullptr is a C++11ism.卜部昌平2019-09-061-2/+3
| | | | | Should use numeric 0 for maximum portability. See also https://travis-ci.org/ruby/ruby/jobs/581543798
* fix Visual Studio compilation error卜部昌平2019-09-061-1/+1
| | | | See also https://github.com/ruby/ruby/runs/213964487
* add test for cxxanyargs.hpp卜部昌平2019-09-061-0/+361