Commit graph

17,958 commits

Author SHA1 Message Date
William S Fulton
698248d2bf beautify scilab.cxx 2014-10-31 23:27:36 +00:00
William S Fulton
f52f4c6e10 Check for pkg-config before attempting to use it in configure
Fixes configure when pkg-config is missing and looking for Scilab and
Javascript
2014-10-31 22:46:52 +00:00
William S Fulton
55b9cfbfe0 Travis: No need for parallel builds for Scilab now since removing builder 2014-10-31 22:29:30 +00:00
William S Fulton
c150fc033d Scilab minor coding improvements 2014-10-31 22:00:48 +00:00
Simon Marchetto
4554294885 Merge branch 'ibell-patch-5' into gsoc2012-scilab 2014-10-27 12:16:20 +01:00
Simon Marchetto
52d2291b66 Merge branch 'patch-5' of https://github.com/ibell/swig into ibell-patch-5
Conflicts:
	Source/Modules/scilab.cxx
2014-10-27 12:15:36 +01:00
Simon Marchetto
52a0ac0b66 scilab: test li_std_string_extra is fixed by previous commit 2014-10-23 11:21:01 +02:00
Simon Marchetto
aba56486fe scilab: fix std::string length issue 2014-10-23 11:08:34 +02:00
Simon Marchetto
1875f841e5 scilab: simplify builder script file 2014-10-22 12:19:01 +02:00
Simon Marchetto
fd1e387a0e scilab: rename build command line options 2014-10-21 17:00:51 +02:00
Simon Marchetto
1a2136a053 scilab: update .gitignore 2014-10-21 14:55:58 +02:00
Simon Marchetto
6abf66324a scilab: add the SWIG banner to the generated gateway XML 2014-10-21 14:55:46 +02:00
Simon Marchetto
30faff1fce scilab: remove outputlibrary option + renaming module to gateway 2014-10-21 14:39:18 +02:00
Simon Marchetto
06614ebb79 scilab: fix compilation warnings in primitive_types test 2014-10-21 10:03:29 +02:00
Simon Marchetto
f93e23b32f scilab: fix matrix2 example compilation warnings 2014-10-20 17:44:46 +02:00
Simon Marchetto
784a901bc4 scilab: fix primitive types test compilation warnings 2014-10-20 17:44:24 +02:00
Simon Marchetto
d3afd65698 scilab: fix compilation error in scilab 5.3.3 2014-10-20 17:03:17 +02:00
Simon Marchetto
8561d36392 scilab: fix scilab include search regression in configure.ac 2014-10-20 15:26:11 +02:00
Simon Marchetto
057faf6cac scilab: fix test-suite makefiles and util scripts for standard build tools 2014-10-20 15:14:05 +02:00
Simon Marchetto
c5ed672e45 scilab: fix matrix2 example module name 2014-10-20 14:57:57 +02:00
Simon Marchetto
c0741a7269 scilab: build now examples/tests with standard tools in (no more builder.sce) 2014-10-20 14:57:32 +02:00
Simon Marchetto
6c84d9bd3c scilab: fix gateway entry point name 2014-10-20 14:53:29 +02:00
Simon Marchetto
f069cba2b4 scilab: swig generates loader script 2014-10-20 14:49:25 +02:00
Simon Marchetto
c440eae1f9 scilab: fix generated gateway source (missing include, entry point name) 2014-10-20 10:16:19 +02:00
Simon Marchetto
af88d49113 scilab: fix segmentation fault 2014-10-17 19:47:00 +02:00
Simon Marchetto
78b3e5bc46 scilab: generate gateway source with swig 2014-10-17 19:46:29 +02:00
Simon Marchetto
32c76be163 scilab: change swig options, new option -gatewayxml, remove -internalmodule 2014-10-17 17:33:27 +02:00
Simon Marchetto
20fc167624 scilab: support typed constants (U UL L) in scilabconst(1) 2014-10-16 16:00:51 +02:00
Simon Marchetto
6791e3ac7a scilab: fix SWIG_SciString_FromChar compilation error on some compilers 2014-10-14 09:26:12 +02:00
Simon Marchetto
07eb661565 scilab: fix union and nested tests (they are C and not CPP tests) 2014-10-13 15:19:05 +02:00
Simon Marchetto
4acda6d25b scilab: fix preproc_line_file test 2014-10-13 12:33:46 +02:00
Simon Marchetto
455e4a468b scilab: fix unions test 2014-10-13 11:34:16 +02:00
Simon Marchetto
43ad424c21 scilab: fix nested test 2014-10-13 11:27:44 +02:00
Simon Marchetto
772023efd9 scilab: fix li_std_combinations test 2014-10-13 11:27:12 +02:00
Simon Marchetto
87f02c4d00 scilab: fix template_nested test 2014-10-13 11:12:31 +02:00
Simon Marchetto
c238e9e62c scilab: fix li_boost_shared_ptr test 2014-10-13 10:35:00 +02:00
Simon Marchetto
35ff88709e scilab: fix tests having too long identifier names 2014-09-29 17:32:49 +02:00
Simon Marchetto
3997b03f4c scilab: fix int typemaps (functions and fragment names) 2014-09-29 14:56:28 +02:00
Simon Marchetto
db7cf46282 scilab: fix segfault 2014-09-29 14:52:51 +02:00
Simon Marchetto
7307d967d0 scilab: fix tests having too long identifier names 2014-09-29 14:52:05 +02:00
Simon Marchetto
78360b4d1b scilab: fix allprotected test 2014-09-26 17:23:41 +02:00
Simon Marchetto
8b998cb538 scilab: truncates too long (struct, class) member names 2014-09-26 17:23:27 +02:00
Simon Marchetto
2bfb473b6f scilab: fix li_std_string_extra test, missing std_char_traits.i 2014-09-26 11:11:44 +02:00
Simon Marchetto
95c842a9c0 scilab: fix li_std_string_extra, missing lib std_basic_string.i 2014-09-26 09:03:09 +02:00
Simon Marchetto
fb1b9432ec scilab: add li_std_string_extra test 2014-09-25 16:08:36 +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
d421884a3b scilab: fix li_std_except test error codes 2014-09-25 09:33:53 +02:00
Simon Marchetto
b42375a257 scilab: fix tests returning wrong error code 2014-09-24 12:24:41 +02:00
Simon Marchetto
a2c2aaec80 scilab: fix test-suite (scripts were not executed) 2014-09-24 11:44:38 +02:00
Simon Marchetto
8e791562a4 scilab: rearrange some comments 2014-09-24 08:59:55 +02:00