.. |
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 |
communication
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01:00 |
crash_analysis/server
|
First part of T56 (crash server)
|
2016-06-16 20:38:05 +01:00 |
cypher
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01:00 |
data_structures
|
merge with edges, from and to are moved to the EdgeRecord, they are not copied along with properties inside the MVCC, TODO: graph interface, Accessor and Stores
|
2016-08-11 15:13:19 +01:00 |
dbms
|
All files for the Release are now isolated
|
2016-08-10 09:39:02 +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
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01: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
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01:00 |
logging
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01:00 |
memory
|
All files for the Release are now isolated
|
2016-08-10 09:39:02 +01:00 |
mvcc
|
All files for the Release are now isolated
|
2016-08-10 09:39:02 +01:00 |
query_engine
|
First integration almost done. BOLT still doesn't work as expected, problem is only serialization order.
|
2016-08-11 04:47:30 +01:00 |
speedy
|
implemented bolt protocol
|
2016-08-01 22:14:09 +01:00 |
storage
|
Started adding remove methods.
|
2016-08-10 20:02:54 +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 |
transactions
|
All files for the Release are now isolated
|
2016-08-10 09:39:02 +01:00 |
utils
|
merge with edges, from and to are moved to the EdgeRecord, they are not copied along with properties inside the MVCC, TODO: graph interface, Accessor and Stores
|
2016-08-11 15:13:19 +01:00 |
memgraph_bolt.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 |
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 |