summaryrefslogtreecommitdiff
path: root/libcxx/src/include
AgeCommit message (Expand)Author
2025-05-16[libc++][NFC] Update the documentation for _LIBCPP_OVERRIDABLE_FUNCTION (#140...Louis Dionne
2025-05-12[libc++] Fix missing #includes (#130536)Matt
2025-05-09[libcxx][NFC] Use macros for functions that support overriding detection (#13...Petr Hosek
2025-01-27Revert "[libcxx] Use alias for detecting overriden function" (#124431)Petr Hosek
2025-01-07[libcxx] Use alias for detecting overriden function (#120805)Petr Hosek
2024-12-19Revert "[libcxx] Use alias for detecting overriden function (#114961)"Nico Weber
2024-12-17[libcxx] Use alias for detecting overriden function (#114961)Petr Hosek
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-21[libcxx][libc] Hand in Hand PoC with from_chars (#91651)Michael Jones
2024-09-19[libcxx] No _LIBCPP_ELAST needed for LLVM libc (#108739)Petr Hosek
2024-09-09[PAC] Make __is_function_overridden pauth-aware on ELF platforms (#107498)Anton Korobeynikov
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-08-14[libcxx] Disable invalid `__start/__stop` reference on NVPTX (#99381)Joseph Huber
2024-07-23[libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (#87481)Louis Dionne
2024-07-12[libc++][NFC] Remove outdated comment about overridable_function being in lib...Louis Dionne
2024-07-07[libc++][TZDB] Makes implementation experimental. (#95657)Mark de Wever
2024-04-13[tzdb] Replace shared_mutex with mutex. (#87929)Eric
2024-04-10[libc++] Adds a global private constructor tag. (#87920)Mark de Wever
2024-04-10[libc++][chrono] Adds the sys_info class. (#85619)Mark de Wever
2024-04-03[libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever
2024-04-03[libc++] Upstream ptrauth support in libc++ and libc++abi (#84573)Louis Dionne
2024-03-27[NFC][libc++][TZDB] Improves some internals. (#84800)Mark de Wever
2024-02-17[libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne
2024-01-20[libc++][hardening] Categorize assertions that produce incorrect results (#77...Konstantin Varlamov
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-21[libc++][hardening] Categorize all `ryu` assertions as internal (#71853)Konstantin Varlamov
2023-11-05[libc++] Bump the C++ Standard used to compile the dylib to C++23 (#66824)Louis Dionne
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-03-10[libc++] Clean up old macOS back-deployment workaroundsLouis Dionne
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser
2023-02-06[libc++][NFC] _VSTD -> std in ryuLouis Dionne
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-10-12[libc++] Implements constexpr <charconv>.Mark de Wever
2022-07-27[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-07[libc++] Don't use static constexpr in headers.Mark de Wever
2022-06-02[libc++] Lets to_chars use header implementation.Mark de Wever
2022-05-28[libc++] Minor emscripten changes from downstreamSam Clegg
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2022-02-14[libcxx] Fix setup of MSVC specific intrinsics in Ryu codeMartin Storsjö
2021-12-12Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever