]> git.tdb.fi Git - libs/core.git/commit
Select RawTime definition based on compiler, not platform
authorMikko Rasa <tdb@tdb.fi>
Sat, 28 May 2011 12:57:54 +0000 (15:57 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 28 May 2011 13:00:05 +0000 (16:00 +0300)
commitf5951e7166dfd7028b95d7c780406f65afc5cdfc
tree86847b031e7a639232d5e7364c06e19be4e6a1e0
parent1e54e9f4b8cd32db5c224f971207aedee8bbe3dd
Select RawTime definition based on compiler, not platform
Put time(val|spec) conversion functions to rawtime.h
Use conversion operators in favor of fill_* methods
Add conversions to TimeStamp as well
source/time/rawtime.cpp [new file with mode: 0644]
source/time/rawtime.h
source/time/timedelta.h
source/time/timestamp.h
source/time/utils.cpp