Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-30 | build: No need to check for leveldb atomics | Cory Fields | |
They're guaranteed with c++11 | |||
2016-04-19 | leveldb: integrate leveldb into our buildsystem | Cory Fields | |
leveldb's buildsystem causes us a few problems: - breaks out-of-tree builds - forces flags used for some tools - limits cross builds Rather than continuing to add wrappers around it, simply integrate it into our build. |