Salome HOME
Initial version.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Mon, 14 Jan 2019 16:50:05 +0000 (17:50 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Mon, 14 Jan 2019 16:50:05 +0000 (17:50 +0100)
commit989ec66aaf9c7e330116b198463a0b3a33f56220
treef3c9510889a7e0b2a321f4c6d292fc087631bd0e
Initial version.
20 files changed:
CMakeLists.txt [new file with mode: 0644]
README [new file with mode: 0644]
example/CMakeLists.txt [new file with mode: 0644]
example/main.cxx [new file with mode: 0644]
example/mymodule.py [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/Errors.cxx [new file with mode: 0644]
src/Errors.hxx [new file with mode: 0644]
src/PyFunction.cxx [new file with mode: 0644]
src/PyFunction.hxx [new file with mode: 0644]
src/PyPtr.cxx [new file with mode: 0644]
src/PyPtr.hxx [new file with mode: 0644]
src/Result.hxx [new file with mode: 0644]
src/Test/CMakeLists.txt [new file with mode: 0644]
src/Test/ConversionTest.cxx [new file with mode: 0644]
src/Test/ConversionTest.hxx [new file with mode: 0644]
src/Test/TestMain.cxx [new file with mode: 0644]
src/Test/TestPy2cpp.py [new file with mode: 0644]
src/TypeConversions.cxx [new file with mode: 0644]
src/TypeConversions.hxx [new file with mode: 0644]