rocksdb/examples
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available.
Summary:
In some environment such as android, the c++ library does not have
std::to_string.  This path adds rocksdb::ToString(), which wraps std::to_string
when std::to_string is not available, and implements std::to_string
in the other case.

Test Plan:
make dbg -j32
./db_test
make clean
make dbg OPT=-DOS_ANDROID -j32
./db_test

Reviewers: ljin, sdong, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D29181
2014-11-24 20:44:49 -08:00
..
.gitignore Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
column_families_example.cc Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
compact_files_example.cc Add rocksdb::ToString() to address cases where std::to_string is not available. 2014-11-24 20:44:49 -08:00
Makefile remove unused target 2014-11-08 11:51:40 -08:00
README.md Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00
simple_example.cc Make it easier to start using RocksDB 2014-05-10 10:49:33 -07:00

Compile RocksDB first by executing make static_lib in parent dir