aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/timestamp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-03base/time: Replaces by std::chrono.Alexander Sulfrian1-5/+4
2014-05-04remove semicolon after namespaceAlexander Sulfrian1-1/+1
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
2013-01-18base/timestamp: add class to store a point of timeAlexander Sulfrian1-7/+11
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