]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Test data transfer for CORBA, Implementation ZeroMQ library
authorViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Wed, 27 Oct 2021 11:39:59 +0000 (14:39 +0300)
committerViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Wed, 27 Oct 2021 11:39:59 +0000 (14:39 +0300)
commitc3a37654e9a7187c830c508f93165f8373d92dd6
treebd6bfa2bd065f1a2ea2b491f26f89b0f14adfbaa
parenta98a09635ad776cf8eb98664e0933760eb9edbe4
Test data transfer for CORBA, Implementation ZeroMQ library
22 files changed:
CMakeLists.txt
CTestTestfileInstall.cmake.in
SalomeKERNELConfig.cmake.in
bin/ORBConfigFile.py
idl/SALOME_Component.idl
idl/SALOME_PyNode.idl
src/CMakeLists.txt
src/Container/Container_i.cxx
src/Container/SALOME_ContainerPy.py
src/Container/SALOME_Container_i.hxx
src/Container/SALOME_PyNode.py
src/Container/Test/CMakeLists.txt
src/Container/Test/CTestTestfileInstall.cmake
src/Container/Test/testDataLimitation.py [new file with mode: 0644]
src/SalomeZeroMQ/CMakeLists.txt [new file with mode: 0644]
src/SalomeZeroMQ/SALOME_ZeroMQ.hxx [new file with mode: 0644]
src/SalomeZeroMQ/SalomeZeroMQ.cxx [new file with mode: 0644]
src/SalomeZeroMQ/SalomeZeroMQ.hxx [new file with mode: 0644]
src/SalomeZeroMQ/SalomeZeroMQPy.py [new file with mode: 0644]
src/SalomeZeroMQ/Test/CMakeLists.txt [new file with mode: 0644]
src/SalomeZeroMQ/Test/CTestTestfileInstall.cmake [new file with mode: 0644]
src/SalomeZeroMQ/Test/testSalomeZeroMQ.py [new file with mode: 0644]