Further P0135 refinement.
[gcc.git] / libstdc++-v3 /
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-07 Jonathan WakelyImprove implementation-defined docs for libstdc++
2016-10-07 Jonathan WakelyImplement std::has_unique_object_representations
2016-10-06 Jonathan WakelyMake std::scoped_allocator_adaptor's OUTERMOST recursive
2016-10-05 Jonathan Wakely70564 fix newly-added tests for not_fn
2016-10-05 Jonathan WakelyPR 70101 fix allocator-extended ctors for std::priority...
2016-10-05 Jonathan Wakely77864 Fix noexcept conditions for map/set default const...
2016-10-05 Jonathan WakelyRemove invalid alias declaration from _Node_handle
2016-10-05 Jonathan WakelyPR 70564 disambiguate constructors for not_fn call...
2016-10-03 François Dumontshared_ptr.cc (mask, [...]): Move declaration...
2016-10-03 Jonathan WakelyDefine std::gcd and std::lcm for C++17
2016-10-03 Jonathan WakelyFix libstdc++ versioned namespace build
2016-10-03 Jonathan WakelyEnsure "C++" language linkage for std::abs overloads
2016-10-03 Ville Voutilainenre PR libstdc++/77802 (Boost Fiber doesn't compile)
2016-09-30 Jonathan Wakelylibstdc++/77795 Only declare ::gets for C++98 and C++11
2016-09-30 Jonathan WakelyImplement LWG 2192 and LWG 2294 for std::abs
2016-09-30 Jonathan WakelyRemove use of std::abs in experimental::{gcd,lcm}
2016-09-29 Ville VoutilainenMake optional::reset noexcept, make optional::value...
2016-09-29 Jonathan WakelyDefine C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-28 Jonathan Wakely* include/std/chrono (system_clock): Fix typo in comment.
2016-09-28 Jonathan WakelyCheck for overflow in filesystem::last_write_time
2016-09-28 Jonathan Wakelylibstdc++/77686 use may_alias for std::function storage
2016-09-27 Jonathan WakelyDefine feature macro and update C++17 library status
2016-09-27 Jonathan WakelyDefine 3-argument overloads of std::hypot for C++17...
2016-09-26 Ville Voutilainenre PR libstdc++/77727 (Unwrapping std::optional constru...
2016-09-26 François Dumont2016-09-26 François Dumont <fdumont@gcc.gnu.org>
2016-09-26 Jonathan WakelyRemove redefinition of __cpp_lib_array_constexpr
2016-09-26 Jonathan WakelyAdd assertions to extract(const_iterator) functions
2016-09-26 Ville Voutilainenre PR libstdc++/77717 (testsuite/21_strings/basic_strin...
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-25 François Dumontdebug.cc: Include debug/vector.
2016-09-25 François Dumontbitset (bitset::reference::reference(const _Base_ref...
2016-09-25 François Dumontalgo.h: Generalize usage of std::__iterator_category.
2016-09-23 Jonathan WakelyAvoid reallocation for basic_string::clear()
2016-09-23 Jonathan WakelyOptimize truncating a basic_string
2016-09-23 Jason Merrill* configure.ac: Define HAVE_MEMALIGN for newlib.
2016-09-23 Sebastian Huber[RTEMS] Always use atomic builtins for libstdc++
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-22 Ville VoutilainenFix tests on old arm platforms for optional.
2016-09-22 Jonathan WakelyUpdate pretty printer for std::variant
2016-09-22 Jonathan WakelyAlways qualify std::forward in <variant>
2016-09-22 Tim Shenvariant (variant::operator=): Fix assignment on references.
2016-09-22 Tim Shenre PR libstdc++/77641 (std::variant copy-initialization...
2016-09-21 Ville Voutilainenre PR libstdc++/77288 (Std::experimental::optional...
2016-09-21 Ville VoutilainenImplement LWG 2729 for tuple.
2016-09-21 Ville Voutilainenre PR libstdc++/77537 (pair constructors do not properl...
2016-09-20 Ville Voutilainenre PR libstdc++/77619 (uninitialized_meow_construct...
2016-09-20 Jonathan WakelyReplace casts with floordiv operator in Python xmethods
2016-09-19 Jonathan Wakelylibstdc++/77645 fix deque and vector xmethods for Python 3
2016-09-19 Jonathan WakelyMake libstdc++ tests FAIL on Python errors
2016-09-19 Jonathan WakelyImprove pretty printer for std::variant
2016-09-19 Jonathan Wakelylibstdc++/77645 Fix xmethods for std::list
2016-09-17 Jonathan WakelyDefine pretty printers for C++17 library components
2016-09-16 Jonathan WakelyFix typo in Libstdc++ Profile Mode docs
2016-09-16 Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16 Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-15 Jonathan WakelyEditorial fixes to libstdc++ debug mode docs
2016-09-15 Jonathan WakelyFix testsuite to not increment bool
2016-09-15 Jonathan WakelyReformat libstdc++-v3/ChangeLog to fit in 80 columns
2016-09-15 Jonathan WakelyFix testsuite to not increment bool
2016-09-14 Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-09-14 Christophe LyonFix dg-require before dg-run directives in testsuite.
2016-09-13 Ville VoutilainenImplement P0040R3, Extending memory management tools.
2016-09-12 Jason Merrill* config/abi/pre/gnu.ver: Use [jmy] for size_t.
2016-09-12 Ville VoutilainenImplement P0253R1, Fixing a design mistake in the searc...
2016-09-12 Ville VoutilainenImplement C++17 string searchers.
2016-09-12 Matthew Wahab[libstdc++-v3] Fix dg-require before dg-run directives...
2016-09-11 Jonathan WakelyFix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-09-05 Tim Shenvariant: include bits/move.h for std::addressof.
2016-09-05 Mikhail Strelnikovvariant (_Variant_storage::_M_storage()): Use std:...
2016-09-02 Maxim KuvyrkovUse setrlimit for testing libstdc++ in cross toolchains
2016-08-31 Jonathan WakelyConstrain std::shared_ptr assignment and resetting
2016-08-31 Jonathan WakelyMove comparison object in map/set move assignment
2016-08-31 Jonathan WakelyAdd test accidentally not added in revision r239121
2016-08-30 Ville Voutilainenre PR libstdc++/77395 (std::is_constructible is false...
2016-08-30 Uros Bizjak2.cc: Move dg-do run directive above dg-require-namedlo...
2016-08-27 Tim Shenre PR libstdc++/77356 (regex error for a ECMAScript...
2016-08-26 Jonathan Wakelylibstdc++/51960 move-construction for raw_storage_iterator
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-26 Jonathan WakelyRestore dg-interpreter-batch-mode for libstdc++ tests
2016-08-26 Jonathan WakelyAdd new std::basic_string constructor (LWG 2583)
2016-08-24 Aditya KumarRemove trailing whitespace in C++ headers
2016-08-23 Jonathan WakelyAdd C++17 constexpr to debug and profile mode arrays
2016-08-23 Jonathan Wakelylibstdc++/77334 move assign RB trees of non-copyable...
2016-08-23 Jonathan WakelyRemove reference to -pthreads option in libstdc++ manual
2016-08-23 Jonathan WakelyUse dg-do preprocess instead of compile for tests
2016-08-23 Jonathan WakelyImplement resolution of LWG DR 685 precisely
2016-08-23 Jonathan WakelyAdd constexpr to <iterator> and <array> for C++17
2016-08-22 Tim ShenSplit _M_dfs() into smaller functions.
2016-08-22 Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-08-22 Jonathan WakelyUpdate links to libstdc++ Doxygen pages
2016-08-22 Jonathan WakelyAdd noexcept to std::function swap
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-08-19 Jonathan WakelyDefine std::not_fn for C++17
2016-08-19 Jonathan WakelyDefine std::atomic<T>::is_always_lock_free for C++17
2016-08-19 Jonathan WakelyFix ambiguities in C++17 mode
2016-08-19 Jonathan WakelyUpdate C++17 library status table
2016-08-18 Ville VoutilainenImplement the latest proposed resolution of LWG 2756.
next