PR libstdc++/88113 use size_type consistently instead of size_t
[gcc.git] / libstdc++-v3 / src /
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...
2018-08-28 Jonathan WakelyPR libstdc++/87116 fix path::lexically_normal() handlin...
2018-08-16 Jonathan WakelyFix bootstrap with --enable-fully-dynamic-string
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-14 Jonathan WakelyPR libstdc++/85343 overload __throw_ios_failure to...
2018-08-07 Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
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 Marek Polacek* src/c++98/locale_init.cc: Fix #ifdef condition.
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-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
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-31 Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-05-25 François Dumontre PR libstdc++/85768 (FreeBSD bootstrap fails due...
2018-05-23 Jonathan WakelyFix handling of an empty filename at end of a path
2018-05-21 Jonathan WakelyFix std::filesystem::absolute for empty paths
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-17 Jonathan WakelyPR libstdc++/85818 ensure path::preferred_separator...
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-03 Jonathan WakelyPR libstdc++/85632 fix wraparound in filesystem::space
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-03-09 Jonathan WakelyUse non-throwing is_directory in filesystem::create_dir...
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-05 Jonathan WakelyPR libstdc++/83626 simplify filesystem::remove and...
2018-01-05 Jonathan WakelyPR libstdc++/83279 Use non-null offset argument for...
2018-01-05 Jonathan WakelyPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04 Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-14 Jonathan WakelyPR libstdc++/83279 handle sendfile not copying entire...
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-11-07 Jonathan WakelyCheck for S_ISSOCK before use
2017-11-01 Jonathan WakelyPR libstdc++/82777 fix path normalization for dot-dot
2017-10-27 Jonathan WakelyRemove noexcept from filesystem iterators and operation...
2017-10-25 Jonathan WakelyPR libstdc++/79283 fix filesystem::read_symlink for...
2017-10-25 Jonathan WakelyFix filesystem::path::lexically_normal algorithm
2017-10-24 Jonathan WakelyAvoid -Wattribute-alias warnings for long double compat...
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-09-25 Uros Bizjakre PR c/81854 (weak alias of an incompatible symbol...
2017-08-20 Martin Seborre PR c/81854 (weak alias of an incompatible symbol...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-06-15 François Dumont2017-06-15 François Dumont <fdumont@gcc.gnu.org>
2017-06-12 Jonathan WakelyPR libstdc++/55917 do not handle exceptions in std...
2017-06-03 Eric Botcazouconfigure.ac (*-*-linux-android*): Set target_makefile_...
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)...
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-06 Felipe Magno de... Add #ifdef case for 16 bits in cow-stdexcept.cc
2016-12-06 Aditya KumarAdd missing noexcept on std::_Sp_locker constructors
next