Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-03 | base/time: Replaces by std::chrono. | Alexander Sulfrian | 1 | -40/+0 | |
2013-01-21 | base/time: use float value to force float result | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-18 | base/time: make get_time static, constructor protected | Alexander Sulfrian | 1 | -1/+0 | |
The Time class does not have any state so the get_time method could be static. Because the Time class now has only static methods, deny creation by making the ctor protected. | |||||
2013-01-18 | base/time: removed unused RelativeTimer | Alexander Sulfrian | 1 | -87/+0 | |
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-05 | converted UTime.pas to c++ | Alexander Sulfrian | 1 | -0/+130 | |