memgraph/cmake
Matej Ferencevic 75950664a7 Separate distributed from single node storage
Summary:
This diff splits single node and distributed storage from each other.
Currently all of the storage code is copied into two directories (one single
node, one distributed).  The logic used in the storage implementation isn't
touched, it will be refactored in following diffs.

To clean the working directory after this diff you should execute:
```
rm database/state_delta.capnp
rm database/state_delta.hpp
rm storage/concurrent_id_mapper_rpc_messages.capnp
rm storage/concurrent_id_mapper_rpc_messages.hpp
```

Reviewers: teon.banek, buda, msantl

Reviewed By: teon.banek, msantl

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1625
2018-10-05 09:19:33 +02:00
..
clean_all.cmake Block in-source builds and add clean_all target 2017-03-07 10:00:47 +01:00
FindReadline.cmake Add option whether to link with libreadline or not 2017-10-04 15:23:11 +02:00
FindSeccomp.cmake Extract Kafka integration to its own target 2018-09-03 13:04:19 +02:00
functions.cmake Separate distributed from single node storage 2018-10-05 09:19:33 +02:00