Commit graph

2,607 commits

Author SHA1 Message Date
Simon Marchetto
8701e6f843 scilab: support of std::deque 2014-03-11 18:34:14 +01:00
Simon Marchetto
e82225608e scilab: fix error message in macro 2014-03-11 15:47:14 +01:00
Simon Marchetto
38cd5bd405 scilab: check overflow in array typemaps 2014-03-11 15:46:47 +01:00
Simon Marchetto
b60100453f scilab: add missing scimatrixbool.swh 2014-03-11 14:08:28 +01:00
Simon Marchetto
e3a3540542 scilab: fix typemap bool array regression error 2014-03-11 11:14:24 +01:00
Simon Marchetto
013b9f9769 Merge branch 'master' into gsoc2012-scilab 2014-03-11 10:24:09 +01:00
Simon Marchetto
a84c78e411 scilab: minor fixes in matrix typemaps 2014-03-11 10:04:34 +01:00
Simon Marchetto
22dad86b40 scilab: fix typemaps for bool matrix 2014-03-11 09:56:21 +01:00
Simon Marchetto
dc5de4b5c9 scilab: fix constructor_copy and other STL container tests
finally vector<class> and vector<enum> are not supported
2014-03-10 15:21:46 +01:00
Simon Marchetto
143b1a395e scilab: remove useless fragment dependencies 2014-03-05 12:27:40 +01:00
Simon Marchetto
9442156367 scilab: fix int array typemaps: accept in input and return by default double matrixes 2014-03-05 12:24:14 +01:00
Simon Marchetto
e162ce1e01 scilab: remove useless code in scidouble 2014-03-04 18:18:27 +01:00
Simon Marchetto
d0ccbdc6be scilab: move array typemaps in separate lib sciarray + add float array typemaps 2014-03-04 18:15:08 +01:00
Simon Marchetto
85b1db1a91 scilab: implement null_pointer test 2014-03-04 09:51:43 +01:00
Simon Marchetto
beea11cb00 scilab: fix comment 2014-02-25 15:32:34 +01:00
Simon Marchetto
139449f424 scilab: implement test li_std_string 2014-02-24 09:36:20 +01:00
Simon Marchetto
7b8becda00 scilab: fix naming in scichar.swg (SwigScilabString... => SWIG_SciString...) 2014-02-21 11:01:15 +01:00
Simon Marchetto
fc99562eff scilab: new test scilab_li_matrix for matrix.i library 2014-02-20 17:46:31 +01:00
Simon Marchetto
5c3ed484b5 scilab: returns string array in row vector instead of a column vector 2014-02-19 16:58:00 +01:00
Simon Marchetto
14eebbf013 scilab: fix SWIG_Scilab_ErrorMsg(): use Scierror() instead of sciprint() 2014-02-14 15:13:40 +01:00
Simon Marchetto
d004632db5 scilab: typecheck for enum 2014-02-14 14:12:01 +01:00
Simon Marchetto
9a8b1207ca scilab: fix scilab_enums test: enum returned as double, and enum value computing 2014-02-11 16:28:57 +01:00
Simon Marchetto
680f101717 scilab: fix enum typemap, enum was not returned 2014-02-11 16:24:08 +01:00
Simon Marchetto
f624025e48 scilab: From typemaps do not have to return output argument position 2014-02-11 10:06:15 +01:00
Simon Marchetto
af94aa91e7 scilab: fix compilation error in 5.3.3 2014-02-10 10:24:46 +01:00
Simon Marchetto
dd4547acc7 scilab: fix long long typemap comment 2014-02-07 18:18:25 +01:00
Simon Marchetto
90c4cb2c26 scilab: small refactoring of scienum.swg 2014-02-07 17:29:18 +01:00
Simon Marchetto
3607b2db10 scilab: fix (check integer type) and optimize typecheck typemaps 2014-02-07 16:38:15 +01:00
Simon Marchetto
c47456a9bb scilab:implement li_typemaps test (library typemaps.i test) 2014-02-07 12:23:39 +01:00
Simon Marchetto
ccab675c57 scilab: check value and overflow errors in integer typemaps 2014-02-07 11:53:19 +01:00
Simon Marchetto
e8fd0e506e scilab: fix and optimize integer typemaps 2014-01-31 18:04:21 +01:00
Simon Marchetto
cfc9f1398e scilab: put size_t & ptrdiff_t typemaps in separate file 2014-01-31 18:04:21 +01:00
Simon Marchetto
e9d36b6bc2 scilab: refactor runtime code 2014-01-31 18:04:21 +01:00
Simon Marchetto
530704486d scilab: small clean 2014-01-31 18:04:20 +01:00
Simon Marchetto
9aa006e62b scilab: remove typemap useless stuff 2014-01-31 18:03:52 +01:00
Simon Marchetto
7f14aa583a scilab: optimize typemap AsInt 2014-01-31 18:03:52 +01:00
Simon Marchetto
a8d020f171 scilab: simplify 'from' integer typemaps: use createScalar* functions 2014-01-31 18:03:30 +01:00
Simon Marchetto
bca49968f1 scilab: fix ret_by_value test 2014-01-30 14:11:18 +01:00
Simon Marchetto
30f4336f59 scilab: use macro SWIG_NbInputArgument() instead of Rhs() 2014-01-30 11:58:02 +01:00
Simon Marchetto
a6f824a9a8 scilab: roll back on primitive typemaps: return Scilab double on signed integers 2014-01-30 11:00:47 +01:00
Simon Marchetto
ec2d851f4f scilab: move scilab preprocessor directive before includes 2014-01-29 10:55:20 +01:00
Simon Marchetto
c4f0003465 Scilab: fix compilation error 2013-11-15 12:05:47 +01:00
Simon Marchetto
9b9b9cb999 Scilab: fix scalar typemaps & separate "interface" from "implementation" 2013-10-10 14:50:51 +02:00
Simon Marchetto
fd92e9e72f Scilab: fix SWIG_Scilab_SetOutput (scilab version macro changed) 2013-10-09 17:09:11 +02:00
Simon Marchetto
626a1f5482 Scilab: use fname argument not global variable 2013-10-09 13:02:54 +02:00
Simon Marchetto
562c2d1a42 Scilab: fix compilation error on SWIG_SciInt32_FromSize 2013-10-09 13:01:16 +02:00
Simon Marchetto
8a3278ade2 Scilab: fix compilation error on createMatrixOfString 2013-10-09 12:58:04 +02:00
Simon Marchetto
8626d96aff Scilab: refactor enum typemap 2013-09-27 10:30:12 +02:00
Simon Marchetto
018134f96c Scilab: add fname parameter at typemap function (for consistency) 2013-09-27 10:22:25 +02:00
Simon Marchetto
32e1acfe4f Scilab: fix last commit 2013-09-27 10:04:33 +02:00