Skip to content

Releases: ony/leveldb-tl

gcc-4.7/v0.1.6

17 Apr 18:51
@ony ony
Compare
Choose a tag to compare
Make option for build migration tool

- Add option BUILD_MKSANDWICH. By default build of migration tool
  is turned on.
- Add for option BUILD_TESTING help text and make it boolean.
- gtest dependency required only when tests are built.

gcc-4.7/v0.1.5

04 Nov 10:28
@ony ony
Compare
Choose a tag to compare
  • removed useless template parameter defaults in specialization of SandwichDB (issue #7, static analysis by Coverity)
  • fix -Wconversion warnings (issue #13)
  • fix SandwichDB move ctor (issue #14)

gcc-4.7/v0.1.4: txn_db: fix commit()

24 Oct 12:07
@ony ony
Compare
Choose a tag to compare

gcc-4.7/v0.1.3

23 Oct 15:03
@ony ony
Compare
Choose a tag to compare
  • TxnDB::commit doesn't try to write empty batch

gcc-4.7/v0.1.2: fix walker moving forward after delete

02 Sep 10:36
@ony ony
Compare
Choose a tag to compare
  • fix building with GTEST_SOURCE specified (issue #4).
  • WIP: fix issue #5 that exposed as not moving walker from existing element after deleting some other.

minor release for re-licensing

30 Apr 22:21
@ony ony
Compare
Choose a tag to compare
  • re-licensed under Apache 2.0 for LG Electronics
  • minor fix issue #3 (sandwich/sequence overflow)

First potentially usable release

25 Apr 14:00
@ony ony
Compare
Choose a tag to compare

v0.1 specially for gcc 4.7.x compilers

25 Apr 14:02
@ony ony
Compare
Choose a tag to compare
Merge branch 'gcc-4.8' into gcc-4.7

Conflicts:
	include/leveldb/txn_db.hpp
	include/leveldb/whiteout_db.hpp