memgraph/tests/concurrent
Kruno Tomola Fabro df0bf6fa5f Database interface refactor.
DbAccessor:
 -Guarantees that access to Vertex and Edge is possible only through
 Vertex::Accessor and Edge::Accessor.
 -Guarantees that changing Vertex and Edge is possible only using
 Vertex::Accessor returned by vertex_insert() method and
 Edge::Accessor returned by edge_insert() method.
 -Offers CRUD for Vertex and Edge except iterating over all edges.

Squashed commit messages:

First step in database accessor refactoring done.
It's compiling.
All tests with exception of integration_querys pass

Tests now initialize logging facilities.

Refactored accessors.
RecordAccessor now has 3 states.
From,To,Out,In in there respecive Accessors return unfilled RecordAccessor.
Added iterator classes into utils/itearator/.
2016-08-15 00:09:58 +01:00
..
common.h Database interface refactor. 2016-08-15 00:09:58 +01:00
linkedlist.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_insert_competetive.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_insert.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_map.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_memory_leak.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_memory.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_multiiterator_remove_duplicates.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_multiiterator_remove.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_multiiterator.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_multimap.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_multiset.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_remove_competetive.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_remove_disjoint.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_remove_joint.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_set.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
sl_simulation.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
timer.cpp First integration almost done. BOLT still doesn't work as expected, problem is only serialization order. 2016-08-11 04:47:30 +01:00