aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/time.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-21base/time: use float value to force float resultAlexander Sulfrian1-1/+1
2013-01-18base/time: make get_time static, constructor protectedAlexander Sulfrian1-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-18base/time: removed unused RelativeTimerAlexander Sulfrian1-87/+0
2013-01-13remove legacy keywords from file headerAlexander Sulfrian1-2/+0
2013-01-05converted UTime.pas to c++Alexander Sulfrian1-0/+130