memgraph/src
2016-07-31 18:58:12 +01:00
..
api delete accessor from version list + build flow update + memgraph docker file + TODO: debug cypher grammar 2016-06-25 17:26:26 +01:00
benchmark The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
crash_analysis/server First part of T56 (crash server) 2016-06-16 20:38:05 +01:00
cypher Query engine work in progress: code_generator handlers, update clause generator, delete clause generator, return clause generator, SemanticError 2016-07-25 02:09:40 +01:00
data_structures some new header + source files (vertices, vertex_accessor, properties), first version of Index works, skiplist<T> + concurrent_set + concurrent_map (still has to be finished) 2016-07-05 04:01:22 +01:00
dc/example some header files are splitted (WORK IN PROGRESS) 2016-07-05 13:20:33 +01:00
debug The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
demo The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
examples fixed skiplist issue with keys and values that have no default constructors 2016-06-04 22:00:20 +02:00
experimental cache benchmark and utils/time/timer improvement 2016-06-08 23:39:24 +02:00
http The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
io The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
logging conformed code to the new directory structure 2016-05-11 12:06:24 +02:00
memory query engine code, labels (unfinished), TODO: query engine module system 2016-07-01 22:05:03 +01:00
mvcc tests/manual/query_engine.cpp work in compiler in progress 2016-07-11 02:39:33 +01:00
query_engine Cypher CRUD support is becomes bigger and bigger. Implemented: create relationship, match relationship and update relationship 2016-07-31 18:58:12 +01:00
speedy delete accessor from version list + build flow update + memgraph docker file + TODO: debug cypher grammar 2016-06-25 17:26:26 +01:00
storage edge type store 2016-07-06 17:37:05 +01:00
template_engine some new header + source files (vertices, vertex_accessor, properties), first version of Index works, skiplist<T> + concurrent_set + concurrent_map (still has to be finished) 2016-07-05 04:01:22 +01:00
test Number of tests is now 6 2016-06-05 14:30:40 +02:00
threading some header files are splitted (WORK IN PROGRESS) 2016-07-05 13:20:33 +01:00
transactions some new header + source files (vertices, vertex_accessor, properties), first version of Index works, skiplist<T> + concurrent_set + concurrent_map (still has to be finished) 2016-07-05 04:01:22 +01:00
utils some new header + source files (vertices, vertex_accessor, properties), first version of Index works, skiplist<T> + concurrent_set + concurrent_map (still has to be finished) 2016-07-05 04:01:22 +01:00
memgraph_bolt.cpp Cypher CRUD support is becomes bigger and bigger. Implemented: create relationship, match relationship and update relationship 2016-07-31 18:58:12 +01:00
memgraph_http.cpp Cypher CRUD support is becomes bigger and bigger. Implemented: create relationship, match relationship and update relationship 2016-07-31 18:58:12 +01:00