aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb
AgeCommit message (Collapse)Author
2012-12-12LevelDB: build_detect_platform fix NATIVE_WINDOWS indentationPhilip Kaufmann
- fix some indentation issues
2012-12-12Merge pull request #1940 from grimd34th/patch-1Gavin Andresen
Add NATIVE_WINDOWS
2012-11-15Merge pull request #1945 from centromere/leveldb_fixJeff Garzik
Fixed compile error on FreeBSD 9.
2012-11-01Fixed making leveldb with custom CFLAGS/CXXFLAGS in the same way as ↵Arnav Singh
makefile.unix
2012-10-22Fixed compile error on FreeBSD 9.Alex
See http://code.google.com/p/leveldb/issues/detail?id=98
2012-10-21Add NATIVE_WINDOWSgrimd34th
With a change of libs, and specifying NATIVE_WINDOWS as TARGET_OS it should compile libleveldb.a and libmemenv.a just fine, it did for me and Diapolo when testing.
2012-10-20Backport Win32 LevelDB env from C++0x to C++Pieter Wuille
Since the gitian mingw compiler doesn't support C++0x yet.
2012-10-20Disable libsnappy detection in LevelDBPieter Wuille
2012-10-20Leveldb Windows port by Edouard Alligand, adapted for MingW by me.justmoon
2012-10-20Import LevelDB 1.5, it will be used for the transaction database.Mike Hearn