Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
have a single Cmake file for tesh-msg
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Mar 2016 13:24:58 +0000 (14:24 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Mar 2016 13:24:58 +0000 (14:24 +0100)
commitd0911ae495d53f6f243023e092daf7a777234e12
treeca01040fdb101bdee007584413050d4ad15ed6e6
parent0c56e9ba0d24d9c85d33a22556f10b5c097a6f28
have a single Cmake file for tesh-msg
  +1 for trace (that might move out of the way soon)
20 files changed:
.gitignore
teshsuite/msg/CMakeLists.txt [new file with mode: 0644]
teshsuite/msg/concurrent_rw/concurrent_rw.c [moved from teshsuite/msg/storage/concurrent_rw.c with 100% similarity]
teshsuite/msg/concurrent_rw/concurrent_rw.tesh [moved from teshsuite/msg/storage/concurrent_rw.tesh with 100% similarity]
teshsuite/msg/get_sender/CMakeLists.txt [deleted file]
teshsuite/msg/host_on_off/CMakeLists.txt [deleted file]
teshsuite/msg/host_on_off_processes/CMakeLists.txt [deleted file]
teshsuite/msg/host_on_off_recv/host_on_off_recv.c [moved from teshsuite/msg/host_on_off/host_on_off_recv.c with 100% similarity]
teshsuite/msg/host_on_off_recv/host_on_off_recv.tesh [moved from teshsuite/msg/host_on_off/host_on_off_recv.tesh with 100% similarity]
teshsuite/msg/host_on_off_wait/host_on_off_wait.c [moved from teshsuite/msg/host_on_off/host_on_off_wait.c with 100% similarity]
teshsuite/msg/host_on_off_wait/host_on_off_wait.tesh [moved from teshsuite/msg/host_on_off/host_on_off_wait.tesh with 100% similarity]
teshsuite/msg/listen_async/CMakeLists.txt [deleted file]
teshsuite/msg/pid/CMakeLists.txt [deleted file]
teshsuite/msg/process/CMakeLists.txt [deleted file]
teshsuite/msg/process_join/CMakeLists.txt [deleted file]
teshsuite/msg/storage/CMakeLists.txt [deleted file]
teshsuite/msg/storage_client_server/storage_client_server.c [moved from teshsuite/msg/storage/storage_basic.c with 100% similarity]
teshsuite/msg/storage_client_server/storage_client_server.tesh [moved from teshsuite/msg/storage/storage_basic.tesh with 98% similarity]
teshsuite/msg/task_destroy_cancel/CMakeLists.txt [deleted file]
tools/cmake/DefinePackages.cmake