swig/Examples/octave
William S Fulton 8e2bc595c6 Remove use of preinst-swig script
Complete the prototype removal in ca1431.

The script prevents SWIGTOOL=gdb from working as gdb can't be used to
debug a shell script, it requires a binary.

Add support for SWIGTOOL in all the examples.

SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles.

See issue #473.
2015-08-21 22:43:17 +01:00
..
callback Remove unused std_string.i from callback examples 2015-05-10 11:49:28 +01:00
class Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
constants Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
contract Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
enum Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
extend Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
funcptr Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
funcptr2 Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
functor Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
module_load Revert "Octave: drop support for Octave versions older than 3.2.0" 2014-10-09 19:33:58 +01:00
operator Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
pointer Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
reference Remove bogus ; after } in examples 2014-11-07 15:34:43 +13:00
simple Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
template Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +02:00
variables Octave: turn on autodoc in examples, so that feature is tested 2014-10-04 13:28:46 +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
example.mk Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00