Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repair all 'namepsace' to 'namespace' (all within comments) | Tony Butler | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 1 | -4/+4 |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | ||||
* | search for linux backend plugins | psychocrypt | 2017-11-01 | 1 | -1/+8 |
| | | | | | | | - search for plugin in - working directory - binary directory - let linux search the plugins (libraries) | ||||
* | OSX file file extension (dynamic libraries) | psychocrypt | 2017-10-31 | 1 | -1/+7 |
| | | | | use `.dylib` as dynamic library file extension | ||||
* | use call prefix to load backends | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -6/+6 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -10/+12 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+96 |
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` |