Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move libsosp into its own directory
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 4 Jul 2018 07:42:54 +0000 (09:42 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 4 Jul 2018 07:43:51 +0000 (09:43 +0200)
commit4b0aa1525597fd0800c4d00c6df3f3c49d53ee2c
tree9a7413141d7d7f2b52cc20d1982e5e8f02d747e5
parent9ae3c710a6a8ac04570f77d88eb8e0c7a13f101c
move libsosp into its own directory
21 files changed:
src/mc/ChunkedData.cpp [deleted file]
src/mc/ModelChecker.cpp
src/mc/ModelChecker.hpp
src/mc/RegionSnapshot.cpp [deleted file]
src/mc/VisitedState.hpp
src/mc/compare.cpp
src/mc/mc_global.cpp
src/mc/mc_hash.cpp
src/mc/mc_state.hpp
src/mc/remote/RemoteClient.cpp
src/mc/sosp/ChunkedData.cpp [new file with mode: 0644]
src/mc/sosp/ChunkedData.hpp [moved from src/mc/ChunkedData.hpp with 71% similarity]
src/mc/sosp/PageStore.cpp [moved from src/mc/PageStore.cpp with 74% similarity]
src/mc/sosp/PageStore.hpp [moved from src/mc/PageStore.hpp with 98% similarity]
src/mc/sosp/RegionSnapshot.cpp [new file with mode: 0644]
src/mc/sosp/RegionSnapshot.hpp [moved from src/mc/RegionSnapshot.hpp with 65% similarity]
src/mc/sosp/mc_checkpoint.cpp [moved from src/mc/mc_checkpoint.cpp with 64% similarity]
src/mc/sosp/mc_page_snapshot.cpp [moved from src/mc/mc_page_snapshot.cpp with 73% similarity]
src/mc/sosp/mc_snapshot.cpp [moved from src/mc/mc_snapshot.cpp with 72% similarity]
src/mc/sosp/mc_snapshot.hpp [moved from src/mc/mc_snapshot.hpp with 98% similarity]
tools/cmake/DefinePackages.cmake