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/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-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-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
/
libsupc++
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
libstdc++: Move atomic functions to libsupc++ [PR 96657]
Jonathan Wakely
2
-7
/
+15
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
5
-5
/
+7
2021-03-25
libstdc++: Declare malloc for freestanding
Jonathan Wakely
1
-0
/
+4
2021-03-10
libstdc++: Implement LWG 3530 for concept-constrained comparisons
Jonathan Wakely
1
-1
/
+6
2021-02-23
PR c++/99074 - crash in dynamic_cast<>() on null pointer
Martin Sebor
1
-0
/
+3
2021-02-11
libstdc++: Fix versioned namespace build
Jonathan Wakely
2
-5
/
+9
2021-01-04
Update copyright years.
Jakub Jelinek
83
-83
/
+83
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-1
/
+5
2020-11-09
libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]
Jonathan Wakely
1
-9
/
+0
2020-11-07
libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...
Liu Hao
2
-4
/
+18
2020-11-05
libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]
Jonathan Wakely
2
-43
/
+33
2020-10-28
libstdc++: Add comment to nothrow new explaining catch (...)
Jonathan Wakely
1
-3
/
+7
2020-10-26
libstdc++: Fix declarations of memalign etc. for freestanding [PR 97570]
Jonathan Wakely
1
-1
/
+1
2020-10-12
PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)
Martin Sebor
1
-6
/
+6
2020-10-08
libstdc++: Fix non-reserved names in headers
Jonathan Wakely
1
-8
/
+9
2020-10-06
libstdc++: Inline std::exception_ptr members [PR 90295]
Jonathan Wakely
2
-52
/
+83
2020-09-26
libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]
Jonathan Wakely
1
-7
/
+40
2020-09-25
libstdc++: Remove redundant -std=gnu++1z flags from makefile
Jonathan Wakely
2
-44
/
+0
2020-09-11
libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warning
Christophe Lyon
1
-1
/
+1
2020-09-11
libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno-exceptions.
Christophe Lyon
1
-1
/
+1
2020-09-02
libstdc++: Break header cycle between <new> and <exception>
Jonathan Wakely
2
-3
/
+4
2020-06-23
libstdc++: Regenerate makefiles
Jonathan Wakely
1
-0
/
+1
2020-05-04
libstdc++: Fix the return type of __cxa_finalize
Fangrui Song
1
-1
/
+1
2020-05-04
libstdc++: Avoid negating a size_t [pr 94747]
Nathan Sidwell
1
-5
/
+6
2020-04-20
libstdc++: Update __cpp_lib_three_way_comparison macro
Jonathan Wakely
1
-2
/
+14
2020-04-14
libstdc++: Fix constraints on std::compare_three_way
Jonathan Wakely
1
-3
/
+5
2020-04-14
libstdc++: Make comparison category comparisons noexcept (PR 94565)
Jonathan Wakely
1
-1
/
+1
2020-04-09
libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)
Jonathan Wakely
1
-20
/
+29
2020-02-20
libstdc++: Remove std::type_info::operator!= for C++20
Jonathan Wakely
1
-0
/
+3
2020-02-19
libstdc++: Simplify std::three_way_comparable_with (LWG 3360)
Jonathan Wakely
1
-6
/
+4
2020-02-19
libstdc++: Simplify std::totally_ordered (LWG 3331)
Jonathan Wakely
1
-14
/
+0
2020-02-17
libstdc++: P1964R2 Wording for boolean-testable
Jonathan Wakely
1
-10
/
+10
2020-02-17
libstdc++ P1956R1 On the names of low-level bit manipulation functions
Jonathan Wakely
1
-1
/
+1
2020-02-07
libstdc++: Optimize C++20 comparison category types
Jonathan Wakely
1
-63
/
+33
2020-01-29
libstdc++: Simplify constraints on std::compare_three_way
Jonathan Wakely
1
-9
/
+3
2020-01-29
libstdc++: Make std::compare_three_way check if <=> is valid (PR 93479)
Jonathan Wakely
1
-1
/
+3
2020-01-24
libstdc++: Simplify construction of comparison category types
Jonathan Wakely
1
-28
/
+11
2020-01-24
Add `--with-toolexeclibdir=' configuration option
Maciej W. Rozycki
1
-0
/
+1
2020-01-17
libstdc++: Fix freestanding build PR 92376)
Jonathan Wakely
1
-0
/
+15
2020-01-06
libstdc++: Define __cpp_lib_three_way_comparison conditionally
Jonathan Wakely
1
-2
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
83
-83
/
+83
2019-12-12
libstdc++: Simplify std::common_comparison_category
Jonathan Wakely
1
-31
/
+22
2019-12-03
libstdc++: Implement spaceship for std::pair (P1614R2)
Jonathan Wakely
1
-18
/
+63
2019-11-13
libsupc++: Implement comparison algorithms for C++20
Jonathan Wakely
1
-10
/
+336
2019-11-08
libstdc++: define std::common_comparison_category for C++20
Jonathan Wakely
1
-18
/
+81
2019-11-07
Implement D1959R0, remove weak_equality and strong_equality.
Jason Merrill
1
-134
/
+2
2019-11-06
libstdc++: Add compare_three_way and install <compare> header
Jonathan Wakely
2
-9
/
+33
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
2
-1
/
+645
2019-10-18
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
Jonathan Wakely
1
-2
/
+3
2019-09-10
[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptions
Christophe Lyon
1
-1
/
+9
[next]