| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mark LevelDB "Read" and "Exists" functions as const. | Daniel Kraft | 2014-08-26 | 1 | -2/+2 |
| | | | | | | Mark the "Read" and "Exists" functions in CLevelDBWrapper as "const". They do not change anything in the DB, by definition. | ||||
| * | Remove redundant c_str | R E Broadley | 2014-05-22 | 1 | -2/+2 |
| | | |||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -2/+2 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. | Brandon Dahler | 2013-11-08 | 1 | -0/+155 |