swig/Examples/octave/module_load
2012-02-27 17:07:16 +00:00
..
example.c Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette) 2011-08-31 20:50:59 +00:00
example.h Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette) 2011-08-31 20:50:59 +00:00
example.i Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette) 2011-08-31 20:50:59 +00:00
Makefile Changes Octave module loading behavior, so that modules can be safely loaded inside functions without first being loaded at the base level. (Basically the module is now always loaded in the base context, and then a local link to the module is created in the current context.) Added an example, module_load, to Examples/octave to test this behaviour in different ways. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette) 2011-08-31 20:50:59 +00:00
runme_args.m Use -globals . to load global variables in module namespace (from Karl Wette) 2012-02-27 17:07:16 +00:00
runme_gl_func.m Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wette; SF 3418908) 2011-10-13 23:48:28 +00:00
runme_gl_func_base.m Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wette; SF 3418908) 2011-10-13 23:48:28 +00:00
runme_nogl_func.m Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wette; SF 3418908) 2011-10-13 23:48:28 +00:00
runme_nogl_func_base.m Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wette; SF 3418908) 2011-10-13 23:48:28 +00:00