Commit graph

3,741 commits

Author SHA1 Message Date
Karl Wette
3aacde4f5f Whitespace cleanup of Example Makefiles 2014-04-16 12:06:02 +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
Artem Serebriyskiy
7c8405368e Finish implementation with proxy functions 2014-04-15 03:38:45 +04: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
William S Fulton
0e0f65aead Tidy up Example makefile for Javascript 2014-04-10 08:13:06 +01:00
William S Fulton
921189415a Remove junk files 2014-04-10 07:58:02 +01:00
Simon Marchetto
ee139271d3 scilab: fix throw_exception test 2014-04-09 10:21:52 +02:00
Simon Marchetto
67963e975e scilab: implement li_std_except test 2014-04-09 10:20:40 +02:00
William S Fulton
dc8428889e Ignored enum fixes.
C#/Java - Enums which have been ignored via %ignore and are subsequently
used are handled slightly differently. Type wrapper classes are now generated
which are effectively a wrapper of an empty enum. Previously in Java uncompilable
code was generated and in C# an int was used.
2014-04-08 23:25:27 +01:00
William S Fulton
7bec7c1b60 Further shift operator regression fixes 2014-04-08 19:19:44 +01:00
William S Fulton
0be33b1900 Fix use of shift operators in expressions regression since 3.0.0 2014-04-08 19:19:44 +01:00
William S Fulton
aa4b14a3d2 Fix seg fault with extra ) brackets and >> 2014-04-08 19:19:44 +01:00
Simon Marchetto
7f989a968b scilab: fix throw_exception test 2014-04-07 17:10:32 +02:00
Simon Marchetto
7bc8201719 scilab: implement & fix throw_exception test 2014-04-07 11:36:11 +02:00
William S Fulton
e442903fde Fix segfault when there are too many closing round brackets in parsed code 2014-04-05 00:18:30 +01:00
William S Fulton
1d857beb9d Fix regression in 3.0.0 where legal code following an operator<< definition might give a syntax error.
SF Bug #1365.
2014-04-04 08:31:59 +01:00
Simon Marchetto
460326949b scilab: implement operator_overload test 2014-04-03 12:26:44 +02:00
Simon Marchetto
ca69e5e405 scilab: add a delete in struct example 2014-04-02 11:26:56 +02:00
William S Fulton
2071b7d157 Lua test-suite can now be run out of source 2014-04-01 19:33:20 +01:00
Simon Marchetto
ad6e0145b3 scilab: implement overload_numeric test 2014-04-01 17:45:59 +02:00
Simon Marchetto
9a3562d7ef scilab: new test scilab_multivalue 2014-04-01 15:47:27 +02:00
Karl Wette
16039ce426 Fix out of source test-suite runs for Octave 2014-03-31 22:41:55 +01:00
William S Fulton
0fdfa3b6ce Add runtime test for commit 7a96fba836 2014-03-31 19:29:19 +01:00
William S Fulton
50a9c5fbec Add C++11 constexpr runtime test 2014-03-31 19:29:19 +01:00
Simon Marchetto
2d11ed3932 scilab: new test overload_arrays 2014-03-31 17:00:00 +02:00
Simon Marchetto
9f0929574f scilab: use checkequal in test arrays_global 2014-03-31 16:58:17 +02:00
Simon Marchetto
5849794758 scilab: implement overload_copy test 2014-03-31 16:57:09 +02:00
Oliver Buchtala
a8c3f85378 Insert a workaround for c_delete and c_delete_function for v8. 2014-03-31 02:59:33 +02:00
Oliver Buchtala
158c8b6732 Merge branch 'master' into devel
Conflicts:
	.travis.yml
	Examples/test-suite/common.mk
2014-03-30 23:07:56 +02:00
Simon Marchetto
fc3a43240d scilab: implement overload_complicated test 2014-03-28 17:41:37 +01:00
Simon Marchetto
b74013a6cb scilab: implement overloading_simple test 2014-03-28 17:41:22 +01:00
Simon Marchetto
143e6a301f scilab: use swig_this to test pointers 2014-03-28 15:25:02 +01:00
Simon Marchetto
fa834b506f scilab: update null_pointer test ([] is no more null pointer use swig_ptr(0)) 2014-03-28 15:11:47 +01:00
Simon Marchetto
675c4cee0f scilab: add pointer conversion builtin functions swig_this & swig_ptr 2014-03-28 15:01:01 +01:00
Simon Marchetto
b58d996743 scilab: fix line number error in swigtesterror() 2014-03-28 09:53:54 +01:00
William S Fulton
cd2085aae7 Fixes for C enums used in an API and the definition of the enum has not been parsed.
For D, this fixes a segfault in SWIG.

Java, C#, D, Go now produce code that compiles, although the definition of the
enum is needed in order to use the enum properly from the target language.
2014-03-28 07:54:03 +00:00
William S Fulton
15f4b3b19d Correct messages displayed when running Java test-suite 2014-03-28 07:48:40 +00:00
Simon Marchetto
a56cfc86f5 scilab: fix inherit_missing test which does not quit 2014-03-27 11:25:20 +01:00
Simon Marchetto
0d1ddef0a1 scilab: implement constructor_copy test 2014-03-27 10:36:16 +01:00
Simon Marchetto
cab9a993d5 scilab: implement return_const_value test 2014-03-27 10:27:12 +01:00
Simon Marchetto
c5fc23e17e scilab: implement li_carrays test 2014-03-27 09:44:52 +01:00
Simon Marchetto
b7f97e98b9 scilab: implement inherit_missing test 2014-03-26 17:39:09 +01:00
Simon Marchetto
9918b7c06c scilab: implement voidtest test 2014-03-26 17:37:33 +01:00
Simon Marchetto
d5e8634c53 scilab: implement funcptr_cpp test 2014-03-26 16:35:00 +01:00
Simon Marchetto
a4979d8d7e scilab: test *matrix, size) array typemaps 2014-03-26 14:39:34 +01:00
Simon Marchetto
c4381e8d57 scilab: add support for multiset 2014-03-26 10:26:07 +01:00
Simon Marchetto
135540025b scilab: update tests list 2014-03-25 18:08:31 +01:00