swig/Examples/octave
Sylvestre Ledru 21e17eaa73 Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts:
	Examples/Makefile.in
2013-08-06 10:06:31 +02:00
..
callback Fixes to Octave examples 2013-05-08 22:44:40 +01:00
class Fixes to Octave examples 2013-05-08 22:44:40 +01:00
constants Fixes to Octave examples 2013-05-08 22:44:40 +01:00
contract Merge remote-tracking branch 'origin/master' into gsoc2012-scilab 2013-08-06 10:06:31 +02:00
enum Fixes to Octave examples 2013-05-08 22:44:40 +01:00
extend Fixes to Octave examples 2013-05-08 22:44:40 +01:00
funcptr Merge remote-tracking branch 'origin/master' into gsoc2012-scilab 2013-08-06 10:06:31 +02:00
funcptr2 Fixes to Octave examples 2013-05-08 22:44:40 +01:00
functor Fixes to Octave examples 2013-05-08 22:44:40 +01:00
module_load Fixes to Octave examples 2013-05-08 22:44:40 +01:00
operator Fixes to Octave examples 2013-05-08 22:44:40 +01:00
pointer Fixes to Octave examples 2013-05-08 22:44:40 +01:00
reference Fixes to Octave examples 2013-05-08 22:44:40 +01:00
simple Fixes to Octave examples 2013-05-08 22:44:40 +01:00
template Fixes to Octave examples 2013-05-08 22:44:40 +01:00
variables Merge remote-tracking branch 'origin/master' into gsoc2012-scilab 2013-08-06 10:06:31 +02:00
check.list 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