aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/bitset
AgeCommit message (Expand)AuthorFilesLines
2025-07-16libstdc++: Use basic_string_view for std::bitset deduced typesJonathan Wakely1-1/+4
2025-07-03libstdc++: construct bitset from string_view (P2697) [PR119742]Nathan Myers1-28/+54
2025-04-29libstdc++: Use constexpr-if for C++11 and C++14Jonathan Wakely1-3/+9
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-08-23libstdc++: Make std::vector<bool>::reference constructor private [PR115098]Jonathan Wakely1-4/+1
2024-08-01libstdc++: Use memcmp to optimize std::bitset::_M_is_equal() [PR113807]Jonathan Wakely1-4/+10
2024-02-15libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]Jonathan Wakely1-4/+1
2024-02-15libstdc++: Use memset to optimize std::bitset::set() [PR113807]Jonathan Wakely1-2/+9
2024-01-31libstdc++: Fix -Wshift-count-overflow warning in std::bitsetJonathan Wakely1-6/+7
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-4/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-06libstdc++: Fix misuse of alloca in std::bitset [PR108214]Jonathan Wakely1-10/+14
2022-10-04libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]Jonathan Wakely1-7/+1
2022-10-03libstdc++: Enable std::bitset<N>::bitset(const char*) for freestandingJonathan Wakely1-12/+50
2022-10-03libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]Arsen Arsenović1-4/+5
2022-09-30libstdc++: Optimize operator>> for std::bitsetJonathan Wakely1-9/+27
2022-09-30libstdc++: Remove non-standard public members in std::bitsetJonathan Wakely1-36/+33
2022-09-30libstdc++: Add missing <bits/stl_algobase.h> include to <bitset>Arsen Arsenović1-0/+2
2022-09-26libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]Jonathan Wakely1-2/+3
2022-09-23libstdc++: Micro-optimizaion for std::bitset stream extractionJonathan Wakely1-1/+1
2022-09-23libstdc++: Optimize std::bitset<N>::to_stringJonathan Wakely1-3/+6
2022-09-22libstdc++: Implement constexpr std::bitset for C++23 (P2417R2)Jonathan Wakely1-79/+165
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-16/+16
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely1-4/+0
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-08Define special members as defaultedJonathan Wakely1-0/+4
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont1-3/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-17/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Improve generated libstdc++ API docsJonathan Wakely1-3/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-14any (any_cast): Combine duplicate doxygen comments.Jonathan Wakely1-2/+3
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov1-17/+27
2013-07-31re PR libstdc++/56627 (class hash instead of struct hash)Paolo Carlini1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-3/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-16/+16
2012-05-10random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a te...DJ Delorie1-1/+1
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik1-6/+6
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini1-2/+2