Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
0949eedbd621bc1611266fb180d9a356ee1eaf9f
/
include
/
utility
0949eed
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
aabf287
Experimental support for a meaningful __is_swappable<T>::value. This does not appear to be strictly needed for correct functioning of the library. If it causes any problems, I'd rather pull it sooner rather than later.
by Howard Hinnant
· 14 years ago
a5e0121
noexcept for <tuple>. And in the process learned that I had done it wrong for pair's swap. I needed to create an __is_nothrow_swappable<T>::value trait that was smart enought to answer false when __is_swappable<T>::value is false. Otherwise one gets compile-time errors when using pair or tuple of non-swappable types, even if you never try to swap the pair or tuple.
by Howard Hinnant
· 14 years ago
e9b2c2d
noexcept for <utility>. This included a little repair on pair, and some noexcept workarounds.
by Howard Hinnant
· 14 years ago
469d419
Correction to set of overloaded pair constructors for C++0x
by Howard Hinnant
· 14 years ago
5f5859c
Add attribute to inlined member.
by Howard Hinnant
· 15 years ago
626916f
Add CMake build and fix major Linux blockers.
by Michael J. Spencer
· 15 years ago
1468b66
N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right.
by Howard Hinnant
· 15 years ago
cd2254b
LWG 1191
by Howard Hinnant
· 15 years ago
b64f8b0
license change
by Howard Hinnant
· 15 years ago
726a76f
I have reverted all contributions made by Jesse Towner in revision 110724
by Howard Hinnant
· 15 years ago
ee6ccd0
visibility-decoration sweep completed.
by Howard Hinnant
· 15 years ago
73d21a4
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
324bb03
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
e3263b4
GB 85, GB 87
by Howard Hinnant
· 15 years ago
60a0a8e
patch by Jesse Towner, and bug fix by Sebastian Redl
by Howard Hinnant
· 15 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 15 years ago