summaryrefslogtreecommitdiff
path: root/Examples/octave
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Fixes to Octave examplesKarl Wette2013-05-0863-346/+212
* Octave examples clean target fixed and makefiles use new RUNPIPE and general ...William S Fulton2013-04-1916-111/+96
* octave: Simplified module loading.Karl Wette2012-11-281-43/+6
* [octave] skip part of module_load test for older OctavesKarl Wette2012-05-241-0/+6
* Updated Octave module_load examples for new module loadingKarl Wette2012-05-148-285/+117
* Use -globals . to load global variables in module namespace (from Karl Wette)Xavier Delacour2012-02-271-0/+8
* Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wett...Xavier Delacour2011-10-135-0/+172
* Added example of friend operator use to Examples/octave/operator, fixed minor...Xavier Delacour2011-08-313-6/+8
* Changes Octave module loading behavior, so that modules can be safely loaded ...Xavier Delacour2011-08-3110-0/+146
* Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)Xavier Delacour2011-08-0817-10/+25
* shadow->proxy terminlogy updateWilliam S Fulton2008-04-292-2/+2
* Fix Octave C support by adding extern "C" around header section. Fix Octave e...Xavier Delacour2008-03-056-43/+31
* Initial commit of Octave module.Xavier Delacour2008-03-0167-0/+1822