Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More VC warning fixes | lloyd | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | Fix return value for set_global_state_unless_set | lloyd | 2010-08-08 | 1 | -0/+3 |
| | |||||
* | Move the functions that directly manipulate the global state singleton | lloyd | 2010-08-06 | 1 | -0/+88 |
into global_state.{h,cpp}. Move all of the functions into a new namespace Global_State_Management, though exposing global_state() into the Botan namespace for compatability. Also add new functions global_state_exists and set_global_state_unless_set which may be helpful in certain tricky initialization scenarios (eg when an application using botan also uses a library which may or may not itself use botan). |