summaryrefslogtreecommitdiff
path: root/libcxx/include/__mutex
AgeCommit message (Expand)Author
2025-09-24[libc++] Simplify __memory/shared_count.h a bit (#160048)Nikolas Klauser
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser
2025-07-05[libc++] Add the thread safety annotations unconditionally (#117497)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-03-18[libc++] Guard call_once against operator hijacking. (#128054)Mark de Wever
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)Nikolas Klauser
2024-11-13[libc++] Split __shared_count out of <__memory/shared_ptr.h> (#115943)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser
2024-07-31[libc++] Make std::unique_lock available with _LIBCPP_HAS_NO_THREADS (#99562)Paul Kirth
2024-07-16[libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (#98717)Petr Hosek
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser
2024-04-29[libc++] Mark scoped_lock and unique_lock constructors as [[nodiscard]] (#89397)Louis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-09-15[libc++][NFC] Introduce named states in std::call_once (#66289)Louis Dionne
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-04-21[libc++] Make std::allocator_arg and friends conforming in C++17Louis Dionne
2023-04-19[libc++] Remove symbols for a std::allocator_arg & friends from the dylibLouis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser