summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cstddef
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* Teach libc++ to use native NetBSD's max_align_tKamil Rytarowski2018-08-201-1/+1
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-13/+13
* Implement LWG2950: std::byte operations are misspecifiedMarshall Clow2017-11-141-10/+33
* Implement P0298R3: 'std::byte'. Reviewed as https://reviews.llvm.org/D31022Marshall Clow2017-03-241-0/+29
* Check for musl-libc's max_align_t in addition to other variants.David L. Jones2017-02-101-1/+2
* PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith2015-10-091-3/+4
* Split <stddef.h> out of <cstddef>.Richard Smith2015-10-081-2/+2
* Factor definition of std::nullptr_t out of <cstddef> into a header that can a...Richard Smith2015-10-081-44/+1
* Update cstddef after clang r207606.Nico Weber2014-05-161-6/+0
* Teach libc++ to use the compiler-provided C-compatible ::max_align_tChandler Carruth2014-02-211-0/+5
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-1/+1
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-1/+1
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant2012-09-241-11/+11
* Give the emulated nullptr_t a default constructor.Howard Hinnant2012-02-181-0/+1
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-1/+1
* Move nullptr_t to unversioned namespace: Sean HuntHoward Hinnant2011-06-051-4/+9
* license changeHoward Hinnant2010-11-161-2/+2
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-36/+0
* visibility-decoration.Howard Hinnant2010-09-211-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-6/+6
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-0/+36
* for UbuntuHoward Hinnant2010-06-021-0/+7
* I've reverted the changes needed for Ubuntu. The changes for Ubuntu should g...Howard Hinnant2010-06-021-4/+0
* Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.Howard Hinnant2010-05-281-0/+2
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-0/+2
* [rand.dist.norm.f]Howard Hinnant2010-05-181-4/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+88
OpenPOWER on IntegriCloud