Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-25 | Update liblmdb, unify 32/64 sources | Howard Chu | 28 | -16258/+0 | |
2015-07-16 | hyc accidentally typo'd...we shall never speak of this again | Riccardo Spagni | 1 | -1/+1 | |
2015-07-16 | updated vl32 to current | Riccardo Spagni | 24 | -188/+390 | |
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-03-17 | Move db_drivers/ to external/ | Thomas Winget | 28 | -0/+16052 | |
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes. |