Added function to Database interface to retrieve keys. Exposed a bug with LMDB itera...
authorKevin James Matzen <kmatzen@cs.cornell.edu>
Mon, 13 Oct 2014 01:36:59 +0000 (21:36 -0400)
committerKevin James Matzen <kmatzen@cs.cornell.edu>
Tue, 14 Oct 2014 23:31:30 +0000 (19:31 -0400)
commit08e2cdedbbe4d7178597d6dc1479eccfcce3b0d5
tree0664dcde88e6b4bad3bd413a9ac6b541a4b8a649
parent80a99b939bfad88d918e82b41fd2c28c454abb50
Added function to Database interface to retrieve keys.  Exposed a bug with LMDB iterators.  Fix the bug and updated how invalid iterators are represented.
include/caffe/database.hpp
include/caffe/leveldb_database.hpp
include/caffe/lmdb_database.hpp
src/caffe/leveldb_database.cpp
src/caffe/lmdb_database.cpp
src/caffe/test/test_database.cpp