Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby globalmodule variables test enhancement | William S Fulton | 2019-12-30 | 1 | -0/+9 |
| | | | | | | Check that the variables values are as expected in C++. Note that the check_values global function is global in Ruby when using -globalmodule. | ||||
* | Fix code generated for Ruby global variables | Thomas Reitmayr | 2019-10-27 | 1 | -0/+25 |
This commit fixes swig#1653 by creating a Ruby virtual variable for a C/c++ global variable when SWIG is invoked with the -globalmodule option. |