Log of /trunk/core/base/inc/TTime.h
Parent Directory
Revision
34556 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 22 15:10:17 2010 UTC (4 years, 6 months ago) by
rdm
File length: 4186 byte(s)
Diff to
previous 22961
change TTime data member from Long_t to Long64_t. On 32-bit systems the
Long_t is 32-bits and too small to keep the time in milliseconds since the ROOT EPOCH (1-1-1995). Added new operators:
operator long long()
operator unsigned long long()
The existing operators long and unsigned long on 32-bit machines return
an error in case the stored time is larger then 32-bit and truncation
occurs (like was always the case till now, but silently).
root [1] long x = gSystem->Now()
Error in <TTime::operator long()>: time truncated, use operator long long
root [2] x
(long)1269092933
root [3] long long y = gSystem->Now()
root [4] y
(long long)490895375364
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 4062 byte(s)
Diff to
previous 20877
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/base/inc/TTime.h
File length: 4119 byte(s)
Diff to
previous 13258
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.