Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbd38cadf16efcb15c09574ccd6844cfb7cfc97c
/
libcxx
/
src
/
chrono.cpp
3a04854
Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang.
by Eric Fiselier
· 9 years ago
d3ac6ae
Remove accidental change committed in r274403.
by Eric Fiselier
· 9 years ago
d3a1ed8
Work around ABI break caused by C++17 inline variables.
by Eric Fiselier
· 9 years ago
4daa9f1
When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses.
by Marshall Clow
· 10 years ago
4f0f708
Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().
by Ed Schouten
· 10 years ago
ffa0895
Fix comment that was obsoleted by r216949
by Jonathan Roelofs
· 11 years ago
c59e585
Partially address a FIXME in steady_clock::now()
by Jonathan Roelofs
· 11 years ago
b56e858
Removed raw references to __APPLE__; now just check to see if it is defined.
by Marshall Clow
· 13 years ago
16694b5
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585.
by Howard Hinnant
· 13 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
d53d815
noexcept for <chrono>.
by Howard Hinnant
· 14 years ago
3dc6455
N3191: C++ Timeout Specification
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
0a779b9
Fix typos, noticed by Clang.
by Daniel Dunbar
· 15 years ago
940e211
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
128ba71
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient.
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago