memgraph/src/data_structures
Dominik Gleich e2f3aba332 Use GLogger instead of broken memgraph Logger.
Summary:
http://rpg.ifi.uzh.ch/docs/glog.html

Second phase before tests complete.

Delete logging test.

Finish relase loging.

Reviewers: mislav.bradac, teon.banek, buda

Reviewed By: teon.banek

Subscribers: buda, pullbot

Differential Revision: https://phabricator.memgraph.io/D500
2017-06-21 15:33:24 +02:00
..
bitset DynamicBitset - const correctness, tests, docs 2017-06-13 09:18:20 +02:00
bloom clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
concurrent Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
kdtree clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
list clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
map Concurrent data structures -> multi_X stuff removed. Skiplist cleanup. 2017-06-20 08:42:20 +02:00
queue examples folder has been removed; src/test folder has been removed; the existing tests were moved to tests folder; StacktraceException has been introduced; query_plan_templated has been moved to query folder; hazard pointers have been deleted because they are not used any more 2017-02-18 18:03:48 +01:00
union_find Improve complexity of union_find, better explain complexity. 2017-02-20 18:57:37 +01:00
ptr_int.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
static_array.hpp Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00