summaryrefslogtreecommitdiff
path: root/Lib/octave
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* octave: export function swig_octave_prereq() for easily testing Octave versionKarl Wette2016-02-071-1/+21
* Don't use long long if it isn't availableAlec Cooper2016-01-061-4/+16
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-8/+8
* shared_ptr typemap error message fix for global variablesWilliam S Fulton2015-09-251-2/+4
* Cosmetic changes in Octave runtimeWilliam S Fulton2015-08-311-4/+6
* Add #include <climits> for INT_MAXOrion Poplawski2015-07-101-0/+1
* Update print() signature for octave 4.0Orion Poplawski2015-07-091-0/+12
* Support for octave 4.0.0Orion Poplawski2015-07-081-0/+42
* Fix cut-and-paste typoOlly Betts2015-03-121-1/+1
* Attempting fixes for Octave shared_ptr supportJeremy2015-01-053-18/+31
* Revert "Octave: cleanup/restructure library files"William S Fulton2014-10-0941-4160/+3578
* Revert "Octave: drop support for Octave versions older than 3.2.0"William S Fulton2014-10-093-7/+16
* Revert "Octave: remove unused function SwigOctType::help_text()"William S Fulton2014-10-092-0/+13
* Revert "Octave: remove unused field SwigOctClass::constructor_doc"William S Fulton2014-10-091-0/+1
* Octave: remove unused field SwigOctClass::constructor_docKarl Wette2014-10-051-1/+0
* Octave: remove unused function SwigOctType::help_text()Karl Wette2014-10-052-13/+0
* Octave: drop support for Octave versions older than 3.2.0Karl Wette2014-10-043-16/+7
* Octave: cleanup/restructure library filesKarl Wette2014-10-0441-3578/+4160
* Octave: remove Python code from std_carray.iKarl Wette2014-05-291-56/+0
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-3/+1
* Fix unused method warning in OctaveWilliam S Fulton2014-02-151-1/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-0/+2
* octave: update support to Octave version 3.8.0Karl Wette2014-01-132-24/+94
* Error out attempting to use directors without -c++William S Fulton2013-12-231-1/+0
* Beautify director.swg filesWilliam S Fulton2013-12-231-4/+11
* Fix for missing C++ code in std::multimap wrappers.William S Fulton2013-08-061-65/+70
* Octave: add SWIGRUNTIMEINLINE to SWIG_Octave_SetConstant()Karl Wette2013-06-131-1/+1
* Octave: install functions only once, when creating moduleKarl Wette2013-05-121-8/+10
* Octave: remove allocation of new octave_value in SWIG_Octave_SetGlobalValue()Karl Wette2013-05-121-10/+1
* octave: Simplified module loading.Karl Wette2012-11-281-68/+120
* octave: improved segfault-on-exit prevention hackKarl Wette2012-07-201-20/+9
* octave: use _Exit instead of _exitKarl Wette2012-07-121-1/+2
* [octave] Declare these functions only if directors are usedKarl Wette2012-05-231-0/+2
* [octave] Make sure SWIG_global_name is a std::string for comparisonKarl Wette2012-05-231-2/+2