memgraph/src
Matija Santl 4e29b7031a Add a class that logs stacktrace on destruction
Summary:
Added a class that is supposed to be used as a base class on classes
where we want to see the stacktrace of destructor call.

Example of the output is P7 where classes `GraphDb` and `Client` extend
`LogDestructor` base.

Reviewers: florijan, teon.banek

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1281
2018-03-13 10:10:52 +01:00
..
communication Remove stats to mitigate lock contention 2018-03-05 11:53:51 +01:00
data_structures Fix flaky concurrent list test 2018-02-19 12:49:38 +01:00
database Use custom future that waits on destruct 2018-03-09 10:16:17 +01:00
distributed Use custom future that waits on destruct 2018-03-09 10:16:17 +01:00
durability Support distributed edge removal 2018-02-28 14:35:40 +01:00
io/network Fix socket file descriptor leaks 2018-03-05 10:41:55 +01:00
mvcc Forcefully set hints in gc phase 2018-03-09 14:51:32 +01:00
query Fix ScanAll cursor family w.r.t. empty collections 2018-03-12 11:18:07 +01:00
stats Add thread names 2018-02-23 16:04:49 +01:00
storage DetachRemoveVertex remote 2018-03-02 10:51:26 +01:00
threading Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
transactions Use the same ClientPools in distributed 2018-03-01 17:14:59 +01:00
utils Add a class that logs stacktrace on destruction 2018-03-13 10:10:52 +01:00
CMakeLists.txt Fix and rename REPL 2018-03-08 10:58:43 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Fix Bolt timeout check 2018-02-26 18:18:01 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00