libstdc++: Fix some more deadlocks in tests [PR 97936]
[gcc.git] / libstdc++-v3 / src /
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-24 Jonathan Wakelylibstdc++: Use __libc_single_threaded for locale initia...
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-16 Jonathan Wakelylibstdc++: Fix error shown during Solaris build
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-10 Jonathan Wakelylibstdc++: Add remaining C++20 additions to <sstream...
2020-11-05 Jonathan Wakelylibstdc++: Use non-throwing increment in recursive_dire...
2020-11-05 Jonathan Wakelylibstdc++: Export basic_stringbuf constructor [PR 97729]
2020-11-05 Jonathan Wakelylibstdc++: Fix new <sstream> constructors
2020-11-03 Jonathan Wakelylibstdc++: Refactor std::call_once internals
2020-11-03 Jonathan Wakelylibstdc++: Rewrite std::call_once to use futexes [PR...
2020-11-03 Jonathan Yonglibstdc++: use lt_host_flags for libstdc++.la
2020-10-31 François Dumontlibstdc++: Fix gnu-version-namespace buid
2020-10-31 Jonathan Wakelylibstdc++: Use double for unordered container load...
2020-10-28 Thomas Rodgerslibstdc++: Implement C++20 features for <sstream>
2020-10-27 Jonathan Wakelylibstdc++: Fix directory_iterator exception specification
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-22 Jonathan Wakelylibstdc++: Fix out-of-bounds string_view access in...
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-09-10 Jonathan Wakelylibstdc++: handle small max_blocks_per_chunk in pool...
2020-09-10 Jonathan Wakelylibstdc++: Reduce monotonic_buffer_resource overallocat...
2020-08-11 Jonathan Wakelylibstdc++: Make std::this_thread functions work without...
2020-08-10 Jonathan Wakelylibstdc++: Fix build for targets without lstat [PR...
2020-08-10 Jonathan Wakelylibstdc++: Use _wstat64 for Windows [PR 95749]
2020-08-06 Jonathan Wakelylibstdc++: Do not set eofbit eagerly in operator>>...
2020-08-06 Jonathan Wakelylibstdc++: Fix unnecessary allocations in read_symlink...
2020-08-05 Jonathan Wakelylibstdc++: Replace operator>>(istream&, char*) [LWG...
2020-07-31 Jonathan Wakelylibstdc++: Fix use of newlocale in std:::from_chars
2020-07-30 Jonathan Wakelylibstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof...
2020-07-27 Jonathan Wakelylibstdc++: Make std::from_chars always round to nearest
2020-07-20 Jonathan Wakelylibstdc++: Add std::from_chars for floating-point types
2020-07-13 Jonathan Wakelylibstdc++: Fix istream::ignore exit conditions (PR...
2020-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-06-11 Jonathan Wakelylibstdc++: Fix istream::ignore discarding too many...
2020-05-23 Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
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-05-04 Jonathan Wakelylibstdc++: Fix incorrect size calculation in PMR resour...
2020-05-04 Jonathan Wakelylibstdc++: Make pmr::synchronized_pool_resource work...
2020-03-09 Jonathan Wakelylibstdc++: Handle type-changing path concatenations...
2020-03-06 Andreas Krebbellibstdc++: Deal with ENOSYS == ENOTSUP
2020-02-17 Jonathan Wakelylibstdc++ P1956R1 On the names of low-level bit manipul...
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-09 Jonathan Wakelylibstdc++: Define memory resource key functions non...
2020-01-08 Jonathan Wakelylibstdc++: Fix error handling in filesystem::remove_all...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-12 François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-12-09 Jonathan Wakelylibstdc++: fix buffer overflow in path::operator+=...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3070 in path::lexically_relative
2019-10-16 François Dumont[_GLIBCXX_DEBUG] Clarify constness and state <unknown...
2019-10-10 Jonathan WakelyPR libstdc++/91057 fix bootstrap failure on powerpc
2019-10-09 Jonathan WakelyPR libstdc++/91057 set locale::id::_M_index atomically
2019-10-09 Jonathan WakelyPR libstdc++/78552 only construct std::locale for C...
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-09-27 Jonathan WakelyPR libstdc++/91910 fix data race in Debug Mode destructors
2019-09-02 Jonathan WakelyUse __constinit keyword in libstdc++ sources
2019-08-23 Joseph MyersFix libstdc++ lstat missing return type for Windows...
2019-08-12 Jonathan WakelyPR libstdc++/90361 add missing macro definition
2019-06-27 Jonathan WakelyPR libstdc++/91012 fixfilesystem_error::what() string
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-07 Jonathan WakelyPR libstdc++/90770 fix missing src/debug/Makefile
2019-05-31 Jonathan WakelyFix breakage due to removing __gnu_cxx::size_t declaration
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
2019-05-29 Jonathan WakelyPR libstdc++/88881 fix filesystem::symlink_status for...
2019-05-29 Jonathan WakelyOptimize filesystem::path::parent_path()
2019-05-29 Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-05-28 Jonathan WakelyPR libstdc++/90634 reduce allocations in filesystem...
2019-05-22 Jonathan WakelyPR libstdc++/90557 fix path assignment that alters...
2019-05-16 Jonathan WakelyRemove incorrect assertion from filesystem::absolute
2019-05-04 Jonathan WakelyPR libstdc++/90299 make filesystem::absolute overloads...
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-04-11 Jonathan WakelyPR libstdc++/90046 fix build failure on epiphany-elf
2019-04-05 Jonathan WakelyShare all recursive_directory_iterator state [LWG 2708]
2019-04-05 Jonathan WakelyFix directory_iterator handling of DT_UNKNOWN
2019-04-05 Jonathan WakelyMake filesystem::path safe for self assignment
2019-03-30 Eric Botcazou* src/c++17/fs_ops.cc (fs::permissions): Use std::errc...
2019-03-03 Jonathan WakelyPR libstdc++/89562 use binary mode for file I/O
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-22 Jakub Jelinekre PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclE...
2019-02-20 Jakub Jelinekre PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclE...
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-09 Jonathan WakelyAdd noexcept to filesystem::path query functions
2019-01-30 Jonathan WakelyPR libstdc++/89117 fix path::replace_extension("")...
2019-01-18 Jonathan WakelyPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-17 Jonathan WakelyFix filesystem::equivalent for mingw
2019-01-17 Jonathan WakelyPR libstdc++/88884 fix filesystem::absolute("//") for...
2019-01-17 Jonathan WakelyPR libstdc++/88881 adjust filesystem::status and tests...
2019-01-16 Jonathan WakelyFix failing filesystem tests on mingw targets
next