swig/Lib/octave
Karl Wette 93650b2911 Octave: install functions only once, when creating module
- once installed, Octave functions can never really be uninstalled
  (clear -f doesn't prevent the function being called again), so
  it makes no sense to install functions more than once
- this can lead to a significant speed-up of module loading times,
  up to a factor of 10 for a large module loaded multiple times
2013-05-12 17:32:09 +01:00
..
attribute.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
boost_shared_ptr.i shared_ptr improvements so the proxy class does not need to be specified - SWIG_SHARED_PTR macro deprecated and replaced by %shared_ptr 2010-05-22 23:57:19 +00:00
carrays.i Octave: fix carrays regression caused by operator suffix change. 2009-01-10 02:17:58 +00:00
cdata.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
cmalloc.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
director.swg Move Octave director-related code into Lib/octave/director.swg 2012-05-14 09:23:20 +00:00
exception.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
factory.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
implicit.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
octave.swg Add support for manual %docstrings, so users can provide texinfo help for wrapped functions. 2008-04-03 13:22:19 +00:00
octcomplex.swg Fixes to two bugs in Lib/octave/octcomplex.swg (by Karl Wette) 2011-05-17 01:57:46 +00:00
octcontainer.swg Fix missing stddef.h when %import of STL containers. Was causing compile failures witht g++-4.6. 2012-03-20 20:07:56 +00:00
octfragments.swg Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
octiterators.swg Fix missing stddef.h when %import of STL containers. Was causing compile failures witht g++-4.6. 2012-03-20 20:07:56 +00:00
octopers.swg Octave: add {save,load}_{ascii,binary,hdf} functions that silently do nothing; 2009-01-10 00:20:46 +00:00
octprimtypes.swg Add test for null pointer handling ([] taken as null pointer). 2008-04-20 14:29:46 +00:00
octrun.swg Octave: remove allocation of new octave_value in SWIG_Octave_SetGlobalValue() 2013-05-12 17:32:08 +01:00
octruntime.swg Octave: install functions only once, when creating module 2013-05-12 17:32:09 +01:00
octstdcommon.swg UTL - Fix some incorrect acceptance of types in the STL, eg a double * element passed into a vector<int *> constructor would be accepted, but the ensuing behaviour was undefined. Now the type conversion correctly raises an exception 2008-11-28 23:35:46 +00:00
octtypemaps.swg Fix an incompatibility with never versions of Octave (by Karl Wette) 2011-05-17 01:59:53 +00:00
octuserdir.swg Fix ~15 tests, minor doc fixes, improve STL support. 2008-03-05 04:35:34 +00:00
std_alloc.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_basic_string.i Some octave SWIG test-suite warning fixes 2010-05-10 17:58:06 +00:00
std_carray.i Commited SF#2158938: change all SWIG symbols start with Py to a new name. 2008-12-03 18:43:44 +00:00
std_char_traits.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_common.i Fix #3475492 - iterating through std::vector wrappers of enumerations. 2012-03-13 07:10:24 +00:00
std_complex.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_container.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_deque.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_except.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_list.i add missing file Lib/octave/std_list.i 2012-02-27 18:29:50 +00:00
std_map.i Fix compile errors in Octave std::map wrappers. Remove li_std_map_runme.oct which looks like Python code 2010-05-10 18:21:34 +00:00
std_pair.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_string.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
std_vector.i Fix ~15 tests, minor doc fixes, improve STL support. 2008-03-05 04:35:34 +00:00
stl.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
typemaps.i Initial commit of Octave module. 2008-03-01 23:35:44 +00:00