summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cstdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-2/+2
* [libc++] Respect Windows Store app CRT restrictionsShoaib Meenai2017-04-061-0/+2
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-301-2/+0
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-291-0/+6
* Split <stdlib.h> out of <cstdlib>.Richard Smith2015-10-091-22/+0
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+2
* Make *abs() and *div() work on CloudABI.Ed Schouten2015-03-161-0/+6
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-1/+1
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-5/+5
* Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...Howard Hinnant2012-11-261-0/+16
* Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...Howard Hinnant2012-10-131-0/+6
* Apply noexcept to those functions implemented in <cstdlib> as a conforming ex...Howard Hinnant2012-07-061-4/+4
* Make sure [at_]quick_exit is in std::David Chisnall2012-03-141-0/+4
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-1/+2
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-271-1/+1
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-0/+5
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-2/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+138
OpenPOWER on IntegriCloud