summaryrefslogtreecommitdiff
path: root/Lib/octave/octrun.swg
Commit message (Expand)AuthorAgeFilesLines
* [octave,python] Revert to SWIG_TypeCheckOlly Betts2021-12-191-1/+1
* Use SWIG_TypeCheckStruct to check types where possibleOlly Betts2021-12-191-1/+1
* 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-051-5/+64
* Allow swig wrapped modules to compile with -BsymbolicRobert Fries2021-12-051-0/+8
* 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-311-4/+0
* octrun.swg: remove octave_value type-id from octave_swig_bound_funcKarl Wette2020-05-311-4/+0
* Changed return type of swig_this() to size_t.Markus Friedrich2019-12-241-3/+3
* Fix format-security error with octave 5.1Orion Poplawski2019-03-101-2/+2
* Fix overloading for non-pointers and NULL - OctaveWilliam S Fulton2018-12-301-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-121-4/+76
* 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: 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-121-2/+18
* Octave: add support for version 4.2Karl Wette2017-01-221-84/+30
* octave: map unary functions to __...___ Python-style unary membersKarl Wette2016-02-071-0/+17
* octave: recognize Python __float__ numeric conversion operatorKarl Wette2016-02-071-0/+21
* 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
* Cosmetic changes in Octave runtimeWilliam S Fulton2015-08-311-4/+6
* Update print() signature for octave 4.0Orion Poplawski2015-07-091-0/+12
* Support for octave 4.0.0Orion Poplawski2015-07-081-0/+42
* Attempting fixes for Octave shared_ptr supportJeremy2015-01-051-16/+25
* Revert "Octave: cleanup/restructure library files"William S Fulton2014-10-091-0/+1389
* Octave: cleanup/restructure library filesKarl Wette2014-10-041-1389/+0
* Fix unused method warning in OctaveWilliam S Fulton2014-02-151-1/+1
* octave: update support to Octave version 3.8.0Karl Wette2014-01-131-17/+87
* Octave: add SWIGRUNTIMEINLINE to SWIG_Octave_SetConstant()Karl Wette2013-06-131-1/+1
* Octave: remove allocation of new octave_value in SWIG_Octave_SetGlobalValue()Karl Wette2013-05-121-10/+1
* [octave] Declare these functions only if directors are usedKarl Wette2012-05-231-0/+2
* New Octave module loading behaviourKarl Wette2012-05-141-34/+6
* Declare Octave public wrapping functions with DEFUNX_DLDKarl Wette2012-05-141-0/+6
* New functions for handling Octave global variablesKarl Wette2012-05-141-9/+28
* Move Octave SWIG runtime functions to Lib/octave/octruntime.swgKarl Wette2012-05-141-68/+0
* Move Octave director-related code into Lib/octave/director.swgKarl Wette2012-05-141-134/+40
* Make octave_dim tests pass for octave version != 3.2.4Karl Wette2012-04-151-2/+4
* add extra logic to the octave_swig_type::dims(void) method: it checks if the ...Xavier Delacour2012-03-261-1/+51
* make is_object return true for swig types (patch from jgillis, sf 3424833)Xavier Delacour2012-03-261-0/+7
* Comment declaration of unimplemented function swig_register_director (from Ka...Xavier Delacour2012-02-271-1/+1
* Added example of friend operator use to Examples/octave/operator, fixed minor...Xavier Delacour2011-08-311-1/+1
* Octave patches for 3.4.0 compatibility, etc. (sf 3387394, thanks for Karl Wette)Xavier Delacour2011-08-081-0/+7
* Allow global operators to be SWIG-wrapped functions (by Karl Wette)Xavier Delacour2011-05-171-11/+15
* Adds support for Python __r*__ operators (by Karl Wette)Xavier Delacour2011-05-171-0/+10
* Fix an incompatibility with never versions of Octave (by Karl Wette)Xavier Delacour2011-05-171-0/+11
* Minor improvement to the printing of Octave SWIG classes (by Karl Wette)Xavier Delacour2011-05-171-7/+14
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-6/+6
* Add SWIG_DIRECTOR_CAST recently added to languages needing itWilliam S Fulton2010-04-101-0/+2