aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/cstdlib
AgeCommit message (Expand)AuthorFilesLines
2023-08-19[libc++] Fixes disabling wide character.Mark de Wever1-0/+2
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2022-08-17[libc++] Diagnose when header search paths are set up incorrectlyLouis Dionne1-0/+9
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-11[libc++] Remove workaround for missing declarations on Windows store appsLouis Dionne1-2/+0
2022-03-11[libc++] Remove workaround for C11 features on compilers that don't support u...Louis Dionne1-2/+2
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser1-6/+0
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-03[libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour of using_if_existsLouis Dionne1-12/+0
2021-06-04[libc++] Use the using_if_exists attribute when providedLouis Dionne1-43/+43
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2019-11-18Fix _LIBCPP_HAS_ definitions for Android.Dan Albert1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-15Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow1-2/+2
2017-04-06[libc++] Respect Windows Store app CRT restrictionsShoaib Meenai1-0/+2
2016-12-30Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten1-2/+0
2016-08-29Fix or suppress GCC warnings during build.Eric Fiselier1-0/+6
2015-10-09Split <stdlib.h> out of <cstdlib>.Richard Smith1-22/+0
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten1-0/+2
2015-03-16Make *abs() and *div() work on CloudABI.Ed Schouten1-0/+6
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant1-1/+1
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant1-5/+5
2012-11-26Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...Howard Hinnant1-0/+16
2012-10-13Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...Howard Hinnant1-0/+6
2012-07-06Apply noexcept to those functions implemented in <cstdlib> as a conforming ex...Howard Hinnant1-4/+4
2012-03-14Make sure [at_]quick_exit is in std::David Chisnall1-0/+4
2012-02-29Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall1-1/+2
2011-10-27Windows port work by Ruben Van BoxemHoward Hinnant1-1/+1
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant1-0/+5
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-2/+2
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+138