summaryrefslogtreecommitdiff
path: root/libcxx/include/__random/random_device.h
AgeCommit message (Expand)Author
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
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)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-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
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
2022-02-15[libc++] Guard warning pragmasNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-12[libc++] Start using `arc4random()` to implement `std::random_device` on AppleLouis Dionne
2021-12-21[libc++] Partially revert 346ef5e5879eLouis Dionne
2021-12-21[libc++][NFC] Improve documentation of the various random_device implementationsLouis Dionne
2021-12-21[libc++][NFC] Reformatting in random_device.h and random.cppLouis Dionne
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser
2021-11-22[libc++] Granularize the <random> header. NFCI.Arthur O'Dwyer