summaryrefslogtreecommitdiff
path: root/libcxx/include/stdlib.h
AgeCommit message (Expand)Author
2025-06-19[libc++] Move std::abs into __math/abs.h (#139586)Nikolas Klauser
2024-12-23[libcxx] Fix the #endif comments (#120949)Petr Hosek
2024-12-23[libcxx] Remove the second inclusion of the system header (#120946)Petr Hosek
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-17[libc++] Remove explicit mentions of __need_FOO macros (#119025)Louis Dionne
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2023-01-12[libc++] Add [[nodiscard]] extensions in <math.h>Nikolas Klauser
2022-11-22Revert "[libc++] Remove workarounds for systems that used to require __need_X...Yi Kong
2022-11-21[libc++] Remove workarounds for systems that used to require __need_XXX macrosLouis Dionne
2022-11-17[libc++] Only include_next C library headers when they existLouis Dionne
2022-11-15Revert "[libc++] Only include_next C library headers when they exist"Nico Weber
2022-11-15[libc++] Only include_next C library headers when they existLouis Dionne
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-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-09[libc++] Fix abs and div overload issue for compilers on AIXjasonliu
2020-05-08Reland [libc++] Move abs and div into stdlib.h to fix header cycle.Eric Fiselier
2020-04-28Revert "Recommit [libc++] Move abs and div into stdlib.h to fix header cycle."Raphael Isemann
2020-04-28Recommit [libc++] Move abs and div into stdlib.h to fix header cycle.Eric Fiselier
2020-02-17Revert "[libc++] Move abs and div into stdlib.h to fix header cycle."Raphael Isemann
2020-02-15[libc++] Move abs and div into stdlib.h to fix header cycle.Eric Fiselier
2019-04-23Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2015-11-06Cleanup foo.h headers and __config to work in CEric Fiselier
2015-10-09Split <stdlib.h> out of <cstdlib>.Richard Smith