Marko Budiselic
|
c76170a9db
|
Clean utils folder (namespaces, function names)
Reviewers: teon.banek
Reviewed By: teon.banek
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D1359
|
2018-04-22 09:44:32 +02:00 |
|
Dominik Gleich
|
fcecb14545
|
Replace debug_assert, permanent_assert with DCHECK/CHECK
Summary:
Phase 2.
Phase 3.
Phase 4.
Phase 5.
Complete refactor.
Reviewers: florijan, mislav.bradac
Reviewed By: mislav.bradac
Subscribers: mislav.bradac, pullbot
Differential Revision: https://phabricator.memgraph.io/D895
|
2017-10-11 14:43:32 +02:00 |
|
Mislav Bradac
|
cbe6648eb8
|
Migrate command line args to gflgs in tests
Summary: Some other minor cleanups
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D523
|
2017-07-06 13:54:12 +02:00 |
|
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 |
|
Teon Banek
|
893df584f6
|
Merge utils/exceptions into single file
Summary: Update documentation of `utils/exceptions.hpp`
Reviewers: mislav.bradac, florijan, buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D300
|
2017-04-20 16:53:21 +02:00 |
|
Mislav Bradac
|
5434e79ea6
|
Merge string utils to one file
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D281
|
2017-04-18 17:39:58 +02:00 |
|
Mislav Bradac
|
bba20cf89c
|
Remove unneccessary files from utils
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D276
|
2017-04-13 17:55:33 +02:00 |
|
Dominik Gleich
|
82414b9111
|
Fix naming of asserts.runtime_assert & assert -> debug_assert
Summary:
Merge branch 'dev' into rename_assert
Fix new files.
Remove cassert.
Reviewers: buda
Reviewed By: buda
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D66
|
2017-02-24 11:41:55 +01:00 |
|
Marko Budiselic
|
3642fb1312
|
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 |
|
Marko Budiselic
|
d4e3c4cd10
|
clang format has been run on all hpp and cpp files under src and tests
|
2017-02-18 11:54:37 +01:00 |
|
Marko Budiselic
|
e7f5bd4c21
|
antlr integration, *.hpp and *.cpp inside src dir, cleanup
Summary: antlr integration, *.hpp and *.cpp inside src dir, cleanup
Test Plan: manual
Reviewers: mislav.bradac, dgleich, florijan
Reviewed By: florijan
Subscribers: pullbot, buda
Differential Revision: https://phabricator.memgraph.io/D49
|
2017-02-17 16:20:31 +01:00 |
|