]> gerrit.simantics Code Review - simantics/python.git/commit
Initial commit of Python Integration feature.
authortuorjr <tuorjr@e36c2e66-7d30-0410-bdb2-d9e1f5a6d952>
Mon, 26 Sep 2016 15:33:15 +0000 (15:33 +0000)
committerReino Ruusu <reino.ruusu@vtt.fi>
Tue, 3 Jan 2017 15:09:29 +0000 (17:09 +0200)
commit52bef206878a4384b43494243dd39813b2bdf5ad
tree1bc5ab3e3d59132cc3220c9f7d797aa4229c5e3a
parent034e25e65348f61edc54354e94b0ae9ea8b58317
Initial commit of Python Integration feature.

git-svn-id: https://www.simantics.org/svn/simantics-incubator/reino@1689 e36c2e66-7d30-0410-bdb2-d9e1f5a6d952
24 files changed:
org.simantics.pythonlink.feature/.project [new file with mode: 0644]
org.simantics.pythonlink.feature/build.properties [new file with mode: 0644]
org.simantics.pythonlink.feature/feature.xml [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/.classpath [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/.project [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.pythonlink.win32.x86_64/build.properties [new file with mode: 0644]
org.simantics.pythonlink/.classpath [new file with mode: 0644]
org.simantics.pythonlink/.project [new file with mode: 0644]
org.simantics.pythonlink/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.simantics.pythonlink/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.pythonlink/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.pythonlink/build.properties [new file with mode: 0644]
org.simantics.pythonlink/scl/Simantics/Python.scl [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/Activator.java [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/NDArray.java [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/Python.java [new file with mode: 0644]
org.simantics.pythonlink/src/org/simantics/pythonlink/PythonContext.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTestBase.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTests.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/TestPythonlink.java [new file with mode: 0644]
org.simantics.pythonlink/test/org/simantics/pythonlink/test/scripts/Python.sts [new file with mode: 0644]