index
:
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
src
/
c++11
/
Makefile.am
Age
Commit message (
Expand
)
Author
2025-05-02
libstdc++: Add some more makefile dependencies
Jonathan Wakely
2025-04-25
libstdc++: Add some makefile dependencies
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-26
libstdc++: Move std::error_category symbol to separate file [PR117630]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-12-12
libstdc++: Remove redundant -std flags from Makefile
Jonathan Wakely
2023-09-15
libstdc++: Implement C++26 native handles for file streams (P1759R6)
Jonathan Wakely
2023-09-11
libstdc++: Move __glibcxx_assert_fail to its own file
Jonathan Wakely
2023-02-06
libstdc++: Enable building libstdc++.{a,so} when !HOSTED
Arsen Arsenović
2023-01-16
Update copyright years.
Jakub Jelinek
2022-05-26
libstdc++: Move std::iostream_category() definition to new file
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-01-18
libstd++: : Add workaround for as Error: file number less than one error [PR9...
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-01-01
Update copyright years.
Jakub Jelinek
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-24
Add initial version of C++17 <memory_resource> header
Jonathan Wakely
2018-04-18
PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.cc
Jonathan Wakely
2018-04-13
Fix broken sed command from previous commit
Jonathan Wakely
2018-04-13
Fix __iosfail_type_info hack to work on darwin
Jonathan Wakely
2018-04-12
Fix comments that misspell names of files and classes
Jonathan Wakely
2018-04-10
PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-02-03
PR libstdc++/60936 reduce coupling between objects in libstdc++.a
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-04-29
Remove trailing whitespace from libstdc++-v3 files
Chris Gregory
2016-01-04
Update copyright years.
Jakub Jelinek
2015-01-16
libstdc++: Optimize synchronization in std::future if futexes are available.
Torvald Riegel
2015-01-16
acinclude.m4: Fix typo in comment.
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-12-23
Compile locale-inst.cc and wlocale-inst.cc as C++11.
Jonathan Wakely
2014-12-19
New std::string implementation.
Jonathan Wakely
2014-11-14
Define C++11 version of std::ios_base::failure.
Jonathan Wakely
2014-10-20
Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...
Jonathan Wakely
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-09-21
Print additional info when various out-of-range conditions are detected.
Paul Pluzhnikov
2013-08-06
Commit the vtable verification feature.
Caroline Tice
2013-02-12
Makefile.am (hashtable_c++0x.lo, [...]): Use -fimplicit-templates.
Benjamin Kosnik
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-09-29
fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.
Benjamin Kosnik
2012-09-20
re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)
Benjamin Kosnik
2012-08-29
random.h (random_device): Move implementation to...
Ulrich Drepper
2012-03-29
re PR libstdc++/52689 (static linking with libstdc++ fails)
Benjamin Kosnik
2012-02-02
re PR libstdc++/52068 (libc++98.a and libc++11.a are installed)
Benjamin Kosnik
2012-01-23
[multiple changes]
Benjamin Kosnik