Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base/time: use float value to force float result | Alexander Sulfrian | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | base/time: make get_time static, constructor protected | Alexander Sulfrian | 2013-01-18 | 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. | ||||
* | base/time: removed unused RelativeTimer | Alexander Sulfrian | 2013-01-18 | 1 | -87/+0 |
| | |||||
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | converted UTime.pas to c++ | Alexander Sulfrian | 2013-01-05 | 1 | -0/+130 |