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