Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #44 from fireice-uk/fix-uninit-access | fireice-uk | 2017-10-17 | 1 | -23/+18 |
|\ | | | | | Make sure all singletons are set to null and make env a global ptr | ||||
| * | doh! != instead of == | fireice-uk | 2017-10-13 | 1 | -1/+1 |
| | | |||||
| * | Make sure all singletons are set to null and make env a global ptr | fireice-uk | 2017-10-12 | 1 | -23/+18 |
| | | |||||
* | | Keep consistency between class and struct | fireice-uk | 2017-10-12 | 1 | -2/+2 |
|/ | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -8/+8 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+46 |
- 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` |