Commit graph

2,905 commits

Author SHA1 Message Date
Simon Marchetto
20fc167624 scilab: support typed constants (U UL L) in scilabconst(1) 2014-10-16 16:00:51 +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
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
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
William S Fulton
ae6782ea34 Suppress testcase warning 2014-09-03 20:07:50 +01:00
William S Fulton
7acf8de21e Scilab overloaded method testcase warning suppression 2014-09-01 19:56:39 +01:00
William S Fulton
332c02ae2d Scilab minor build system improvement 2014-08-26 19:52:03 +01:00
Simon Marchetto
bb4b6742eb scilab: hide too long identifier warnings 2014-07-24 11:14:07 +02:00
Simon Marchetto
7ce1550664 scilab: fix missing include in li_std_container_typemaps test 2014-07-10 12:54:57 +02:00
Simon Marchetto
34db2b83c5 scilab: library stl.i include same libraries as in other languages 2014-07-10 09:22:32 +02:00
Simon Marchetto
8fdb67cace scilab: rollback INCLUDE 2014-07-03 15:03:34 +02:00
Simon Marchetto
5e7627c3f7 scilab: remove useless SCRIPTDIR 2014-07-03 11:58:47 +02:00
Simon Marchetto
d6cca41d3e scilab: simplify Examples makefile (removing INCLUDE stuff) 2014-07-03 11:32:59 +02:00
William S Fulton
70cee61c2a Cosmetic test case change 2014-06-26 20:30:25 +01:00
William S Fulton
daab0d748c Fix ancient bad merge from trunk 2014-06-26 20:30:25 +01:00
William S Fulton
0ebe64c041 Run overload_arrays testcase in all languages not just Scilab 2014-06-26 20:30:25 +01:00
William S Fulton
a40ab6a7d2 Better Scilab workaround for testcase 2014-06-26 20:30:24 +01:00
William S Fulton
2f01e5468f Fix ancient merge error
in 75d2abfddb
2014-06-26 20:30:24 +01:00
William S Fulton
8143e59d68 Revert "scilab: implement enum_var test"
This reverts commit fbe6c13267.

It looks like an accidental change to me
2014-06-26 20:30:24 +01:00
Simon Marchetto
821118de9b scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00
Simon Marchetto
9fc32cb866 scilab: fix test-suite: change to test dir before running test 2014-06-20 16:48:24 +02:00
Simon Marchetto
2aabb4527e scilab: fix test-suite clean 2014-06-20 12:34:33 +02:00
Simon Marchetto
0f57082cc4 scilab: no need to copy runme script in in-source build 2014-06-20 12:34:33 +02:00
Simon Marchetto
2935426968 scilab: fix nested_structs test 2014-06-19 09:22:00 +02:00
Simon Marchetto
ff6a674cc6 scilab: simplify and complete arrays_dimensionsless test 2014-06-16 17:17:27 +02:00
Simon Marchetto
423b52aa05 scilab: fix array_member test 2014-06-16 17:00:27 +02:00
Simon Marchetto
8a2472c649 scilab: unsigned ints typemaps behave same as ints (2nd commit: arrays) 2014-06-16 16:25:49 +02:00
Simon Marchetto
e324ad1c6c scilab: fix tests for unsigned ints typemap changes 2014-06-16 16:03:50 +02:00
Simon Marchetto
8afd002abe scilab: fix pointer utility functions (return double instead of uint32) 2014-06-16 12:06:30 +02:00
Simon Marchetto
72c6552c2d scilab: unsigned ints typemaps behave same as signed ints (1st commit: scalar) 2014-06-16 12:03:49 +02:00
Simon Marchetto
4ba4591dba scilab: use checkequal() in tests 2014-06-16 10:04:53 +02:00
Simon Marchetto
3ac0dc2be5 scilab: rename matrix typemaps named parameters 2014-06-13 16:21:21 +02:00
Simon Marchetto
fb51700c3a scilab: add library cpointer.i (and test case) 2014-06-11 16:50:25 +02:00
Simon Marchetto
02f0b5ccd0 scilab: remove travis debug 2014-06-10 17:27:49 +02:00
Simon Marchetto
caaba294d6 scilab: fix error in test-suite INCLUDES 2014-06-10 17:09:20 +02:00
Simon Marchetto
44e30da73d scilab: remove travis debug stuff 2014-06-10 16:33:37 +02:00
Simon Marchetto
8dc3b59216 scilab: add SCRDIR as include dir + scilab needs absolute include paths 2014-06-10 16:32:45 +02:00