Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keeping up to date with Bricks and FNCAS + minor cleanup. #12

Merged
merged 13 commits into from
Mar 25, 2015
233 changes: 106 additions & 127 deletions demo.cc

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions fetch-lorempixel-images.sh

This file was deleted.

Binary file removed lorempixel/1.jpg
Binary file not shown.
Binary file removed lorempixel/10.jpg
Binary file not shown.
Binary file removed lorempixel/2.jpg
Binary file not shown.
Binary file removed lorempixel/3.jpg
Binary file not shown.
Binary file removed lorempixel/4.jpg
Binary file not shown.
Binary file removed lorempixel/5.jpg
Binary file not shown.
Binary file removed lorempixel/6.jpg
Binary file not shown.
Binary file removed lorempixel/7.jpg
Binary file not shown.
Binary file removed lorempixel/8.jpg
Binary file not shown.
Binary file removed lorempixel/9.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion lorempixel/LICENSE.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions db/test.cc → test_db/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SOFTWARE.
#include <string>

#include "../db.h"
#include "../schema.h"

CEREAL_REGISTER_TYPE_WITH_NAME(schema::Record, "0");
CEREAL_REGISTER_TYPE_WITH_NAME(schema::UserRecord, "U");
Expand Down