rocksdb/include/rocksdb
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32
Summary: So iOS size_t is 32-bit, so we need to static_cast<size_t> any uint64_t :(

Test Plan: TARGET_OS=IOS make static_lib

Reviewers: dhruba, ljin, yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D28743
2014-11-13 14:39:30 -05:00
..
utilities Fix iOS compile with -Wshorten-64-to-32 2014-11-13 14:39:30 -05:00
c.h Remove allow_thread_local 2014-09-24 13:12:16 -07:00
cache.h Remove unused member(s) 2014-09-05 20:50:29 -07:00
compaction_filter.h
comparator.h CompactFiles, EventListener and GetDatabaseMetaData 2014-11-07 14:45:18 -08:00
db.h Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 2014-11-07 15:22:10 -08:00
env.h Turn on -Wshorten-64-to-32 and fix all the errors 2014-11-11 16:47:22 -05:00
filter_policy.h Implement full filter for block based table. 2014-09-08 10:37:05 -07:00
flush_block_policy.h
immutable_options.h Fix iOS compile with -Wshorten-64-to-32 2014-11-13 14:39:30 -05:00
iostats_context.h Fix ios compile 2014-08-28 12:46:05 -04:00
iterator.h
ldb_tool.h
listener.h Fix -Wnon-virtual-dtor errors 2014-11-10 17:39:38 -05:00
memtablerep.h SkipListRep::LookaheadIterator 2014-10-07 11:48:23 -07:00
merge_operator.h
metadata.h Fixed -WShadow errors in db/db_test.cc and include/rocksdb/metadata.h 2014-11-07 14:57:51 -08:00
options.h Fix iOS compile with -Wshorten-64-to-32 2014-11-13 14:39:30 -05:00
perf_context.h
rate_limiter.h
slice.h Fix implicit compare 2014-11-07 12:41:05 -08:00
slice_transform.h
sst_dump_tool.h Expose sst_dump functionality as library call. 2014-11-07 17:23:58 -08:00
statistics.h Push- instead of pull-model for managing Write stalls 2014-09-08 11:20:25 -07:00
status.h CompactFiles, EventListener and GetDatabaseMetaData 2014-11-07 14:45:18 -08:00
table.h Sanitize block-based table index type and check prefix_extractor 2014-10-17 21:18:36 -07:00
table_properties.h
transaction_log.h
types.h
universal_compaction.h
version.h Bump Version Number to 3.8 2014-11-10 12:10:56 -08:00
write_batch.h