libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]
[gcc.git] / libstdc++-v3 / src / c++17 /
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-10 Jonathan Wakelylibstdc++: Fix build for targets without lstat [PR...
2020-08-06 Jonathan Wakelylibstdc++: Fix unnecessary allocations in read_symlink...
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-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-05-23 Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
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-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-09 Jonathan Wakelylibstdc++: fix buffer overflow in path::operator+=...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3070 in path::lexically_relative
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-09-02 Jonathan WakelyUse __constinit keyword in libstdc++ sources
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-05-29 Jonathan WakelyPR libstdc++/88881 fix filesystem::symlink_status for...
2019-05-29 Jonathan WakelyOptimize filesystem::path::parent_path()
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-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-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-09 Jonathan WakelyAdd noexcept to filesystem::path query functions
2019-01-30 Jonathan WakelyPR libstdc++/89117 fix path::replace_extension("")...
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-10 Ville VoutilainenImplement LWG 2221: formatted output operator for nullptr
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-04 Jonathan WakelyExport explicit instantiations for C++17 members of...
2019-01-01 Jakub JelinekUpdate copyright years.
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-08-15 Jonathan WakelyFix single-threaded build for targets without atomics
2018-08-14 Jonathan WakelyPR libstdc++/86846 Alternative to pointer-width atomics
2018-08-07 Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-07-25 Jonathan WakelyAdd new src/c++17 directory to list in acinclude.m4
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header