summaryrefslogtreecommitdiff
path: root/include/cstddef
AgeCommit message (Expand)Author
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow
2017-03-24Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow
2017-02-10Check for musl-libc's max_align_t in addition to other variants.David L. Jones
2015-10-09PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith
2015-10-08Split <stddef.h> out of <cstddef>.Richard Smith
2015-10-08Factor definition of std::nullptr_t out of <cstddef> into a header that can a...Richard Smith
2014-05-16Update cstddef after clang r207606.Nico Weber
2014-02-21Teach libc++ to use the compiler-provided C-compatible ::max_align_tChandler Carruth
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-09-24Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant
2012-02-18Give the emulated nullptr_t a default constructor.Howard Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-05Move nullptr_t to unversioned namespace: Sean HuntHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-11-16I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant
2010-09-21visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-10patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant
2010-06-02for UbuntuHoward Hinnant
2010-06-02I've reverted the changes needed for Ubuntu. The changes for Ubuntu should g...Howard Hinnant
2010-05-28Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.Howard Hinnant
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant
2010-05-18[rand.dist.norm.f]Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant