summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_bvector.h
AgeCommit message (Expand)Author
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-03-25libstdc++: Fix std::vector::append_range for overlapping rangesJonathan Wakely
2025-03-24libstdc++: Ensure that std::vector<bool> allocator has bool value_typeJonathan Wakely
2025-01-31libstdc++: Fix return value of vector::insert_rangePatrick Palka
2025-01-23Optimize vector<bool>::operator[]Jan Hubicka
2025-01-02Update copyright years.Jakub Jelinek
2024-12-03libstdc++: Make std::vector<bool> constructor noexcept (LWG 3778)Jonathan Wakely
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely
2024-10-27libstdc++: Fix std::vector<bool>::emplace to forward parameterJonathan Wakely
2024-08-23libstdc++: Make std::vector<bool>::reference constructor private [PR115098]Jonathan Wakely
2024-07-24libstdc++: Fix std::vector<bool> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely
2024-07-10libstdc++: Use direct-initialization for std::vector<bool>'s allocator [PR115...Jonathan Wakely
2024-06-27libstdc++: Add debug assertions to std::vector<bool> [PR103191]Jonathan Wakely
2024-06-05[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__Alexandre Oliva
2024-03-22libstdc++: Constrain std::vector default constructor [PR113841]Jonathan Wakely
2024-03-19libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]Jonathan Wakely
2024-02-28libstdc++: Add more nodiscard uses in <vector>Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-15Revert "libstdc++: bvector: undef always_inline macro"Alexandre Oliva
2023-11-14libstdc++: bvector: undef always_inline macroAlexandre Oliva
2023-11-11libstdc++: Do not use assume attribute for Clang [PR112467]Jonathan Wakely
2023-11-09libstdc++: optimize bit iterators assuming normalization [PR110807]Alexandre Oliva
2023-07-26libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807]Jonathan Wakely
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-08-23libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2Patrick Palka
2022-02-17libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely
2021-11-16libstdc++: Use hidden friends for vector<bool>::reference swap overloadsJonathan Wakely
2021-11-12libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely
2021-11-11libstdc++: Remove public std::vector<bool>::data() memberJonathan Wakely
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely
2021-03-10libstdc++: Fix headers that can't be used as header units [PR 99413]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-07-31libstdc++: Fix and improve std::vector<bool> implementation.François Dumont
2020-05-06libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-30Apply C++20 changes to various iterator typesJonathan Wakely
2019-05-11stl_bvector.h (operator==(const _Bit_iterator_base&, const _Bit_iterator_base...François Dumont
2019-04-29Add nodiscard to std::vector<bool>::empty()Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-10-30PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely
2018-10-02vector<bool> _M_start and 0 offsetMarc Glisse
2018-06-08Define special members as defaultedJonathan Wakely
2018-05-02deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont