aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/bitset
AgeCommit message (Expand)AuthorFilesLines
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser1-0/+3
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-753/+537
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-15/+15
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne1-0/+4
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-75/+75
2023-10-06[libc++] Optimize ranges::count for __bit_iteratorsNikolas Klauser1-1/+2
2023-08-25[libc++] Adds string_view constructor overloadMark de Wever1-10/+39
2023-08-01[libc++] Optimize ranges::find for vector<bool>Nikolas Klauser1-0/+1
2023-07-27[libc++] Simplify single-iterator __bit_iterator algorithm specializationsNikolas Klauser1-1/+1
2023-07-15[NFC][libc++][bitset] Refactors constructors.Mark de Wever1-60/+41
2023-06-12[libc++][spaceship] P1612R2: Removed `operator!=` from `bitset`Hristo Hristov1-3/+9
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-02-11[libc++] Enable radability-identifier-naming for local variables and fix any ...Nikolas Klauser1-8/+8
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-120/+120
2022-08-14[libc++] Implement P2417R2 (A more constexpr bitset)Nikolas Klauser1-115/+155
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser1-0/+1
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-2/+2
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser1-1/+1
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-2/+4
2022-06-09[libc++] Granularize __stringNikolas Klauser1-0/+1
2022-04-13[libc++] `bitset::operator[] const` should return boolNikolas Klauser1-3/+6
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne1-1/+1
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-0/+2
2022-02-11[libc++] Remove __functional_baseNikolas Klauser1-1/+0
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-1/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-08[libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne1-1/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-4/+4
2021-04-24[libc++] Remove if-else to make branch predictor happyShu Tian1-8/+2
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-3/+3
2021-01-06[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.Arthur O'Dwyer1-1/+1
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer1-1/+1
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-4/+4
2019-07-01Ensure bitset's string constructor doesn't poison the overload set.Eric Fiselier1-2/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11[libcxx] Call __count_bool_true for bitset countAdhemerval Zanella1-1/+1
2018-08-03[NFC][libc++] Consistently use spaces to indentLouis Dionne1-6/+6
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow1-3/+13
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow1-1/+4
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier1-5/+9
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier1-8/+8
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-3/+3