aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/cstddef
AgeCommit message (Expand)AuthorFilesLines
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+2
2021-09-09[libc++][NFC] Remove #endif comments for really small conditionals on _LIBCPP...Louis Dionne1-1/+1
2021-06-04[libc++] Use the using_if_exists attribute when providedLouis Dionne1-3/+3
2021-04-21[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2021-04-12[libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodisc...Arthur O'Dwyer1-1/+1
2020-04-04Avoid using std::max_align_t in pre-C++11 modeJoerg Sonnenberger1-6/+2
2020-02-25[libc++] Revert 03dd205c151 "Adjust max_align_t handling"Louis Dionne1-2/+6
2020-02-25Adjust max_align_t handlingJoerg Sonnenberger1-6/+2
2020-02-14[libc++] Remove cycle between <type_traits> and <cstddef>Eric Fiselier1-2/+54
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2018-08-20Teach libc++ to use native NetBSD's max_align_tKamil Rytarowski1-1/+1
2018-08-03[NFC][libc++] Consistently use spaces to indentLouis Dionne1-13/+13
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow1-10/+33
2017-03-24Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow1-0/+29
2017-02-10Check for musl-libc's max_align_t in addition to other variants.David L. Jones1-1/+2
2015-10-09PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith1-3/+4
2015-10-08Split <stddef.h> out of <cstddef>.Richard Smith1-2/+2
2015-10-08Factor definition of std::nullptr_t out of <cstddef> into a header that can a...Richard Smith1-44/+1
2014-05-16Update cstddef after clang r207606.Nico Weber1-6/+0
2014-02-21Teach libc++ to use the compiler-provided C-compatible ::max_align_tChandler Carruth1-0/+5
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-1/+1
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-1/+1
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant1-3/+3
2012-09-24Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant1-11/+11
2012-02-18Give the emulated nullptr_t a default constructor.Howard Hinnant1-0/+1
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-1/+1
2011-06-05Move nullptr_t to unversioned namespace: Sean HuntHoward Hinnant1-4/+9
2010-11-16license changeHoward Hinnant1-2/+2
2010-11-16I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant1-36/+0
2010-09-21visibility-decoration.Howard Hinnant1-1/+1
2010-08-22Fixing whitespace problemsHoward Hinnant1-6/+6
2010-08-10patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant1-0/+36
2010-06-02for UbuntuHoward Hinnant1-0/+7
2010-06-02I've reverted the changes needed for Ubuntu. The changes for Ubuntu should g...Howard Hinnant1-4/+0
2010-05-28Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.Howard Hinnant1-0/+2
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant1-0/+2
2010-05-18[rand.dist.norm.f]Howard Hinnant1-4/+4
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+88