memgraph/src
Teon Banek 0e8d22eced Improve handling missing capnp serialization in LCP
Summary:
If `capnp-id` isn't passed to LCP, then no C++ code for serialization
will be generated. Previously, only schema wasn't generated.

An error with serializing a derived class whose parent isn't serialized
is now reported with a suggestion on how to fix this.

Reviewers: mtomic, buda, msantl

Reviewed By: mtomic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1460
2018-07-02 15:14:59 +02:00
..
communication Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
data_structures Remove 'using namespace' from header files 2018-06-15 15:28:31 +02:00
database Remove 'using namespace' from header files 2018-06-15 15:28:31 +02:00
distributed Add timestamp function 2018-06-27 16:06:54 +02:00
durability Remove 'using namespace' from header files 2018-06-15 15:28:31 +02:00
io Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
lisp Improve handling missing capnp serialization in LCP 2018-07-02 15:14:59 +02:00
mvcc Extract io/network into mg-io library 2018-05-30 14:58:41 +02:00
query Implement subscripting operator for vertex and edge 2018-07-02 11:28:27 +02:00
stats Fix stats RPC messages 2018-06-05 10:39:16 +02:00
storage Don't create disk storage if POD isn't used 2018-06-22 13:30:53 +02:00
telemetry Initial implementation of telemetry 2018-06-20 14:49:07 +02:00
transactions Replace boost with capnp in RPC 2018-06-04 10:45:12 +02:00
utils Implement string functions 2018-07-02 10:39:11 +02:00
CMakeLists.txt Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00