Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbd38cadf16efcb15c09574ccd6844cfb7cfc97c
/
libcxx
/
include
/
cstddef
2999ea0
PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths.
by Richard Smith
· 10 years ago
d6cffc4
Split <stddef.h> out of <cstddef>.
by Richard Smith
· 10 years ago
c467d9b
Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>.
by Richard Smith
· 10 years ago
218f71e
Update cstddef after clang r207606.
by Nico Weber
· 11 years ago
265b83a
Teach libc++ to use the compiler-provided C-compatible ::max_align_t
by Chandler Carruth
· 12 years ago
f0544c2
Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.
by Howard Hinnant
· 12 years ago
6e41256
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
by Howard Hinnant
· 13 years ago
54d333a
Rename uses of _ and __ because these are getting stepped on by macros from other system code.
by Howard Hinnant
· 13 years ago
8e747d3
Apply the emulated nullptr_t with constexpr. This is an unusual configuration that would take advantage of this. But it has popped up in the wild and does no harm to support it.
by Howard Hinnant
· 13 years ago
2a9a072
Give the emulated nullptr_t a default constructor.
by Howard Hinnant
· 14 years ago
073458b
Windows support by Ruben Van Boxem.
by Howard Hinnant
· 14 years ago
ce48a11
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
32208bd
Move nullptr_t to unversioned namespace: Sean Hunt
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
c4931c4
I have reverted all contributions made by Jesse Towner in revision 110724
by Howard Hinnant
· 15 years ago
fb10002
visibility-decoration.
by Howard Hinnant
· 15 years ago
b3371f6
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
eb26925
patch by Jesse Towner, and bug fix by Sebastian Redl
by Howard Hinnant
· 15 years ago
8ae5097
for Ubuntu
by Howard Hinnant
· 15 years ago
2234ef3
I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like.
by Howard Hinnant
· 15 years ago
bc3c5dc
Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.
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
e31e36f
[rand.dist.norm.f]
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