Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-04 | BlockchainDB unit tests, lmdb linker flag | Thomas Winget | 1 | -6/+22 | |
Some BlockchainDB unit testing fleshed out (and working), rudimentary linker flag for lmdb in CMakeLists, but should probably be done "correctly" at some point (find it on whatever system you're building on and all that jazz). update for rebase (warptangent 2015-01-04) fix conflicts with upstream CMakeLists.txt files tests/CMakeLists.txt (remove edits from original commit) | |||||
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 1 | -0/+290 | |
miscellaneous changes to BlockchainDB/blockchain as well, namely replacing instances of std::list with std::vector |