Daily bump.
[gcc.git] / libstdc++-v3 / src / c++11 /
2021-01-18 Jakub Jelineklibstd++: : Add workaround for as Error: file number...
2021-01-14 François Dumontlibstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-17 Jonathan Wakelylibstdc++: Fix -Wunused warning
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-12-09 Jonathan Wakelylibstdc++: Fix build failure for target with no way...
2020-11-25 Jonathan Wakelylibstdc++: Encapsulate __gthread_cond_t as std::__condvar
2020-11-24 Jonathan Wakelylibstdc++: Throw instead of segfaulting in std::thread...
2020-11-19 Jonathan Wakelylibstdc++: Move std::thread to a new header
2020-11-19 Jonathan Wakelylibstdc++: Fix overflow checks to use the correct ...
2020-11-17 Jonathan Wakelylibstdc++: Revert changes for SYS_clock_gettime64 ...
2020-11-13 Jonathan Wakelylibstdc++: Use custom timespec in system calls [PR...
2020-11-13 Jonathan Wakelylibstdc++: Remove redundant overflow check for futex...
2020-11-13 Jonathan Wakelylibstdc++: Avoid more 32-bit time_t overflows in futex...
2020-11-13 Jonathan Wakelylibstdc++: Avoid 32-bit time_t overflows in futex calls
2020-11-12 Jonathan Wakelylibstdc++: Optimise std::future::wait_for and fix futex...
2020-11-03 Jonathan Wakelylibstdc++: Refactor std::call_once internals
2020-11-03 Jonathan Wakelylibstdc++: Rewrite std::call_once to use futexes [PR...
2020-10-31 Jonathan Wakelylibstdc++: Use double for unordered container load...
2020-10-05 Jonathan Wakelylibstdc++: Reduce uses of std::numeric_limits
2020-10-05 Jonathan Wakelylibstdc++: Make allocators throw bad_array_new_length...
2020-09-11 Mike Crowelibstdc++: Support futex waiting on chrono::steady_cloc...
2020-09-11 Mike Crowelibstdc++: Use FUTEX_CLOCK_REALTIME for futex wait
2020-08-11 Jonathan Wakelylibstdc++: Make std::this_thread functions work without...
2020-08-05 Jonathan Wakelylibstdc++: Replace operator>>(istream&, char*) [LWG...
2020-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-05-19 Jonathan Wakelylibstdc++: Use RDRAND as fallback if RDSEED keeps faili...
2020-05-11 François DumontRevert "libstdc++ Enhance thread safety of debug mode...
2020-05-10 François Dumontlibstdc++ Enhance thread safety of debug mode iterators
2020-03-06 Andreas Krebbellibstdc++: Deal with ENOSYS == ENOTSUP
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-12 François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-10-16 François Dumont[_GLIBCXX_DEBUG] Clarify constness and state <unknown...
2019-09-27 Jonathan WakelyPR libstdc++/91910 fix data race in Debug Mode destructors
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
2019-05-29 Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-05-04 Jonathan WakelyFix std::hash<std::error_condition>
2019-05-04 François Dumonthashtable.h (_Hashtable<>::rehash): Review comment.
2019-04-29 Jonathan WakelyPR libstdc++/71312 Increase alignment of pooled mutexes
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-01-18 Jonathan WakelyPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-01 Jakub JelinekUpdate copyright years.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-15 Jonathan WakelyPR libstdc++/87587 prevent -Wabi warnings
2018-10-11 Jonathan WakelyPR libstdc++/80538 Only call sleep for non-zero values
2018-09-21 François Dumontre PR libstdc++/87135 ([C++17] unordered containers...
2018-09-18 François Dumontre PR libstdc++/87135 ([C++17] unordered containers...
2018-08-16 Jonathan WakelyFix bootstrap with --enable-fully-dynamic-string
2018-08-14 Jonathan WakelyPR libstdc++/85343 overload __throw_ios_failure to...
2018-08-03 Jonathan WakelyAdd workaround for non-unique errno values on AIX
2018-08-01 Jonathan WakelyAdd -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
2018-08-01 Jonathan WakelyPR libstdc++/60555 std::system_category() should recogn...
2018-07-26 Jonathan WakelyAdd missing checks for _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-07-26 Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-17 Jonathan WakelyRemove unused explicit instantiation of __bind_simple
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-06-21 Jonathan WakelyPR libstdc++/83328 add correct basic_string::insert...
2018-06-15 Jonathan WakelyLWG 3076 basic_string CTAD ambiguity
2018-06-07 François Dumont2018-06-07 François Dumont <fdumont@gcc.gnu.org>
2018-05-25 François Dumontre PR libstdc++/85768 (FreeBSD bootstrap fails due...
2018-05-20 Jonathan WakelyPR libstdc++/85843 fix "should be explicitly initialize...
2018-05-19 Jonathan WakelyFix std::codecvt_utf8<wchar_t> for Mingw
2018-05-09 François Dumontsafe_iterator.h (_Safe_iterator<>::_M_constant()):...
2018-05-08 François Dumontdebug.cc [...]: Include execinfo.h.
2018-05-08 François Dumontformatter.h (_Error_formatter::_M_function): New.
2018-05-02 Jonathan WakelyPR libstdc++/68197 fail on negative iword/pword indices
2018-04-18 Jonathan WakelyPR libstdc++/85442 fix duplicate debuginfo for cxx11...
2018-04-13 Jonathan WakelyFix broken sed command from previous commit
2018-04-13 Jonathan WakelyFix __iosfail_type_info hack to work on darwin
2018-04-12 Jonathan WakelyFix comments that misspell names of files and classes
2018-04-12 Jonathan WakelyRemove #define made redundant by r259281
2018-04-10 Jonathan WakelyPR libstdc++/85222 allow catching iostream errors as...
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-10-24 Jonathan WakelyAvoid -Wattribute-alias warnings for long double compat...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-06-12 Jonathan WakelyPR libstdc++/55917 do not handle exceptions in std...
2017-05-24 Jonathan WakelyUse CHAR_BIT instead of assuming 8 bits
2017-05-23 Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-05-11 François Dumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-03-17 Jonathan WakelyFix alignment bugs in std::codecvt_utf16
2017-03-16 Jonathan WakelyPR libstdc++/79980 fix target type of cast
2017-03-16 Jonathan WakelyPR libstdc++/80041 fix codecvt_utf16<wchar_t> to use...
2017-03-16 Jonathan WakelyFix encoding() and max_length() values for codecvt...
2017-03-16 Jonathan WakelyPR libstdc++/79980 fix BOM detection, maxcode checks...
2017-03-16 Jonathan WakelyPR libstdc++/79511 fix endianness of UTF-16 data
2017-02-16 Jonathan WakelyPR libstdc++/60936 fix length calculation
2017-02-08 Gerald Pfeifer* src/c++11/snprintf_lite.cc (__err): Use https for...
2017-02-08 Gerald Pfeifer* src/c++11/snprintf_lite.cc (__err): Update bug report...
2017-02-03 Jonathan WakelyPR libstdc++/60936 reduce coupling between objects...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-16 Jonathan WakelyPR66145 use new ABI for std::ios::failure exceptions
2017-01-16 Jonathan WakelyPR78702 fix accessibility of locale::facet::__shim
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
next