Commit graph

2,631 commits

Author SHA1 Message Date
Simon Marchetto
675c4cee0f scilab: add pointer conversion builtin functions swig_this & swig_ptr 2014-03-28 15:01:01 +01:00
Simon Marchetto
a4979d8d7e scilab: test *matrix, size) array typemaps 2014-03-26 14:39:34 +01:00
Simon Marchetto
c4381e8d57 scilab: add support for multiset 2014-03-26 10:26:07 +01:00
Simon Marchetto
088953187c scilab: fix header comments 2014-03-26 10:10:54 +01:00
Simon Marchetto
843e8f6741 scilab: fix stl_import_b test 2014-03-25 12:03:59 +01:00
Simon Marchetto
9db05db96c scilab: fix crash on member pointer in cpp_basic_test
fixes:
NewMemberObj does not return pointer address.
ConvertPacked not protected against null pointer
2014-03-25 10:20:44 +01:00
Simon Marchetto
1711a7d15d scilab: fix crash (int typecheck) 2014-03-21 15:11:13 +01:00
Simon Marchetto
2e2d1afc4d scilab: STL containers of int accept doubles in input 2014-03-20 17:36:58 +01:00
Simon Marchetto
c37baf0b7c scilab: use uintptr_t for storing pointers in STL container of pointers 2014-03-20 16:02:43 +01:00
Simon Marchetto
d5b2df0a0a scilab: fix comment 2014-03-20 15:04:45 +01:00
Simon Marchetto
0bf11ef2d6 scilab: implement and fix test array_member 2014-03-19 10:45:42 +01:00
Simon Marchetto
9a71f5396b scilab: add carrays.i library 2014-03-18 17:55:45 +01:00
Simon Marchetto
5694b6a96a scilab: refactor arrays_typemap 2014-03-18 17:55:18 +01:00
Simon Marchetto
01cf2e3308 scilab: rollback on sciint CreateMagtrixOfDoubleAsInteger does not exist in 5.3.3 2014-03-17 12:29:36 +01:00
Simon Marchetto
d1dface31c scilab: fix arrays_global (<> => isequal) 2014-03-17 11:57:24 +01:00
Simon Marchetto
423faa7783 scilab: in int typemap use API CreateMatrixOfDoubleAsInteger 2014-03-14 16:49:45 +01:00
Simon Marchetto
0a18f873a6 scilab: fix memory leak in matrix typemaps 2014-03-14 14:26:42 +01:00
Simon Marchetto
cdf1144d35 scilab: rename "vector" to "matrix" in matrix typemaps 2014-03-14 11:58:05 +01:00
Simon Marchetto
4b988cf552 scilab: no block in matrix typemaps 2014-03-14 11:44:10 +01:00
Simon Marchetto
d47d3c0633 scilab: return SWIG_OK or SWIG_ERROR (instead of 0) 2014-03-14 11:11:49 +01:00
Simon Marchetto
f5275926d1 scilab: fix asterisk placement 2014-03-13 15:18:56 +01:00
Simon Marchetto
aaa772f330 scilab: remove swig warning 2014-03-13 14:38:32 +01:00
Simon Marchetto
120cfa78cc scilab: minor renaming 2014-03-12 13:06:06 +01:00
Simon Marchetto
89d4dac99d scilab: char* array matrix and vector typemaps 2014-03-12 13:04:12 +01:00
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