]> gerrit.simantics Code Review - simantics/python.git/commit
Added support for dynamically typed data access and a Variable interface.
authortuorjr <tuorjr@e36c2e66-7d30-0410-bdb2-d9e1f5a6d952>
Tue, 4 Oct 2016 16:22:17 +0000 (16:22 +0000)
committerReino Ruusu <reino.ruusu@vtt.fi>
Tue, 3 Jan 2017 15:09:31 +0000 (17:09 +0200)
commit15304b7c3168ef89c47dcfcfb4cf34c72000a75f
treed21063a2c15239d3b45225007daa26d736118f2f
parent7a0336fbf77a80fb8ca53dc9df3e76985c7b2860
Added support for dynamically typed data access and a Variable interface.
Note: Proper function of the Variable interface depends on enhancement #6738.

git-svn-id: https://www.simantics.org/svn/simantics-incubator/reino@1694 e36c2e66-7d30-0410-bdb2-d9e1f5a6d952
20 files changed:
org.simantics.pythonlink.win32.x86_64/jnipython.dll
org.simantics.pythonlink.win32.x86_64/src/sclpy.c
org.simantics.pythonlink.win32.x86_64/src/sclpy.h
org.simantics.pythonlink/META-INF/MANIFEST.MF
org.simantics.pythonlink/runAllTests.launch
org.simantics.pythonlink/runScriptTests.launch
org.simantics.pythonlink/scl/Python.scl
org.simantics.pythonlink/scl/PythonVariable.scl [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/Python.java
org.simantics.pythonlink/src/org/simantics/pythonlink/PythonContext.java
org.simantics.pythonlink/src/org/simantics/pythonlink/variable/PythonNode.java [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/variable/PythonNodeManager.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/AllTests.java
org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTests.java
org.simantics.pythonlink/test/org/simantics/pythonlink/test/TestPythonVariable.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/Matplotlib.sts [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/NDArray.sts [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/Python.sts
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/Variable.sts [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/Variant.sts [new file with mode: 0644]