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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-14
testsuite_io.h: Only include <ios>.
Paolo Carlini
2
-3
/
+6
2007-05-14
allocator.h: Do not include cpp_type_traits.h.
Paolo Carlini
2
-2
/
+4
2007-05-14
postypes.h (class fpos<>): Remove redundant forward declaration.
Paolo Carlini
1
-0
/
+5
2007-05-14
postypes.h (class fpos<>): Remove redundant forward declaration.
Paolo Carlini
1
-4
/
+2
2007-05-13
stl_tempbuf.h (return_temporary_buffer(_Tp*)): Inline.
Paolo Carlini
2
-2
/
+6
2007-05-13
type_traitsfwd.h: Fix include guard typo.
Paolo Carlini
2
-1
/
+5
2007-05-11
pod_char_traits.h (char_traits<>::move): Use __builtin_memmove.
Paolo Carlini
33
-135
/
+261
2007-05-11
stdexcept: Remove extra spacing.
Benjamin Kosnik
8
-59
/
+239
2007-05-11
11.cc: Include <cstring>.
Paolo Carlini
67
-67
/
+229
2007-05-09
Remove conflict marker
Mark Mitchell
1
-1
/
+0
2007-05-09
cxxabi.h (_GLIBCXX_NOTHROW): New macro.
Mark Mitchell
3
-5
/
+29
2007-05-08
type_traits (make_signed): Remove specializations for floating point types.
Benjamin Kosnik
8
-61
/
+22
2007-05-08
types_std_c++0x_neg.cc: New.
Benjamin Kosnik
2
-0
/
+78
2007-05-08
cxxabi-internal.h: Remove, to be replaced by...
Jason Merrill
14
-569
/
+570
2007-05-08
testsuite_abi.cc: Add CXXABI_1.3.2.
Benjamin Kosnik
3
-1
/
+9
2007-05-07
* include/bits/ostream.tcc (operator<<(char*)): Add __s.
Jason Merrill
2
-4
/
+6
2007-05-07
gnu.ver: Fix symbol versions.
Jason Merrill
3
-4
/
+21
2007-05-07
* config/os/mingw32/os_defines.h (NOMINMAX): Update comment.
Danny Smith
2
-1
/
+5
2007-05-07
re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...
Jason Merrill
24
-547
/
+915
2007-05-07
2007-05-07 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini
1
-1
/
+1
2007-05-07
stl_algobase.h: Do not include <cstring>.
Paolo Carlini
1
-6
/
+6
2007-05-07
stl_algobase.h: Do not include <cstring>.
Paolo Carlini
5
-14
/
+40
2007-05-07
14220.cc: XFAIL on Solaris 2.10.
Mark Mitchell
3
-0
/
+16
2007-05-07
libstdc++.exp (v3_target_compile_as_c): In installed-tree testing, use "remot...
Mark Mitchell
2
-3
/
+11
2007-05-07
type_traits: (make_signed, make_unsigned): Adjust for enum sizes.
Benjamin Kosnik
7
-16
/
+169
2007-05-06
complex: Add missing extern template declarations.
Paolo Carlini
4
-5
/
+170
2007-05-06
2007-05-06 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini
1
-1
/
+1
2007-05-06
re PR libstdc++/31836 (FAIL: 27_io/basic_istream/extractors_arithmetic/char/1...
Paolo Carlini
3
-0
/
+44
2007-05-06
c_locale.cc: Don't use __builtin_huge_val* when __*_HAS_INFINITY__ is false.
Paolo Carlini
2
-12
/
+57
2007-05-05
stl_raw_storage_iter.h (class raw_storage_iterator): Adjust template paramete...
Paolo Carlini
2
-7
/
+13
2007-05-05
cxxabi.h (__cxa_atexit): Conditionalize exception specification on #ifdef __c...
Mark Mitchell
2
-1
/
+11
2007-05-04
stl_memory.h: Rename to stl_auto_ptr.h.
Paolo Carlini
10
-86
/
+109
2007-05-04
atexit_arm.cc: New file.
Mark Mitchell
6
-22
/
+68
2007-05-04
stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocat...
Paolo Carlini
5
-65
/
+106
2007-05-03
type_traits (enable_if): New.
Benjamin Kosnik
33
-6
/
+1568
2007-05-02
re PR libstdc++/31777 (GLIBCXX_FORCE_NEW doesn't always work in pool_allocator)
Paolo Carlini
2
-3
/
+9
2007-05-01
*: Move to...
Benjamin Kosnik
17
-0
/
+11
2007-05-01
explicit_instantiations.cc: Change to...
Benjamin Kosnik
62
-1
/
+6
2007-05-01
explicit_instantiations.cc: Change "basic_ofstream" in comment to type_traits.
Benjamin Kosnik
55
-54
/
+59
2007-04-30
2007-04-30 Benjamin Kosnik <bkoz@redhat.com>
Benjamin Kosnik
157
-33
/
+2862
2007-04-30
libstdc++.exp (v3_target_compile_as_c): Correct regexp to filter out -nostdin...
Hans-Peter Nilsson
2
-1
/
+6
2007-04-30
PR libstdc++/30449 (equal)
Paolo Carlini
5
-174
/
+123
2007-04-30
type_traits (is_pod): Use __is_pod.
Paolo Carlini
6
-19
/
+21
2007-04-29
localefwd.h: Remove redundant inline qualifiers.
Paolo Carlini
4
-51
/
+53
2007-04-27
DR 438, [DR].
Paolo Carlini
27
-46
/
+710
2007-04-25
locale_classes.h: Remove redundant inline specifiers.
Paolo Carlini
5
-29
/
+43
2007-04-24
locale_facets.h (class collate, [...]): Move...
Paolo Carlini
17
-476
/
+595
2007-04-23
locale_facets.h (class time_base, [...]): Move...
Paolo Carlini
11
-3154
/
+3283
2007-04-23
testsuite_flags.in: Add --build-cc option.
Nathan Sidwell
3
-5
/
+21
2007-04-23
libstdc++.exp (libstdc++_init): Use the same flags for remote host testing we...
Mark Mitchell
2
-27
/
+55
[next]