| .. |
|
callback
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
class
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
constants
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
contract
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
enum
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
extend
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
funcptr
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
funcptr2
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
functor
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
module_load
|
octave: Simplified module loading.
|
2012-11-28 20:22:56 +00:00 |
|
operator
|
Added example of friend operator use to Examples/octave/operator, fixed minor bug that causes a panic in octave 3.0.5. Tested examples work for octave 3.0.5, 3.2.4, and 3.4.0. (thanks to Karl Wette)
|
2011-08-31 20:54:11 +00:00 |
|
pointer
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
reference
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
simple
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
template
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00:00 |
|
variables
|
Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)
|
2011-08-08 21:41:34 +00: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 |