summaryrefslogtreecommitdiff
path: root/Lib/octave
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New Octave module loading behaviourKarl Wette2012-05-142-158/+134
* 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-142-69/+93
* Move Octave director-related code into Lib/octave/director.swgKarl Wette2012-05-142-135/+162
* Make octave_dim tests pass for octave version != 3.2.4Karl Wette2012-04-151-2/+4
* Fixed segfault-on-exit in octave 3.2.4Karl Wette2012-04-151-1/+3
* 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
* Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-202-3/+3
* Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+31
* add missing file Lib/octave/std_list.iXavier Delacour2012-02-271-0/+26
* Fix imports test (from Karl Wette)Xavier Delacour2012-02-271-8/+15
* Comment declaration of unimplemented function swig_register_director (from Ka...Xavier Delacour2012-02-271-1/+1
* Use -globals . to load global variables in module namespace (from Karl Wette)Xavier Delacour2012-02-271-7/+17