Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base/time: Replaces by std::chrono. | Alexander Sulfrian | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | menu/application: Remove singleton. | Alexander Sulfrian | 2015-04-03 | 1 | -18/+9 |
| | | | | | The singleton pattern should not be used in most cases, because it behaves like global variables. | ||||
* | test: Fix include paths. | Alexander Sulfrian | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -1/+1 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | test/menu/application: add some application tests | Alexander Sulfrian | 2013-01-21 | 1 | -0/+83 |