summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby_global_immutable_vars.i
Commit message (Collapse)AuthorAgeFilesLines
* Ruby globalmodule variables test enhancementWilliam S Fulton2019-12-301-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 variablesThomas Reitmayr2019-10-271-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.