Commit graph

16,623 commits

Author SHA1 Message Date
Simon Marchetto
82fed351dd scilab: for scilab 6, cannot pass API pointer everywhere in SWIG, use global pointer for now 2014-05-22 11:27:25 +02:00
Simon Marchetto
936c168de1 scilab: update makefile for scilab 6 2014-05-22 11:27:10 +02:00
Simon Marchetto
ade4068aa4 scilab: update .gitignore for scilab 6 2014-05-22 10:59:58 +02:00
Simon Marchetto
76ce1fcd8c scilab: simplify version check and fix for scilab 6 2014-05-22 10:59:58 +02:00
Simon Marchetto
a74874f288 scilab: support of Scilab 6: gateway signatures 2014-05-22 10:59:57 +02:00
Simon Marchetto
9889b2d5d2 scilab: in test-suite makefile SCILAB_STARTOPT => SCILAB_OPT 2014-05-22 10:57:56 +02:00
Simon Marchetto
6810c0586c scilab: SWIG_AsValDouble relies on SWIG_SciDouble_AsDouble 2014-05-22 10:07:53 +02:00
Simon Marchetto
a11a3bdd66 scilab: in configure.ac SCILABSTARTOPT => SCILABOPT 2014-05-22 10:04:15 +02:00
Simon Marchetto
4477699ae8 scilab: fix doc after rereading 2014-04-23 17:57:40 +02:00
Simon Marchetto
10eaeba451 scilab: fix typo error 2014-04-23 09:43:30 +02:00
Simon Marchetto
034aa554ba scilab: for internal modules, create a script to generate gateway entry point 2014-04-22 18:20:25 +02:00
Simon Marchetto
7bfffbb0dc scilab: update gitignore 2014-04-22 17:21:54 +02:00
Simon Marchetto
4c426d47a0 scilab: in library name remove suffix lib, add option to choose name instead 2014-04-17 14:39:04 +02:00
Simon Marchetto
656f2b8932 scilab: fix comment and indentation 2014-04-16 18:02:50 +02:00
Simon Marchetto
2933826722 scilab: implement varags_overload test 2014-04-16 18:02:41 +02:00
Simon Marchetto
a33d81fd6b scilab: fix default_args test (crash on casts1) 2014-04-16 16:48:08 +02:00
Simon Marchetto
a00354f2e3 scilab: implement default_args test 2014-04-16 16:47:20 +02:00
Simon Marchetto
18e3f1fe5f implement varargs cpptest 2014-04-15 17:53:37 +02:00
Simon Marchetto
3780a46f39 scilab: implement preproc_constants test 2014-04-15 17:51:23 +02:00
Simon Marchetto
27a9fe476e scilab: add missing helper and init functions in gateway XML 2014-04-15 15:21:48 +02:00
Simon Marchetto
7b2af1de70 scilab: fix import_stl_b test 2014-04-15 15:18:38 +02:00
Simon Marchetto
ee8cfd3043 scilab: new option -gwid to generate gateway xml file 2014-04-14 12:44:20 +02:00
Simon Marchetto
6413915857 scilab: add missing scisequencefloat.swg 2014-04-14 09:40:35 +02:00
Simon Marchetto
5d5021f1ff scilab: implement li_std_deque test 2014-04-11 16:52:19 +02:00
Simon Marchetto
eba82b02f5 scilab: support of container of float 2014-04-11 16:30:34 +02:00
Simon Marchetto
0865d2968c scilab: implement li_std_pair test 2014-04-11 08:42:58 +02:00
Simon Marchetto
7ed91ab8fb scilab: fix compilation error (SWIG_exception) + rename error functions 2014-04-10 17:10:28 +02:00
Simon Marchetto
51c9ee4b45 scilab: use overrided SWIG_exception macro 2014-04-09 10:31:16 +02:00
Simon Marchetto
eb62899fac scilab: document STL exceptions 2014-04-09 10:30:36 +02:00
Simon Marchetto
ee139271d3 scilab: fix throw_exception test 2014-04-09 10:21:52 +02:00
Simon Marchetto
9642b3257f scilab: begin error message with 'SWIG/Scilab' 2014-04-09 10:21:28 +02:00
Simon Marchetto
67963e975e scilab: implement li_std_except test 2014-04-09 10:20:40 +02:00
Simon Marchetto
8685b03297 scilab: remove ending period in error message 2014-04-09 10:04:46 +02:00
Simon Marchetto
b21afc2128 scilab: fix SwigScilabRaise compilation error on examples 2014-04-07 18:03:25 +02:00
Simon Marchetto
e53f1488a7 scilab: fix li_std_string test regression 2014-04-07 17:10:52 +02:00
Simon Marchetto
7f989a968b scilab: fix throw_exception test 2014-04-07 17:10:32 +02:00
Simon Marchetto
9432da4b34 scilab: fix primitive_types test regression 2014-04-07 15:36:37 +02:00
Simon Marchetto
542abaf846 scilab: document namespaces 2014-04-07 12:44:52 +02:00
Simon Marchetto
01aec38ae9 scilab: add missing lib sciexception.swg 2014-04-07 11:40:31 +02:00
Simon Marchetto
7bc8201719 scilab: implement & fix throw_exception test 2014-04-07 11:36:11 +02:00
Simon Marchetto
1c207f76d0 scilab: document C++ exceptions 2014-04-07 11:33:39 +02:00
Simon Marchetto
51e2bcb1fd scilab: fix comments 2014-04-04 11:47:44 +02:00
Simon Marchetto
7af4bc72c6 scilab: clean error management code, remove useless macros 2014-04-04 11:29:46 +02:00
Simon Marchetto
a87c6f9bf2 scilab: in doc add chapter "pointers, references, values, arrays" 2014-04-04 09:34:29 +02:00
Simon Marchetto
cf2158d861 scilab: fix comment 2014-04-03 17:26:11 +02:00
Simon Marchetto
8b6e111cb8 scilab: no block (iterators, typechecks) 2014-04-03 17:26:02 +02:00
Simon Marchetto
cbf4a9e583 scilab: document C++ operators 2014-04-03 17:24:08 +02:00
Simon Marchetto
460326949b scilab: implement operator_overload test 2014-04-03 12:26:44 +02:00
Simon Marchetto
9fbcc0cee4 scilab: some fixes in doc 2014-04-03 09:59:02 +02:00
Simon Marchetto
a9397c3b49 scilab: rewrite doc on templates 2014-04-02 18:05:26 +02:00