summaryrefslogtreecommitdiff
path: root/libcxx/include/__bit/byteswap.h
AgeCommit message (Expand)Author
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)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-06-13[libc++] Add [[nodiscard]] extensions to the functions in <bit>Nikolas Klauser
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser