Commit graph

16,251 commits

Author SHA1 Message Date
Simon Marchetto
2cf606c638 Scilab: add %feature scilab:const (constants are wrapped by Scilab variables) 2013-09-02 10:59:48 +02:00
Simon Marchetto
fcfb90219e Scilab: list helper getScilabListAndSize() 2013-09-02 10:55:07 +02:00
William S Fulton
05cc859d38 Scilab example Makefiles update.
Make consistent with other languages.
Output is also suppressed when run from top level directory - see
RUNPIPE.
2013-08-30 23:53:57 +01:00
William S Fulton
f49ec3c2d6 Improve .gitignore for examples 2013-08-30 23:51:28 +01:00
William S Fulton
fe12f8ccd7 Scilab configure tidy up 2013-08-30 22:20:19 +01:00
William S Fulton
9b51d7d869 Example makefile tidy up 2013-08-30 22:14:21 +01:00
William S Fulton
2114c65201 Fix merge mess - restore changes as they are on master 2013-08-30 21:56:55 +01:00
William S Fulton
f8a4f8ef2a Minor makefile tidyup 2013-08-30 19:52:11 +01:00
William S Fulton
3dd4b50da8 Tidy up .gitignore 2013-08-30 19:52:11 +01:00
William S Fulton
d4df5fb07b Code style fixes.
Output after running 'make beautify-file' on scilab file
2013-08-30 19:51:58 +01:00
William S Fulton
ef02bc434e Remove non scilab changes - swigwin
CMake should be used instead of a specific version of Visual Studio
project files if Visual Studio support is required.
2013-08-30 19:07:53 +01:00
William S Fulton
678058dbc7 Revert non-scilab changes: Octave modifications 2013-08-30 19:07:10 +01:00
Sylvestre Ledru
9f08e04428 Merge pull request #78 from smarchetto/gsoc2012-scilab
Scilab: support of Scilab 5.3.3 + improve the test suite
2013-08-26 08:32:46 -07:00
Simon Marchetto
e1264181a0 Scilab: disable configure cache at end of test-suite 2013-08-26 15:22:58 +02:00
Simon Marchetto
2e30637a21 Scilab: fix clean config cache 2013-08-22 18:32:34 +02:00
Simon Marchetto
474bdcef91 Scilab: configure cache in test run dir 2013-08-22 16:10:59 +02:00
Simon Marchetto
908c9d1f14 Scilab: fix use of configure cache for multicpptest test-suite 2013-08-22 14:37:28 +02:00
Simon Marchetto
6201dec455 Scilab: use configure cache for test-suite 2013-08-22 10:49:48 +02:00
Simon Marchetto
fa166983aa Scilab: remove unneeded examples from check list 2013-08-21 14:37:35 +02:00
Simon Marchetto
7655b6df6d Scilab: fix arrays_global test case 2013-08-21 14:35:48 +02:00
Simon Marchetto
67d4079e1f Scilab: fix tests failing in 5.3.3 (conflict with Scilab function Error) 2013-08-21 11:11:41 +02:00
Simon Marchetto
7a0aaa39b3 Scilab: add STL list example in check list 2013-08-20 10:26:56 +02:00
Simon Marchetto
62b61b5349 Scilab: fix examples (no paging which stops tests) 2013-08-20 10:26:08 +02:00
Simon Marchetto
0fc9e4d0a4 Scilab: support of Scilab 5.3.3 (api_scilab: Rhs, Lhs, ..) 2013-08-19 17:57:56 +02:00
Simon Marchetto
3a190fec2b Scilab: check Scilab version & support of Scilab 5.3.3 (program arguments) 2013-08-19 17:40:31 +02:00
Simon Marchetto
f7c11a8882 Revert "Scilab: support of Scilab 5.3.3"
This reverts commit d6eb7323b6.
2013-08-09 14:55:29 +02:00
Simon Marchetto
498ca722e5 Revert "Scilab: fix debug infos in config.log"
This reverts commit 2f910faebb.
2013-08-09 14:54:36 +02:00
Simon Marchetto
ff25d2c536 Revert "Scilab: add Scilab in makefile check version targets"
This reverts commit 66edc244b9.
2013-08-09 14:46:39 +02:00
Sylvestre Ledru
4fa29e95ca Merge pull request #74 from smarchetto/gsoc2012-scilab
Scilab: Fix test-suite crashes, fix configure log, and display Scilab version
2013-08-09 04:16:03 -07:00
Simon Marchetto
66edc244b9 Scilab: add Scilab in makefile check version targets 2013-08-09 12:16:00 +02:00
Simon Marchetto
2f910faebb Scilab: fix debug infos in config.log
display scilab executable, version and startup options, remove cc options
2013-08-09 12:11:38 +02:00
Simon Marchetto
2026078a49 Scilab: fix seg fault on tests naturalvar, li_std_string 2013-08-09 11:45:40 +02:00
Sylvestre Ledru
7791756673 Merge pull request #72 from smarchetto/gsoc2012-scilab
Scilab: support of Scilab 5.3.3
2013-08-07 09:26:49 -07:00
Simon Marchetto
d6eb7323b6 Scilab: support of Scilab 5.3.3
Fix: for test suite and examples, run Scilab with -noatomsautoload if Scilab version >=5.4 only
2013-08-07 18:21:18 +02:00
Sylvestre Ledru
9a71a7ae9a Merge pull request #71 from smarchetto/gsoc2012-scilab
Merge, fix makefiles, and add build verbosity level
2013-08-07 05:28:31 -07:00
Simon Marchetto
7a3428d912 Scilab: fix test case clean 2013-08-07 14:14:41 +02:00
Simon Marchetto
9dc203e7dd Scilab: Example makefile accepts Scilab specific options 2013-08-07 14:03:14 +02:00
Simon Marchetto
021cb99b4c Scilab: add build verbosity level (ilib_verbose) option 2013-08-07 12:27:43 +02:00
William S Fulton
f899164cc5 Update .travis.yml
Add gsoc2012-scilab branch to Travis builds. Remove other languages for building on Travis except for Python as a sanity check.
2013-08-06 13:47:39 +01:00
Simon Marchetto
173f83ede8 Scilab: git ignore generated files 2013-08-06 10:58:07 +02:00
Simon Marchetto
89f6510fc4 Scilab: fix usage text 2013-08-06 10:48:56 +02:00
Simon Marchetto
2bd8c0eada Merge branch 'gsoc2012-scilab' of https://github.com/swig/swig into gsoc2012-scilab 2013-08-06 10:23:07 +02:00
Sylvestre Ledru
c5b766de01 Merge branch 'gsoc2012-scilab' of github.com:swig/swig into gsoc2012-scilab 2013-08-06 10:16:28 +02:00
Sylvestre Ledru
72c80652e7 Add support of Scilab in the travis build system 2013-08-06 10:12:34 +02:00
Sylvestre Ledru
adc73b7e99 Update of the Close to reflect changes in swig (5a1e82a2f4 ?) 2013-08-06 10:12:17 +02:00
Sylvestre Ledru
21e17eaa73 Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts:
	Examples/Makefile.in
2013-08-06 10:06:31 +02:00
Simon Marchetto
774dddca00 Scilab: fix li_std_vector & ignore_template_constructor test case
fix: return a runtime error for not supported type containers
2013-08-02 12:09:11 +02:00
Sylvestre Ledru
dde9dea5b0 Merge pull request #67 from smarchetto/gsoc2012-scilab
Scilab: generic support of STL containers
2013-08-01 04:43:34 -07:00
Simon Marchetto
6735b9727f Scilab: fix arrays_global test_case 2013-07-31 18:28:45 +02:00
Simon Marchetto
255603639f Scilab: rollback, support of container<class*> only (not <class>) 2013-07-31 18:28:23 +02:00