Commit graph

16,514 commits

Author SHA1 Message Date
Simon Marchetto
d1dface31c scilab: fix arrays_global (<> => isequal) 2014-03-17 11:57:24 +01:00
Simon Marchetto
2e61fda041 scilab: fix test: <> => isequal to compare matrices 2014-03-14 16:57:17 +01:00
Simon Marchetto
423faa7783 scilab: in int typemap use API CreateMatrixOfDoubleAsInteger 2014-03-14 16:49:45 +01:00
Simon Marchetto
16e68c7c72 scilab: implement smart_pointer_simple test 2014-03-14 16:46:46 +01:00
Simon Marchetto
ca3bee92b2 scilab: improve doc on structs + small fixes on classes 2014-03-14 16:28:07 +01:00
Simon Marchetto
90479bc5a3 scilab: fix li_typemaps test (float) 2014-03-14 16:11:08 +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
ed36fb862a scilab: in doc, add notes on double => int conversion & column major order, change arrays example 2014-03-14 11:04:47 +01:00
Simon Marchetto
7e0c5dd609 scilab: in doc, add example for array typemaps 2014-03-13 19:07:58 +01:00
Simon Marchetto
c52fe53332 scilab: document matrix.i 2014-03-13 17:50:21 +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
8096b3d1cd scilab: in doc, move arrays and pointer-to-pointers into typemaps chapter 2014-03-13 12:34:09 +01:00
Simon Marchetto
21a3e761cc scilab: in doc group together constants and enums 2014-03-13 11:36:50 +01:00
Simon Marchetto
a11dae05f3 Scilab: new chapter for typemaps, fix some numbering and section titles 2014-03-13 10:22:27 +01:00
Simon Marchetto
e03f8db39f scilab: do not echo builder command lines 2014-03-13 09:53:32 +01:00
Simon Marchetto
298452fc5d scilab: do not exit Scilab from builder.sce but in makefile 2014-03-13 09:48:06 +01:00
Simon Marchetto
f3b0497d62 scilab: fix doc on matrices (and arrays) 2014-03-12 17:30:07 +01:00
Simon Marchetto
139d74759d scilab: modify arrays example 2014-03-12 14:39:12 +01:00
Simon Marchetto
310b5e4408 scilab: small fix on doc chapters 2014-03-12 14:27:19 +01:00
Simon Marchetto
120cfa78cc scilab: minor renaming 2014-03-12 13:06:06 +01:00
Simon Marchetto
1bcc17069c scilab: check char* array typemaps in scilab_li_matrix test 2014-03-12 13:04:52 +01:00
Simon Marchetto
89d4dac99d scilab: char* array matrix and vector typemaps 2014-03-12 13:04:12 +01:00
Simon Marchetto
d4168ef47c scilab: fix scilab_li_matrix wrong checks 2014-03-12 11:36:45 +01:00
Simon Marchetto
8701e6f843 scilab: support of std::deque 2014-03-11 18:34:14 +01:00
Simon Marchetto
7120e576c8 scilab: fix doc on STL, module 2014-03-11 18:19:21 +01:00
Simon Marchetto
3bbdffa833 scilab: fix doc on arrays 2014-03-11 17:49:01 +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
2db941df1e scilab: fix li_std_set_as_argument test 2014-03-10 15:24:06 +01:00
Simon Marchetto
3c011488bb scilab: fix arrays_dimensionless test 2014-03-10 15:23:44 +01:00
Simon Marchetto
36d11147de scilab: simplify and fix li_std_sequence_container_typemaps test 2014-03-10 15:23:25 +01:00
Simon Marchetto
7da356c8cc scilab: simplify and fix li_std_sequence_container_typemaps test 2014-03-10 15:22:19 +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
eb7d2bd43b scilab: add tests in arrays_global test (double management) 2014-03-05 12:37:43 +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
3b21f52620 scilab: add tests in arrays_global test 2014-03-04 18:17:37 +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
9ecb38976d scilab: implement cpp_enum test 2014-03-03 17:55:06 +01:00