Fix typos in params.def.
[gcc.git] / libstdc++-v3 /
2018-08-08 François Dumont2018-08-08 François Dumont <fdumont@gcc.gnu.org>
2018-08-08 Jonathan WakelyPrevent internal aligned_alloc clashing with libc version
2018-08-08 Jonathan WakelyFix Docbook markup for table entry
2018-08-08 Jonathan WakelyAdd missing <experimental/numeric> header to docs
2018-08-08 Jonathan WakelyPR libstdc++/86597 directory_entry observers should...
2018-08-07 Jonathan WakelyPR libstdc++/86874 fix std::variant::swap regression
2018-08-07 Jonathan WakelyPR libstdc++/86861 Meet precondition for Solaris memalign
2018-08-07 Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-08-05 François Dumontstl_iterator.h: Fix comment.
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 Mike CroweUse steady_clock to implement condition_variable::wait_for
2018-08-01 Mike CroweReport early wakeup of condition_variable::wait_until...
2018-08-01 Jonathan WakelyPR libstdc++/60555 std::system_category() should recogn...
2018-07-31 Jonathan WakelyPR libstdc++/86751 default assignment operators for...
2018-07-31 Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-31 Jonathan WakelyImprove libstdc++ docs w.r.t newer C++ standards
2018-07-31 Jonathan WakelyReplace safe bool idiom with explicit operator bool
2018-07-30 Jonathan WakelyPR libstdc++/86734 make reverse_iterator::operator...
2018-07-30 Jonathan WakelyAdd workaround for aligned_alloc bug on AIX
2018-07-26 Marek Polacek* 30_threads/condition_variable_any/cond.cc: New test.
2018-07-26 Marek Polacek* src/c++98/locale_init.cc: Fix #ifdef condition.
2018-07-26 Jonathan WakelyAdd missing dg-require-cstdint directives to tests
2018-07-26 Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-26 Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-26 Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-26 Jonathan WakelyAdd missing checks for _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Jonathan WakelyModify some library internals to work without <stdint.h>
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-26 Rainer Orthxfail experimental/memory_resource/new_delete_resource...
2018-07-26 Marc Glisseoptimize std::vector move assignment
2018-07-25 Jonathan WakelyPR libstdc++/86676 another alignment fix for test
2018-07-25 Jonathan WakelyPR libstdc++/86676 Do not assume stack buffer is aligned
2018-07-25 Jonathan WakelyAdd missing header for std::max_align_t
2018-07-25 Jonathan WakelyAdd new src/c++17 directory to list in acinclude.m4
2018-07-25 Jonathan WakelyMove std::unique_lock definition to a separate header
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header
2018-07-24 Jonathan WakelyPR libstdc++/86658 fix __niter_wrap to not copy invalid...
2018-07-24 Jonathan WakelyMinor refactoring in <bit> header
2018-07-24 Jonathan WakelyReorder conditions in uses-allocator construction helper
2018-07-24 Jonathan WakelyMake __resource_adaptor_imp usable with C++17 memory_re...
2018-07-24 Jonathan WakelyPR libstdc++/70966 fix lifetime bug for default resource
2018-07-23 Jonathan WakelyPR libstdc++/70940 optimize pmr::resource_adaptor for...
2018-07-20 Jonathan WakelyPR libstdc++/86595 add missing noexcept
2018-07-20 Fangrui SongUse default visibility to work around clang -fvisibilit...
2018-07-20 Jonathan WakelyPR libstdc++/86603 Move __cpp_lib_list_remove_return_ty...
2018-07-19 Jonathan WakelySimplify the base characteristics for some type traits
2018-07-19 Glen Joseph FernandesUse __builtin_memmove for trivially copyable types
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-16 Jonathan Wakely* scripts/create_testsuite_files: Fix typo in comment.
2018-07-16 Jonathan WakelyPR libstdc++/86537 remove less<shared_ptr<T>> partial...
2018-07-16 Andreas KrebbelS/390: libstdc++: 64 and 32 bit baseline update
2018-07-06 François Dumontfunctions.h (__gnu_debug::__check_string): Move...
2018-07-06 Jonathan WakelyPR libstdc++/84928 use std::move in <numeric> algorithms
2018-07-06 Jonathan WakelySimplify linker script patterns for std::exception_ptr
2018-07-06 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-07-06 Jonathan Wakely* include/std/variant (__accepted_index): Use void_t.
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-07-05 Jonathan WakelyAdd xfail-if to some tests that fail with COW strings
2018-07-05 Jonathan WakelyPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05 Jonathan WakelyPR libstdc++/58265 implement LWG 2063 for COW strings
2018-07-05 François DumontFix my yesterday ChangeLog entry.
2018-07-04 Jonathan WakelyP0646R1 Improving the Return Value of Erase-Like Algori...
2018-07-04 Jonathan WakelyP0458R2 Checking for Existence of an Element in Associa...
2018-07-04 François Dumontre PR libstdc++/86272 (__gnu_debug::string uses undefin...
2018-07-04 Jonathan WakelyDefine "random_device" effective target
2018-07-04 Jonathan WakelyFix std::__rotl and std::__rotr
2018-07-04 Jonathan WakelyPR libstdc++/86398 fix std::is_trivially_constructible...
2018-07-04 Jonathan WakelyOptimize std::rotl and std::rotr, add test for std...
2018-07-03 Jonathan WakelyP0556R3 Integral power-of-2 operations, P0553R2 Bit...
2018-07-03 Jonathan WakelyRemove redundant #if conditional
2018-07-03 François Dumontstl_algobase.h (__niter_wrap): New.
2018-07-02 Jonathan WakelyP0758R1 Implicit conversion traits
2018-07-02 Jonathan WakelyP0887R1 The identity metafunction
2018-07-02 Jonathan WakelyOptimize std::sub_match comparisons using string_view...
2018-06-29 Jonathan WakelyAdd whitespace to some dejagnu directives in libstdc...
2018-06-27 François Dumontstl_vector.h (struct _Vector_base<>::_Vector_impl_data...
2018-06-27 Jonathan WakelyAdd std::__is_byte<std::byte> specialization
2018-06-27 Jonathan WakelyDeclare some explicit instantiations for strings in...
2018-06-26 David Edelsohnsample-2.cc: Add TLS DejaGNU directives.
2018-06-26 Jonathan WakelyAdd missing noexcept on definition to match declaration
2018-06-25 Jonathan WakelyPR libstdc++/86112 fix printers for Python 2.6
2018-06-25 Jonathan WakelyUpdate powerpc64-linux-gnu/baseline_symbols.txt
2018-06-25 Jonathan WakelyPR libstdc++/86292 fix exception safety of std::vector...
2018-06-25 Jonathan Wakely* doc/xml/manual/status_cxx2017.xml: Document N4531...
2018-06-25 Jonathan WakelyAdd experimental::sample and experimental::shuffle...
2018-06-22 Jonathan WakelyFix unexported basic_string symbols for 32-bit targets
2018-06-22 Jonathan WakelyPR libstdc++/86280 fix undefined left shift on 32-bit...
2018-06-22 François Dumont2018-06-21 François Dumont <fdumont@gcc.gnu.org>
2018-06-21 Jonathan WakelyPR libstdc++/86138 prevent implicit instantiation of...
2018-06-21 Jonathan WakelyPR libstdc++/83328 add correct basic_string::insert...
2018-06-21 Jonathan Wakely* config/abi/post/x86_64-linux-gnu/baseline_symbols...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21 François Dumontdebug.h (_Safe_iterator<>(const _Safe_iterator<_Mutable...
2018-06-20 Jonathan WakelyPR libstdc++/70966 make pmr::new_delete_resource()...
2018-06-20 Jonathan WakelyAdd testcase accidentally not committed earlier
2018-06-19 Jonathan WakelyRemove unused <exception> header from <utility>
next