summaryrefslogtreecommitdiffstats
path: root/libcxx/src/chrono.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-1/+1
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+4
* Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the...Marshall Clow2019-04-021-1/+2
* Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. than...Marshall Clow2019-04-011-6/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-251-29/+12
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-1/+1
* [Chrono][Darwin] Include header for gettimeofdayBruno Cardoso Lopes2017-01-101-1/+1
* [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAWBruno Cardoso Lopes2017-01-091-3/+45
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-6/+6
* chrono: correct the units for the epoch biasSaleem Abdulrasool2017-01-021-2/+1
* chrono: address post commit comments from HowardSaleem Abdulrasool2017-01-011-13/+17
* chrono: address post-commit comments from majnemerSaleem Abdulrasool2017-01-011-8/+8
* chrono: give Windows a steady_clockSaleem Abdulrasool2017-01-011-14/+29
* chrono: implement a Windows version of system_clock::nowSaleem Abdulrasool2017-01-011-0/+32
* [libc++] Remove unneeded visibility pragmasShoaib Meenai2016-11-231-4/+0
* Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...Eric Fiselier2016-07-021-7/+0
* Remove accidental change committed in r274403.Eric Fiselier2016-07-011-1/+1
* Work around ABI break caused by C++17 inline variables.Eric Fiselier2016-07-011-1/+8
* 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