summaryrefslogtreecommitdiff
path: root/Lib/octave
Commit message (Expand)AuthorAgeFilesLines
* Update octruntime.swgAndrea L2023-03-141-2/+3
* Merge pull request #2 from alatina/alatina-patch-octave-8.1.0Andrea L2023-03-141-1/+3
|\
| * Update octruntime.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+3
* | Update octrun.swg to work with Octave v8.1.0Andrea L2023-03-141-1/+5
|/
* Correct new Raise functions to be staticWilliam S Fulton2022-10-141-1/+1
* Move SWIG_Octave_Raise into a functionWilliam S Fulton2022-09-191-2/+9
* Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-191-1/+1
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Octave - SWIG now marshalls a C/C++ NULL pointer into the null matrix, []William S Fulton2022-08-311-4/+7
* Add Octave support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-023-18/+105
* Improve #include guard macrosOlly Betts2022-07-191-3/+3
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Better Octave typecheck for argc argv typemapsWilliam S Fulton2022-05-231-4/+15
* Add Octave argcargv.iErez Geva2022-05-211-0/+33
* Fixed octave version check and enabled VPATH build for check-octave-operator ...Markus Friedrich2022-01-161-1/+1
* Merge remote-tracking branch 'origin/master' into HEADMarkus Friedrich2022-01-168-159/+290
|\
| * Additional changes due to name changes in octave-6 * is_map to isstruct, is_o...Robert Fries2021-12-051-0/+18
| * Octave module lets examples and tests work with Octave-6 * Try-catch replacem...Robert Fries2021-12-053-9/+83
| * Allow swig wrapped modules to compile with -BsymbolicRobert Fries2021-12-052-0/+10
| * Fix typosDimitris Apostolou2021-11-171-1/+1
| * 0.0 float warning fixWilliam S Fulton2020-10-101-1/+1
| * octrun.swg: ensure type_id() is set correctlyKarl Wette2020-05-311-3/+14
| * Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-317-122/+136
| * octruntime.swg: do not use atexit() to quit OctaveKarl Wette2020-05-311-6/+26
| * octrun.swg: remove octave_value type-id from octave_swig_bound_funcKarl Wette2020-05-312-11/+0
| * Changed return type of swig_this() to size_t.Markus Friedrich2019-12-241-3/+3
* | Bugfix for octave 4.4Markus Friedrich2019-11-241-0/+5
|/
* Python STL container method overloading fixWilliam S Fulton2019-08-061-8/+2
* Fix format-security error with octave 5.1Orion Poplawski2019-03-101-2/+2
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-2/+2
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-1/+5
* Fix overloading for non-pointers and NULL - OctaveWilliam S Fulton2018-12-301-1/+1
* Misc. typosluz.paz2018-05-171-1/+1
* Lib/octave: fix getting/setting global variables for Octave >= 4.4Karl Wette2018-05-121-0/+17
* Lib/octave: use new class for function member dereference with Octave >= 4.4Karl Wette2018-05-122-4/+106
* Lib/octave: fix operator installation for Octave >= 4.4Karl Wette2018-05-121-0/+18
* Lib/Octave: in Octave >= 4.4, assign reference to base class in subclassKarl Wette2018-05-121-0/+4
* Lib/octave: fix call to mlock() for Octave >= 4.4Karl Wette2018-05-121-3/+5
* Lib/octave: fix call to octave::call_stack::current() for Octave >= 4.4Karl Wette2018-05-121-0/+5
* Lib/octave: 'octave_exit' not longer exists in Octave >= 4.4Karl Wette2018-05-121-1/+5
* Lib/octave: replace is_bool_type() with islogical() for Octave >= 4.4Karl Wette2018-05-121-0/+4
* Lib/octave: replace is_numeric_type() with isnumeric() for Octave >= 4.4Karl Wette2018-05-121-0/+4
* Lib/octave: replace is_cell() with iscell() for Octave >= 4.4Karl Wette2018-05-124-5/+43
* Lib/octave: call octave::feval() instead of feval() for Octave >= 4.4Karl Wette2018-05-121-0/+12
* Lib/octave: fix function name passed to unwind_protect::begin_frame()Karl Wette2018-05-121-1/+1
* Cosmetic syntax tweak using throw in Octave directorsWilliam S Fulton2018-05-041-3/+3
* std_basic_string.i fixesWilliam S Fulton2018-01-041-36/+11
* Changes to use common DirectorException classWilliam S Fulton2017-11-291-2/+18