summaryrefslogtreecommitdiff
path: root/unittests/Support/TimeValueTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabs...David Blaikie1-1/+1
2014-02-11Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko1-1/+2
2013-07-16unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi1-0/+16
2013-07-16Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi1-0/+23