aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/bitset
AgeCommit message (Expand)AuthorFilesLines
2025-12-12[libc++] Always return bool from bitset::operator[](size_t) const (#169894)Nikolas Klauser1-1/+2
2025-12-06[libc++][bitset] Applied `[[nodiscard]]` (#170623)Hristo Hristov1-22/+33
2025-09-25[libc++] Use _BitInt and __builtin_popcountg in bitset::count() (#160679)Nikolas Klauser1-1/+10
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser1-6/+4
2025-06-24[libc++] Fix bitset conversion functions and refactor constructor (#121348)Peng Liu1-104/+80
2025-06-12[libc++] Fix constructing `bitset` from non-null-terminated arrays (#143691)A. Jiang1-8/+5
2025-05-28[libc++] Refactor bitset::{any, all} (#128445)Peng Liu1-48/+30
2025-05-28[libc++] Simplify __bitset::__init (#121357)Peng Liu1-17/+8
2025-05-21[libc++] Optimize bitset::to_string (#128832)Peng Liu1-6/+42
2025-04-19[libc++] Backport segmented iterator optimization for std::for_each to C++11 ...Peng Liu1-0/+1
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-4/+3
2025-03-26[libc++] Remove unnecessary division and modulo operations in bitset (#121312)Peng Liu1-2/+6
2025-03-18[libc++] Remove redundant assignments in bitset string-like constructors (#12...Peng Liu1-1/+0
2025-02-26[libc++] Optimize ranges::equal for vector<bool>::iterator (#121084)Peng Liu1-0/+1
2025-02-26Simplify flip() for std::bitset (#120807)Peng Liu1-9/+5
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne1-7/+7
2025-01-30[libc++] Optimize ranges::copy_backward for vector<bool>::iterator (#121026)Peng Liu1-0/+1
2025-01-30[libc++] Optimize ranges::copy{, _n} for vector<bool>::iterator (#121013)Peng Liu1-0/+1
2025-01-14[libc++] Fix ambiguity due to non-uglified member typedefs (#121664)Peng Liu1-16/+12
2025-01-09[libc++] Uglify non-standard member typedef const_reference in bitset (#121620)Peng Liu1-11/+11
2024-12-24[libc++][hardening] Add a bounds check for `valarray` and `bitset`. (#120685)Konstantin Varlamov1-1/+7
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-52/+55
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+0
2024-10-18[libc++] __uglify non-conforming member typedef `base` (#112843)A. Jiang1-26/+30
2024-10-10[libc++] __uglify internal member names of iterators in `bitset` (#111127)A. Jiang1-22/+22
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne1-0/+1
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