1
0
This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
levedb-mcpe-legacy/include/leveldb
AlexChen008 8fb637be07
User Story 616487: Enable PREFast warnings as errors. [Error Type: C26495: Uninitialized member variable] - Submodule leveldb-mcpe (#44)
Check with PREFast, found 1 error:
C:\Minecraftpe\handheld\src-deps\leveldb_\leveldb\include\leveldb\cache.h(34): Error C26495: Variable 'leveldb::Cache::rep_' is uninitialized. Always initialize a member variable (type.6).

The modifications are as following:
Initializes a member variable that is not initialized in the constructor.
2021-10-13 19:08:14 -07:00
..
c.h Attempt to fix compile 2017-08-05 23:46:55 +01:00
cache.h User Story 616487: Enable PREFast warnings as errors. [Error Type: C26495: Uninitialized member variable] - Submodule leveldb-mcpe (#44) 2021-10-13 19:08:14 -07:00
comparator.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
compressor.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
db.h Merged upstream like after thousands of years! Also removed dumb "optimizations" I did to write_batch back in the day 2017-08-04 14:25:46 -07:00
decompress_allocator.h Added a DecompressAllocator class that allows the host app to handle some reusable buffers for decompression. Reduces allocations on decompress a whole lot! 2017-08-03 14:18:29 -07:00
dumpfile.h Release 1.18 2014-09-16 14:19:52 -07:00
env.h User Story AB#616456: Enable PREFast warnings as errors. [Error Type: C26433: Add override keyword] - Submodule leveldb-mcpe 2021-09-30 09:58:59 +08:00
filter_policy.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
iterator.h Fixed incorrect comment wording for Iterator::Seek. 2014-12-18 10:47:06 +01:00
options.h Return a NotSupported error if a block is compressed with an unknown compressor. Also rename decompressAllocator -> decompress_allocator to follow code style 2017-08-07 13:01:58 -07:00
slice.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
snappy_compressor.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
status.h Added leveldb::Status::IsInvalidArgument() method. 2016-04-07 17:45:23 +02:00
table_builder.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
table.h Added all changes made for MCPE: 2014-06-14 21:24:10 +02:00
write_batch.h Merged upstream like after thousands of years! Also removed dumb "optimizations" I did to write_batch back in the day 2017-08-04 14:25:46 -07:00
zlib_compressor.h Attempt to fix compile 2017-08-05 23:46:55 +01:00
zopfli_compressor.h Changed ZOPFLI to the same ID as ZLIB so it can decompress 2016-12-22 15:49:00 -08:00
zstd_compressor.h added an experimental Zstd compressor. Needs benchmarks 2016-07-14 00:43:59 +02:00