memgraph/src/speedy
2016-08-01 22:14:09 +01:00
..
http The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
rapidjson@c02d52ad56 implemented bolt protocol 2016-08-01 22:14:09 +01:00
.gitignore The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
commands.txt The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
Makefile The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
middleware.hpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
r3_include.h delete accessor from version list + build flow update + memgraph docker file + TODO: debug cypher grammar 2016-06-25 17:26:26 +01:00
r3.hpp fixed whitespace inside r3.hpp 2016-06-04 21:58:12 +02:00
rapidjson_middleware.hpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
README.md The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
request.hpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
response.hpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
speedy.hpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
test_speedy_1.cpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
test_speedy_2_rapidjson.cpp The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00
test.py The folder structure was changed, all source code is now within the src dir. 2016-05-08 11:33:07 +02:00

Dependencies

sh autogen.sh
./configure
make
make check
make install
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
./autogen.sh
./configure
make
./configure
make
sudo make install

NOTE

r3_include.h is custom r3 header file because of compilation problem related to redefinition of bool