memgraph/speedy
2015-10-08 00:58:29 +02:00
..
http moved uv to io 2015-09-20 14:30:26 +02:00
r3@eb2ff77e5c added r3 as a submodule 2015-09-25 22:50:57 +02:00
.gitignore added *.swp and *.swo to the root git ignore 2015-09-27 18:28:36 +02:00
Makefile merged speedy makefile 2015-10-04 09:50:31 +02:00
r3_include.h added r3 as a submodule 2015-09-25 22:50:57 +02:00
r3.hpp submitted all work done on storage and mvcc 2015-10-08 00:58:29 +02:00
README.md speedy dependency and build modifications 2015-09-26 01:01:25 +02:00
speedy.hpp submitted all work done on storage and mvcc 2015-10-08 00:58:29 +02:00
speedy.inl submitted all work done on storage and mvcc 2015-10-08 00:58:29 +02:00
test.cpp fixed speedy 2015-10-07 02:24:21 +02:00
test.py speedy: first let say usefull implementation, GET, POST, PUT, DELETE methods are implemented 2015-09-24 01:00:02 +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