summaryrefslogtreecommitdiff
path: root/Lib/octave
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-29/+29
* Director shared_ptr typemaps for scripting languagesWilliam S Fulton2017-10-131-0/+82
* Scilab, R and Octave shared_ptr typemaps null fixWilliam S Fulton2017-10-111-4/+3
* Octave and R shared_ptr typemaps updateWilliam S Fulton2017-10-111-4/+13
* Add missing declaration for std::complexWilliam S Fulton2017-10-021-0/+7
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-1/+1
* as() no longer memsets and always throws.Mike Romberg2017-07-202-15/+10
* Fix warning in generated code - traits_asptr.William S Fulton2017-06-131-1/+1
* Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton2017-04-201-11/+11
* Octave: add support for version 4.2Karl Wette2017-01-225-125/+186
* Revert "Lib/octave/octopers.swg: update %ignoreoperator() calls"Karl Wette2017-01-071-12/+12
* Lib/octave/octopers.swg: update %ignoreoperator() callsKarl Wette2017-01-061-12/+12
* Remove inheritance from std::unary_function and std::binary_function,Anthony Heading2016-12-291-1/+1
* Replicate Python memory leak fix in std::pair for Octave and RubyWilliam S Fulton2016-12-181-2/+6
* UTL STL container descriptor checksWilliam S Fulton2016-07-284-6/+10
* octave: map unary functions to __...___ Python-style unary membersKarl Wette2016-02-071-0/+17
* octave: recognize Python __float__ numeric conversion operatorKarl Wette2016-02-072-0/+22
* octrun.swg: simplify unary operator calls in dims() and string_value()Karl Wette2016-02-071-24/+9
* octrun.swg: make dispatch_[unary|binary|index]_op() const-qualifiedKarl Wette2016-02-071-12/+15