do not include <utility> from tree-vectorizer.h
[gcc.git] / libstdc++-v3 / src /
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
2019-01-12 Jonathan WakelyPR libstdc++/88811 fix typo introduced in r266569
2019-01-10 Ville VoutilainenImplement LWG 2221: formatted output operator for nullptr
2019-01-08 Jonathan WakelyPR libstdc++/88749 fix build failure in src/filesystem...
2019-01-07 Jonathan WakelyFix build for systems without POSIX truncate
2019-01-06 Jonathan WakelyPR libstdc++/86756 Move rest of std::filesystem to...
2019-01-06 Jonathan WakelyPR libstdc++/86756 add std::filesystem::path to libstdc...
2019-01-05 Jonathan WakelyDefine new filesystem::__file_clock type
2019-01-04 Jonathan WakelyExport explicit instantiations for C++17 members of...
2019-01-04 Jonathan WakelyFix bugs in filesystem::path::lexically_normal()
2019-01-04 Jonathan WakelyFix concatenation bug in filesystem::path
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-18 Jonathan WakelyFix previous commit to move instead of copying
2018-12-18 Jonathan WakelyMicro-optimization to avoid creating temporary path
2018-12-18 Jonathan WakelyLWG 2936: update path::compare logic and optimize strin...
2018-12-17 Jonathan WakelyPR libstdc++/71044 fix off-by-one errors introduced...
2018-12-13 Jonathan WakelyFix handling of POSIX paths containing a root-name
2018-12-13 Jonathan WakelyPR libstdc++/71044 optimize std::filesystem::path const...
2018-11-29 Jonathan WakelyPR libstdc++/86910 fix filesystem::create_directories
2018-11-28 Jonathan WakelyFix undefined references in libstdc++fs.a
2018-11-28 Jonathan WakelyApply resolution for LWG DR 3096
2018-11-28 Jonathan WakelyPR libstdc++/83306 make filesystem_error no-throw copyable
2018-11-27 Jonathan WakelyPR libstdc++/67843 set shared_ptr lock policy at build...
2018-11-21 Jonathan WakelyPR libstdc++/88111 Make maximum block size depend on...
2018-11-21 Jonathan WakelyPR libstdc++/88113 use size_type consistently instead...
2018-11-17 Jonathan WakelyImplement std::pmr::synchronized_pool_resource
2018-11-15 Jonathan WakelyOptimize pool resource allocation
2018-11-13 Jonathan WakelyFix error when selecting number of memory pools
2018-11-13 Jonathan WakelyFix unused parameter warnings introduced in earlier...
2018-11-13 Jonathan WakelyRemove redundant loop in unsynchronized_pool_resource...
2018-11-13 Jonathan WakelyImprove handling of pool_options::largest_required_pool...
2018-11-13 Jonathan WakelyFix incorrect assertion when deallocating big block
2018-11-13 Jonathan WakelyFix overflows in std::pmr::unsynchonized_pool_resource
2018-11-12 Jonathan WakelyPR libstdc++/87963 fix build for 64-bit mingw
2018-11-06 Jonathan WakelyImplement std::pmr::unsynchronized_pool_resource
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-18 Jonathan WakelyPR libstdc++/87641 correctly initialize accumulator...
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-10-03 Jonathan WakelyPR libstdc++/59439 optimize uses of classic ("C") std...
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...
next