aboutsummaryrefslogtreecommitdiff
path: root/Examples/octave
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2018-05-17Misc. typosluz.paz
2018-05-12Examples/octave/module_load/runme.m: update 'exist()' statements for Octave >...Karl Wette
2018-05-12Examples/octave/module_load/runme.m: do not use duplicate function namesKarl Wette
2017-07-28Remove random statement glued onto comment lineOlly Betts
2017-01-01Octave: do not dump Octave core in examples/test suite scriptsKarl Wette
2016-02-07octave: map unary functions to __...___ Python-style unary membersKarl Wette
2016-02-07octave: recognize Python __float__ numeric conversion operatorKarl Wette
2016-02-07octave: export function swig_octave_prereq() for easily testing Octave versionKarl Wette
2015-08-21Remove use of preinst-swig scriptWilliam S Fulton
2015-05-10Remove unused std_string.i from callback examplesWilliam S Fulton
2014-11-07Remove bogus ; after } in examplesOlly Betts
2014-10-09Revert "Octave: simplify Examples/octave/example.mk"William S Fulton
2014-10-09Revert "Octave: drop support for Octave versions older than 3.2.0"William S Fulton
2014-10-04Octave: drop support for Octave versions older than 3.2.0Karl Wette
2014-10-04Octave: simplify Examples/octave/example.mkKarl Wette
2014-10-04Octave: turn on autodoc in examples, so that feature is testedKarl Wette
2014-05-29Octave: use common example.mk for examples, patterned after javascriptKarl Wette
2014-05-24Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton
2014-05-11Allow examples and test-suite to be built out of source treeKarl Wette
2014-05-05More cleaning up of the class examplesOlly Betts
2014-02-24Further cleaning up of class examplesOlly Betts
2013-10-18Fix gcc -Waddress warning in variables examplesWilliam S Fulton
2013-05-08Fixes to Octave examplesKarl Wette
2013-04-19Octave examples clean target fixed and makefiles use new RUNPIPE and general ...William S Fulton
2012-11-28octave: Simplified module loading.Karl Wette
2012-05-24[octave] skip part of module_load test for older OctavesKarl Wette
2012-05-14Updated Octave module_load examples for new module loadingKarl Wette
2012-02-27Use -globals . to load global variables in module namespace (from Karl Wette)Xavier Delacour
2011-10-13Allow Octave modules to be re-loaded after a "clear all" (thanks to Karl Wett...Xavier Delacour
2011-08-31Added example of friend operator use to Examples/octave/operator, fixed minor...Xavier Delacour
2011-08-31Changes Octave module loading behavior, so that modules can be safely loaded ...Xavier Delacour
2011-08-08Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)Xavier Delacour
2008-04-29shadow->proxy terminlogy updateWilliam S Fulton
2008-03-05Fix Octave C support by adding extern "C" around header section. Fix Octave e...Xavier Delacour
2008-03-01Initial commit of Octave module.Xavier Delacour