aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers/liblmdb32 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-25Update liblmdb, unify 32/64 sourcesHoward Chu28-16258/+0
2015-07-16hyc accidentally typo'd...we shall never speak of this againRiccardo Spagni1-1/+1
2015-07-16updated vl32 to currentRiccardo Spagni24-188/+390
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-03-17Move db_drivers/ to external/Thomas Winget28-0/+16052
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes.