Refactor directory structure and module names
Showing
- CMakeLists.txt 2 additions, 2 deletionsCMakeLists.txt
- README.md 3 additions, 2 deletionsREADME.md
- common/config/calibration.xml 0 additions, 0 deletionscommon/config/calibration.xml
- common/config/config.json 0 additions, 0 deletionscommon/config/config.json
- p2p-rm/CMakeLists.txt 0 additions, 56 deletionsp2p-rm/CMakeLists.txt
- p2p-rm/README.md 0 additions, 5 deletionsp2p-rm/README.md
- p2p-rm/include/ftl/p2p-rm.hpp 0 additions, 20 deletionsp2p-rm/include/ftl/p2p-rm.hpp
- p2p-rm/include/ftl/p2p-rm/blob.hpp 0 additions, 44 deletionsp2p-rm/include/ftl/p2p-rm/blob.hpp
- p2p-rm/include/ftl/p2p-rm/cluster.hpp 0 additions, 149 deletionsp2p-rm/include/ftl/p2p-rm/cluster.hpp
- p2p-rm/include/ftl/p2p-rm/internal.hpp 0 additions, 23 deletionsp2p-rm/include/ftl/p2p-rm/internal.hpp
- p2p-rm/include/ftl/p2p-rm/mapped_ptr.hpp 0 additions, 138 deletionsp2p-rm/include/ftl/p2p-rm/mapped_ptr.hpp
- p2p-rm/include/ftl/p2p-rm/protocol.hpp 0 additions, 30 deletionsp2p-rm/include/ftl/p2p-rm/protocol.hpp
- p2p-rm/src/blob.cpp 0 additions, 48 deletionsp2p-rm/src/blob.cpp
- p2p-rm/src/cluster.cpp 0 additions, 174 deletionsp2p-rm/src/cluster.cpp
- p2p-rm/src/main.cpp 0 additions, 0 deletionsp2p-rm/src/main.cpp
- p2p-rm/src/p2prm.cpp 0 additions, 25 deletionsp2p-rm/src/p2prm.cpp
- p2p-rm/test/CMakeLists.txt 0 additions, 44 deletionsp2p-rm/test/CMakeLists.txt
- p2p-rm/test/blob_unit.cpp 0 additions, 34 deletionsp2p-rm/test/blob_unit.cpp
- p2p-rm/test/catch.hpp 0 additions, 14362 deletionsp2p-rm/test/catch.hpp
- p2p-rm/test/cluster_unit.cpp 0 additions, 125 deletionsp2p-rm/test/cluster_unit.cpp
File moved
File moved
p2p-rm/CMakeLists.txt
deleted
100644 → 0
p2p-rm/README.md
deleted
100644 → 0
p2p-rm/include/ftl/p2p-rm.hpp
deleted
100644 → 0
p2p-rm/include/ftl/p2p-rm/blob.hpp
deleted
100644 → 0
p2p-rm/src/blob.cpp
deleted
100644 → 0
p2p-rm/src/cluster.cpp
deleted
100644 → 0
p2p-rm/src/main.cpp
deleted
100644 → 0
p2p-rm/src/p2prm.cpp
deleted
100644 → 0
p2p-rm/test/CMakeLists.txt
deleted
100644 → 0
p2p-rm/test/blob_unit.cpp
deleted
100644 → 0
p2p-rm/test/catch.hpp
deleted
100644 → 0
This diff is collapsed.
p2p-rm/test/cluster_unit.cpp
deleted
100644 → 0
Please register or sign in to comment