| .. |
|
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
|
octave: export function swig_octave_prereq() for easily testing Octave version
|
2016-02-07 20:22:39 +01:00 |
|
operator
|
octave: map unary functions to __...___ Python-style unary members
|
2016-02-07 20:22:39 +01: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 |