Alexey Pelykh
abb888cfdd
Clean-up test suite and fix issue with nspace, as well as keep the fix for Class::Struct::EnumClass being JNI-referenced as Struct_EnumClass
2014-08-31 12:14:29 +03:00
Alexey Pelykh
d318f03efe
C++11 strongly-typed enums fix for Java only (proper)
2014-08-30 11:58:52 +03:00
Alexey Pelykh
d1b1925270
Additional test cases for C++11 strongly-typed enums
2014-08-30 09:08:04 +03:00
Richard
a3946e1520
Remove unneeded parameter
2014-08-28 19:46:52 -05:00
Richard
b8d7cc21b9
Use macros for V8 items
2014-08-28 19:46:52 -05:00
Richard
c23375d39d
Show V8 Deprecated warnings
2014-08-28 19:46:51 -05:00
Richard
2a662502a5
Fixed buffer overrun
2014-08-28 19:46:49 -05:00
Richard
b0afc7a9a5
Allow to specify V8 version, for example:
...
V8_VERSION=0x031511 ENGINE=v8 make check-javascript-test-suite
2014-08-28 19:46:49 -05:00
Richard
19d2976962
Allow to specify V8 version, for example
...
V8_VERSION=0x031511 ENGINE=v8 make check-javascript-examples
2014-08-28 19:46:49 -05:00
William S Fulton
332c02ae2d
Scilab minor build system improvement
2014-08-26 19:52:03 +01:00
Vadim Zeitlin
15b369028f
Allow using enum elements as default values for Python functions.
...
Enum values are just (integer) constants in Python and so can be used as the
function default values just as well as literal numbers, account for this when
checking whether function parameters can be represented in Python.
Also rename is_primitive_defaultargs() to is_representable_as_pyargs() to
describe better what this function does.
2014-08-17 01:08:32 +02:00
Robert Stone
488aed4224
apply SF Patch #350 and add testcase
2014-08-15 21:47:10 -07:00
Johan Hake
1dd297ad9d
Fix issue with relative import when using single header file import.
...
-- The commit propagates the package option to the newly create
module node so it is recognized by SWIG
-- Added a relativeimport test for this combination
(in lack of py3 I was not able to test it with py3 but it
"should just work")
2014-08-12 21:48:26 +02:00
Simon Marchetto
31022667d6
scilab: file name is 'example' as in other examples
2014-08-08 17:47:36 +02:00
Simon Marchetto
9b427cc2e0
scilab: add missing exit in template example
2014-08-08 11:57:34 +02:00
Simon Marchetto
98d823face
scilab: template example same as in other languages
2014-07-24 17:25:58 +02:00
Simon Marchetto
f602d6209e
scilab: fix comment typo
2014-07-24 17:14:42 +02:00
Simon Marchetto
7c9a7ea78a
scilab: remove indentation in example
2014-07-24 17:14:24 +02:00
Simon Marchetto
20987c42d0
scilab; new example scilab_const
2014-07-24 17:13:33 +02:00
Simon Marchetto
e37319b9be
scilab: enum example same as in other languages
2014-07-24 17:09:19 +02:00
Simon Marchetto
d8a0594254
scilab: constants example same as in other languages
2014-07-24 16:34:54 +02:00
Simon Marchetto
bb4b6742eb
scilab: hide too long identifier warnings
2014-07-24 11:14:07 +02:00
Yuval Kashtan
093fe2a556
Add support for java.nio.Buffer
...
including test-suite test case and documentation
2014-07-18 15:45:16 +03:00
Simon Marchetto
7ce1550664
scilab: fix missing include in li_std_container_typemaps test
2014-07-10 12:54:57 +02:00
Simon Marchetto
3b116719df
scilab: clean contract example
2014-07-10 12:23:20 +02:00
Simon Marchetto
e3856c1c87
scilab: fix Examples makefile missing separator
2014-07-10 12:19:07 +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
71b838b777
scilab: fix exit code in Example makefile
2014-07-10 09:22:32 +02:00
Simon Marchetto
8fdb67cace
scilab: rollback INCLUDE
2014-07-03 15:03:34 +02:00
Simon Marchetto
4fc2d37c66
scilab: rollback (INCLUDE)
2014-07-03 12:42:30 +02:00
Simon Marchetto
dd1128733f
scilab: remove debug stuff
2014-07-03 12:15:35 +02:00
Simon Marchetto
d50620ddeb
scilab: use TARGET in Examples Makefile
2014-07-03 12:13:49 +02:00
Simon Marchetto
a3eae4c014
scilab: reorder arguments
2014-07-03 11:59:31 +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
Simon Marchetto
57b5eab759
scilab: simplify Examples makefile
2014-07-03 10:47:37 +02:00
Simon Marchetto
2a5858e1e0
scilab: remove debug stuff
2014-07-02 17:44:59 +02:00
Simon Marchetto
386d9f2a54
scilab: remove debug stuff
2014-07-02 17:34:50 +02:00
Simon Marchetto
090a2e0371
scilab: fix copy of additional sources in current dir + delete it
2014-07-02 17:34:25 +02:00
Simon Marchetto
98f4668319
scilab: test fix example contract by copying first sources in current dir
2014-07-02 17:03:25 +02:00
Simon Marchetto
fa405fafc1
scilab: fix build error management
2014-07-02 16:06:57 +02:00
William S Fulton
83749b3937
Fix expansion of the $parentclassname special variable
...
It incorrectly contains brackets in the expanded name.
Fixes SF Bug 1375.
2014-07-01 20:27:48 +01:00
Simon Marchetto
a663c43b44
scilab: rollback
2014-07-01 17:22:49 +02:00
Simon Marchetto
2caffc3895
scilab: test copy
2014-07-01 17:05:50 +02:00
Simon Marchetto
a03614360a
scilab: test copy
2014-07-01 16:45:07 +02:00
Simon Marchetto
402f93f282
scilab: test copy
2014-07-01 16:39:47 +02:00
Simon Marchetto
7bb93417d6
scilab: test example contract another source
2014-07-01 15:53:10 +02:00
Simon Marchetto
a15a7e43bd
scilab: test example contract with another source
2014-07-01 15:44:49 +02:00
Simon Marchetto
8e40096394
scilab: test copy source
2014-07-01 10:16:18 +02:00
Simon Marchetto
7c1899a458
scilab: test enum example, source renamed
2014-07-01 09:58:33 +02:00