aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers/liblmdb64 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-25Update liblmdb, unify 32/64 sourcesHoward Chu28-16086/+0
2015-07-16updated in-source lmdbRiccardo Spagni10-95/+171
2015-07-16open() flag O_DSYNC isn't on BSD, use O_SYNCThomas Winget1-0/+4
If the detected OS is FreeBSD, tell LMDB to compile with MDB_DSYNC=O_SYNC instead of the default O_DSYNC, as BSD does not implement this flag.
2015-04-14update lmdb64Riccardo Spagni22-365/+201
2015-03-17Move db_drivers/ to external/Thomas Winget28-0/+16170
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes.