summaryrefslogtreecommitdiffstats
path: root/libcxx/src/chrono.cpp
Commit message (Expand)AuthorAgeFilesLines
* When building libc++, we use '"' as a delimiter instead of '<' when including...Marshall Clow2015-06-231-3/+3
* Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().Ed Schouten2015-05-141-24/+40
* Fix comment that was obsoleted by r216949Jonathan Roelofs2014-09-021-4/+2
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-021-0/+3
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-2/+2
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+4
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* noexcept for <chrono>.Howard Hinnant2011-05-281-5/+5
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-201-18/+18
* license changeHoward Hinnant2010-11-161-2/+2
* Fix typos, noticed by Clang.Daniel Dunbar2010-09-041-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-0/+27
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+101
OpenPOWER on IntegriCloud