index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
bitset
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
libstdc++: Use basic_string_view for std::bitset deduced types
Jonathan Wakely
1
-1
/
+4
2025-07-03
libstdc++: construct bitset from string_view (P2697) [PR119742]
Nathan Myers
1
-28
/
+54
2025-04-29
libstdc++: Use constexpr-if for C++11 and C++14
Jonathan Wakely
1
-3
/
+9
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-08-23
libstdc++: Make std::vector<bool>::reference constructor private [PR115098]
Jonathan Wakely
1
-4
/
+1
2024-08-01
libstdc++: Use memcmp to optimize std::bitset::_M_is_equal() [PR113807]
Jonathan Wakely
1
-4
/
+10
2024-02-15
libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
Jonathan Wakely
1
-4
/
+1
2024-02-15
libstdc++: Use memset to optimize std::bitset::set() [PR113807]
Jonathan Wakely
1
-2
/
+9
2024-01-31
libstdc++: Fix -Wshift-count-overflow warning in std::bitset
Jonathan Wakely
1
-6
/
+7
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-4
/
+3
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-06
libstdc++: Fix misuse of alloca in std::bitset [PR108214]
Jonathan Wakely
1
-10
/
+14
2022-10-04
libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]
Jonathan Wakely
1
-7
/
+1
2022-10-03
libstdc++: Enable std::bitset<N>::bitset(const char*) for freestanding
Jonathan Wakely
1
-12
/
+50
2022-10-03
libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]
Arsen Arsenović
1
-4
/
+5
2022-09-30
libstdc++: Optimize operator>> for std::bitset
Jonathan Wakely
1
-9
/
+27
2022-09-30
libstdc++: Remove non-standard public members in std::bitset
Jonathan Wakely
1
-36
/
+33
2022-09-30
libstdc++: Add missing <bits/stl_algobase.h> include to <bitset>
Arsen Arsenović
1
-0
/
+2
2022-09-26
libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]
Jonathan Wakely
1
-2
/
+3
2022-09-23
libstdc++: Micro-optimizaion for std::bitset stream extraction
Jonathan Wakely
1
-1
/
+1
2022-09-23
libstdc++: Optimize std::bitset<N>::to_string
Jonathan Wakely
1
-3
/
+6
2022-09-22
libstdc++: Implement constexpr std::bitset for C++23 (P2417R2)
Jonathan Wakely
1
-79
/
+165
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-16
/
+16
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-04-15
libstdc++: Add comparison operators to types from Utilities clause
Jonathan Wakely
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-09-26
Remove include directives for deleted Profile Mode headers
Jonathan Wakely
1
-4
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-06-08
Define special members as defaulted
Jonathan Wakely
1
-0
/
+4
2018-03-20
re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)
François Dumont
1
-3
/
+5
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-04
Fix -Wunused warnings in libstdc++ headers
Jonathan Wakely
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-17
/
+17
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-10
Improve generated libstdc++ API docs
Jonathan Wakely
1
-3
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-06-14
any (any_cast): Combine duplicate doxygen comments.
Jonathan Wakely
1
-2
/
+3
2014-06-14
api.xml: Link to more recent API docs.
Jonathan Wakely
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-09-21
Print additional info when various out-of-range conditions are detected.
Paul Pluzhnikov
1
-17
/
+27
2013-07-31
re PR libstdc++/56627 (class hash instead of struct hash)
Paolo Carlini
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-3
/
+1
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-16
/
+16
2012-05-10
random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a te...
DJ Delorie
1
-1
/
+1
2011-12-10
user.cfg.in: Add macros, directories.
Benjamin Kosnik
1
-6
/
+6
2011-11-18
hash-long-double-aux.cc: Rename to...
Paolo Carlini
1
-2
/
+2
[next]