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