aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/selftest/selftest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-163/+0
|
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-2/+2
| | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however.
* Split off part of the core module into libstate (basically the wholelloyd2008-09-301-0/+163
lookup/global_state piece). Move timer and mutex directories into utils/