Commit graph

130 commits

Author SHA1 Message Date
Simon Marchetto
32c76be163 scilab: change swig options, new option -gatewayxml, remove -internalmodule 2014-10-17 17:33:27 +02:00
Simon Marchetto
db7cf46282 scilab: fix segfault 2014-09-29 14:52:51 +02:00
Simon Marchetto
8b998cb538 scilab: truncates too long (struct, class) member names 2014-09-26 17:23:27 +02:00
Simon Marchetto
3ca185197c scilab: truncates too long identifier names (in addition to display warnings) 2014-09-25 14:29:52 +02:00
Simon Marchetto
8e791562a4 scilab: rearrange some comments 2014-09-24 08:59:55 +02:00
Simon Marchetto
c88292ad89 scilab: in builder.sce use absolute path for source files 2014-09-15 11:50:54 +02:00
Simon Marchetto
f58be33005 scilab: rename function name management routines 2014-09-11 14:46:44 +02:00
Simon Marchetto
35b6732b3d scilab: fix wrong code in generated script builder.sce 2014-09-10 15:13:43 +02:00
William S Fulton
eff8c09ac7 Scilab long identifier name warning message improvement 2014-08-28 07:20:45 +01:00
Simon Marchetto
cc8b859162 scilab: use language specific warnings for too long identifier names 2014-07-21 12:47:27 +02:00
Simon Marchetto
dead560910 scilab: fix String & printf previous commit 2014-07-21 12:36:35 +02:00
Simon Marchetto
0e03e22e9d scilab: display truncated name in long identifier name warnings 2014-07-21 11:09:38 +02:00
Simon Marchetto
0278261604 scilab: display by default warnings for long identifier names 2014-07-21 10:54:41 +02:00
Simon Marchetto
46d1ae77cd scilab: use String and Printf in scilab.cxx 2014-07-21 10:47:20 +02:00
Simon Marchetto
386d9f2a54 scilab: remove debug stuff 2014-07-02 17:34:50 +02:00
Simon Marchetto
fa405fafc1 scilab: fix build error management 2014-07-02 16:06:57 +02:00
Simon Marchetto
8b1daa91b4 scilab: debug travis 2014-07-01 17:28:40 +02:00
Simon Marchetto
5d3a5632c4 scilab: debug travis 2014-07-01 10:50:38 +02:00
Simon Marchetto
f1bc012fb2 scilab: debug travis 2014-06-27 12:56:45 +02:00
Simon Marchetto
4660e693e9 scilab: generate builder.sce in currrent dir 2014-06-27 10:15:38 +02:00
William S Fulton
081cb1af53 Beautify scilab.cxx 2014-06-26 20:30:26 +01:00
William S Fulton
e9c8e98260 Use Insert instead of DohInsertitem 2014-06-26 20:30:25 +01:00
Simon Marchetto
821118de9b scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00
William S Fulton
4f949e7d4a Scilab -help options in alphabetical order 2014-06-20 08:09:19 +01:00
Simon Marchetto
a531ea2f27 scilab: fix command line option names 2014-06-12 18:09:19 +02:00
Simon Marchetto
9dda9285ea scilab: fix allprotected test (scilab 6) 2014-06-06 12:03:03 +02:00
Simon Marchetto
8e4041478f scilab: fix Scilab variable creation for scilab 6 2014-06-05 18:34:19 +02:00
Simon Marchetto
d8e22f0e21 scilab: fix test bools (scilab 6) 2014-06-02 18:16:39 +02:00
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
a74874f288 scilab: support of Scilab 6: gateway signatures 2014-05-22 10:59:57 +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
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
27a9fe476e scilab: add missing helper and init functions in gateway XML 2014-04-15 15:21:48 +02:00
Simon Marchetto
ee8cfd3043 scilab: new option -gwid to generate gateway xml file 2014-04-14 12:44:20 +02:00
Simon Marchetto
675c4cee0f scilab: add pointer conversion builtin functions swig_this & swig_ptr 2014-03-28 15:01:01 +01:00
Simon Marchetto
c5dbb16a93 scilab: always use -g for compiling 2014-03-21 15:09:12 +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
9a8b1207ca scilab: fix scilab_enums test: enum returned as double, and enum value computing 2014-02-11 16:28:57 +01:00
Simon Marchetto
92afbf08dc Scilab: support of multiple -addldflag 2013-10-09 15:46:59 +02:00
Simon Marchetto
00d8f9efba Scilab: fix -addsrc option reading 2013-10-09 15:18:36 +02:00
Simon Marchetto
5e1590cd9c Scilab: fix swig help on options 2013-10-09 15:16:57 +02:00
Simon Marchetto
13db0e874a Scilab: support of multiple -addcflag 2013-10-09 15:14:13 +02:00
William S Fulton
f6b264cb1c Cosmetic code formatting fixes 2013-10-04 23:14:02 +01:00
Simon Marchetto
caf2db6b8d Scilab: fix dynamic_cast test error 2013-09-24 11:39:55 +02:00
Simon Marchetto
3ebd3da30e Scilab: if -Wextra, warning at generation for too long identifier names 2013-09-23 13:48:50 +02:00
Simon Marchetto
40a5fe1224 Scilab: remove generated code typemap comments 2013-09-23 10:22:36 +02:00
Simon Marchetto
6318290a3b Scilab: add SWIG banner in builder.sce 2013-09-23 09:49:13 +02:00
Simon Marchetto
77da84f549 Scilab: init function name SWIG_Init() changed to <module>_Init() 2013-09-18 10:24:47 +02:00