litl / android-leveldb

JNI bindings for leveldb
Other
94 stars 47 forks source link

Switch to leveldb-1.13.0 #6

Closed jobi closed 11 years ago

jobi commented 11 years ago

Had to drop MIPS support because leveldb doesn't build (missing support for atomic_pointer)

tambeti commented 11 years ago

You can just leave atomic_pointer.h from the current tree. It hasn't changed at all, the changes in the current tree are from me.

jobi commented 11 years ago

updated, sorry I didn't noticed you had fixed MIPS support

tambeti commented 11 years ago

:+1: