| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: out-of-tree fixups | Cory Fields | 2016-06-01 | 1 | -0/+56 |
| | | | | | Don't glob the leveldb for dist. That means we need to enumerate the headers. | ||||
| * | build: No need to check for leveldb atomics | Cory Fields | 2016-04-30 | 1 | -5/+2 |
| | | | | | They're guaranteed with c++11 | ||||
| * | leveldb: integrate leveldb into our buildsystem | Cory Fields | 2016-04-19 | 1 | -0/+81 |
| 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. | |||||