Commit graph

16,544 commits

Author SHA1 Message Date
Simon Marchetto
e87fce527e scilab: group together STL container typemaps tests (associative + sequence) in same test 2014-03-25 17:21:49 +01:00
Simon Marchetto
4edea13385 scilab: implement member_pointer test 2014-03-25 12:04:29 +01:00
Simon Marchetto
843e8f6741 scilab: fix stl_import_b test 2014-03-25 12:03:59 +01:00
Simon Marchetto
1a9eb22647 scilab implement empty test 2014-03-25 10:23:56 +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
6014361ba9 scilab: implement cpp_basic 2014-03-25 10:17:24 +01:00
Simon Marchetto
2073c7a1cc scilab: implement test global_vars 2014-03-24 10:34:52 +01:00
Simon Marchetto
26cc1ea36e scilab: document C++ inheritance 2014-03-21 17:56:15 +01:00
Simon Marchetto
849302913f scilab: fix doc on structs & classes 2014-03-21 16:54:19 +01:00
Simon Marchetto
efdb52fa83 scilab: implement template_ns test 2014-03-21 15:11:45 +01:00
Simon Marchetto
1711a7d15d scilab: fix crash (int typecheck) 2014-03-21 15:11:13 +01:00
Simon Marchetto
c5dbb16a93 scilab: always use -g for compiling 2014-03-21 15:09:12 +01:00
Simon Marchetto
c89b1afaa6 scilab: implement template_static test 2014-03-21 12:08:43 +01:00
Simon Marchetto
0c4f2ea697 scilab: implement test template_rename 2014-03-21 11:55:23 +01:00
Simon Marchetto
30a1a84a58 scilab: implement test template_classes 2014-03-21 11:55:15 +01:00
Simon Marchetto
25cadaa9fe scilab: implement primitive_ref test 2014-03-21 11:25:28 +01:00
Simon Marchetto
c85a0a331f scilab: add assert equal function for tests 2014-03-21 11:24:50 +01:00
Simon Marchetto
2e2d1afc4d scilab: STL containers of int accept doubles in input 2014-03-20 17:36:58 +01:00
Simon Marchetto
4cca1f67cb scilab: little fixes in doc 2014-03-20 16:32:07 +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
21feb0fa13 scilab: remove useless include 2014-03-20 15:04:27 +01:00
Simon Marchetto
b4a4dc7e26 scilab: complete doc on STL 2014-03-20 15:03:31 +01:00
Simon Marchetto
aefdcd65e1 scilab: document struct array member 2014-03-19 12:05:38 +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
7f32e10b61 scilab: fix example matrix2 2014-03-17 12:28:43 +01:00
Simon Marchetto
561d6fb4c7 scilab: fix matrix checking in tests (<> => isequal) 2014-03-17 12:06:43 +01:00
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