Salome HOME
First preliminary version
authorbri <bri@opencascade.com>
Mon, 10 Feb 2014 13:52:32 +0000 (17:52 +0400)
committerbri <bri@opencascade.com>
Mon, 10 Feb 2014 13:52:32 +0000 (17:52 +0400)
commit2560fcf1fa85c3851e7e11fd850baaa66d2b2de5
tree4a2fb0225cf095080160b0eb22478d5bf01d05b1
First preliminary version
43 files changed:
CMakeLists.txt [new file with mode: 0644]
scripts/README [new file with mode: 0644]
scripts/SALOME_CVS_checkout_branch_BR_siman_phase1.sh [new file with mode: 0644]
scripts/build.csh [new file with mode: 0644]
scripts/build.sh [new file with mode: 0644]
scripts/env_build.csh [new file with mode: 0644]
scripts/env_build.sh [new file with mode: 0644]
scripts/env_products.csh [new file with mode: 0644]
scripts/env_products.sh [new file with mode: 0644]
scripts/env_siman.sh [new file with mode: 0644]
scripts/run_salome_siman.sh [new file with mode: 0644]
scripts/siman_build.sh [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/CheckIn.cpp [new file with mode: 0644]
src/CheckIn.h [new file with mode: 0644]
src/CheckInResponse.cpp [new file with mode: 0644]
src/CheckInResponse.h [new file with mode: 0644]
src/CreateConfigFile.cpp [new file with mode: 0644]
src/CreateConfigFile.h [new file with mode: 0644]
src/CreateConfigFileResponse.cpp [new file with mode: 0644]
src/CreateConfigFileResponse.h [new file with mode: 0644]
src/GetFile.cpp [new file with mode: 0644]
src/GetFile.h [new file with mode: 0644]
src/GetFileResponse.cpp [new file with mode: 0644]
src/GetFileResponse.h [new file with mode: 0644]
src/ISimanSalomeServiceCallback.h [new file with mode: 0644]
src/PutFile.cpp [new file with mode: 0644]
src/PutFile.h [new file with mode: 0644]
src/PutFileResponse.cpp [new file with mode: 0644]
src/PutFileResponse.h [new file with mode: 0644]
src/SimanIO_Activity.cxx [new file with mode: 0644]
src/SimanIO_Activity.hxx [new file with mode: 0644]
src/SimanIO_Configuration.cxx [new file with mode: 0644]
src/SimanIO_Configuration.hxx [new file with mode: 0644]
src/SimanIO_Document.cxx [new file with mode: 0644]
src/SimanIO_Document.hxx [new file with mode: 0644]
src/SimanIO_Link.cxx [new file with mode: 0644]
src/SimanIO_Link.hxx [new file with mode: 0644]
src/SimanSalomeServiceStub.cpp [new file with mode: 0644]
src/SimanSalomeServiceStub.h [new file with mode: 0644]
src/TestCreateConfigFile.cpp [new file with mode: 0644]
src/old_CMakeLists.txt [new file with mode: 0644]
src/old_SimanIO_Configuration.cxx [new file with mode: 0644]