Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-25 | Update liblmdb, unify 32/64 sources | Howard Chu | 28 | -16086/+0 | |
2015-07-16 | updated in-source lmdb | Riccardo Spagni | 10 | -95/+171 | |
2015-07-16 | open() flag O_DSYNC isn't on BSD, use O_SYNC | Thomas Winget | 1 | -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-14 | update lmdb64 | Riccardo Spagni | 22 | -365/+201 | |
2015-03-17 | Move db_drivers/ to external/ | Thomas Winget | 28 | -0/+16170 | |
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes. |