swig/Lib/scilab
2014-03-11 15:46:47 +01:00
..
boost_shared_ptr.i Start vector management 2012-03-22 11:10:34 +00:00
cmalloc.i add li_cpointer and newobject2 test-suite 2009-08-06 12:36:25 +00:00
exception.i Needed by some tests and avoid the use of obsolete exception.i file 2011-01-04 15:58:53 +00:00
matrix.i scilab: fix typemaps for bool matrix 2014-03-11 09:56:21 +01:00
sciarray.swg scilab: check overflow in array typemaps 2014-03-11 15:46:47 +01:00
scibool.swg scilab: fix typemap bool array regression error 2014-03-11 11:14:24 +01:00
scichar.swg scilab: implement test li_std_string 2014-02-24 09:36:20 +01:00
scicontainer.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scidouble.swg scilab: remove useless code in scidouble 2014-03-04 18:18:27 +01:00
scienum.swg scilab: fix enum typemap, enum was not returned 2014-02-11 16:24:08 +01:00
scifloat.swg scilab: move array typemaps in separate lib sciarray + add float array typemaps 2014-03-04 18:15:08 +01:00
sciint.swg scilab: fix int array typemaps: accept in input and return by default double matrixes 2014-03-05 12:24:14 +01:00
sciiterators.swg Fix Iterators prefixes 2013-09-23 10:10:31 +02:00
scilab.swg Scilab: add %feature scilab:const (constants are wrapped by Scilab variables) 2013-09-02 10:59:48 +02:00
scilist.swg Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
scilong.swg scilab: From typemaps do not have to return output argument position 2014-02-11 10:06:15 +01:00
scilonglong.swg scilab: fix long long typemap comment 2014-02-07 18:18:25 +01:00
scimacros.swg Scilab: add %feature scilab:const (constants are wrapped by Scilab variables) 2013-09-02 10:59:48 +02:00
scimatrixbool.swg scilab: add missing scimatrixbool.swh 2014-03-11 14:08:28 +01:00
scimatrixchar.swg scilab: minor fixes in matrix typemaps 2014-03-11 10:04:34 +01:00
scimatrixdouble.swg scilab: minor fixes in matrix typemaps 2014-03-11 10:04:34 +01:00
scimatrixint.swg scilab: minor fixes in matrix typemaps 2014-03-11 10:04:34 +01:00
scimisctypes.swg scilab: put size_t & ptrdiff_t typemaps in separate file 2014-01-31 18:04:21 +01:00
scipointer.swg Scilab: fix SWIG_NewPointerObj & SWIG_NewFunctionPtrObj error 2013-06-19 09:35:50 +02:00
sciprimtypes.swg scilab: put size_t & ptrdiff_t typemaps in separate file 2014-01-31 18:04:21 +01:00
scirun.swg scilab: implement null_pointer test 2014-03-04 09:51:43 +01:00
sciruntime.swg scilab: refactor runtime code 2014-01-31 18:04:21 +01:00
scisequence.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scisequencebool.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scisequencedouble.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scisequenceint.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scisequencepointer.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scisequencestring.swg scilab: fix constructor_copy and other STL container tests 2014-03-10 15:21:46 +01:00
scishort.swg scilab: fix int array typemaps: accept in input and return by default double matrixes 2014-03-05 12:24:14 +01:00
scisignedchar.swg scilab: fix int array typemaps: accept in input and return by default double matrixes 2014-03-05 12:24:14 +01:00
scistdcommon.swg Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
scitypemaps.swg scilab: move array typemaps in separate lib sciarray + add float array typemaps 2014-03-04 18:15:08 +01:00
sciunsignedchar.swg scilab: From typemaps do not have to return output argument position 2014-02-11 10:06:15 +01:00
sciunsignedint.swg scilab: From typemaps do not have to return output argument position 2014-02-11 10:06:15 +01:00
sciunsignedlong.swg Scilab: fix scalar typemaps & separate "interface" from "implementation" 2013-10-10 14:50:51 +02:00
sciunsignedshort.swg scilab: From typemaps do not have to return output argument position 2014-02-11 10:06:15 +01:00
std_alloc.i * New version for Scilab module using fragments 2011-05-20 08:34:46 +00:00
std_common.i Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
std_container.i One more step to make 'vector' example work for Scilab 2012-04-10 19:39:54 +00:00
std_deque.i Make li_std_*.cpptest work, thanks to Tcl example 2011-05-30 14:00:48 +00:00
std_except.i Make li_std_*.cpptest work, thanks to Tcl example 2011-05-30 14:00:48 +00:00
std_list.i Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
std_map.i Make li_std_*.cpptest work, thanks to Tcl example 2011-05-30 14:00:48 +00:00
std_pair.i Make li_std_*.cpptest work, thanks to Tcl example 2011-05-30 14:00:48 +00:00
std_set.i Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
std_string.i scilab: fix naming in scichar.swg (SwigScilabString... => SWIG_SciString...) 2014-02-21 11:01:15 +01:00
std_vector.i Scilab: fix prefix SciObject 2013-09-23 09:57:12 +02:00
stl.i Scilab: add generic support for STL list 2013-07-19 17:59:49 +02:00
typemaps.i scilab:implement li_typemaps test (library typemaps.i test) 2014-02-07 12:23:39 +01:00