aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek2-0/+7
2016-09-25debug.cc: Include debug/vector.François Dumont3-47/+105
2016-09-25bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont7-23/+63
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont2-1163/+1009
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely5-1/+216
2016-09-23Optimize truncating a basic_stringJonathan Wakely3-4/+19
2016-09-23* configure.ac: Define HAVE_MEMALIGN for newlib.Jason Merrill3-0/+7
2016-09-23[RTEMS] Always use atomic builtins for libstdc++Sebastian Huber5-9/+28
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely40-22/+4019
2016-09-22Fix tests on old arm platforms for optional.Ville Voutilainen2-3/+7
2016-09-22Update pretty printer for std::variantJonathan Wakely3-1/+9
2016-09-22Always qualify std::forward in <variant>Jonathan Wakely4-32/+91
2016-09-22variant (variant::operator=): Fix assignment on references.Tim Shen3-2/+13
2016-09-22re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...Tim Shen3-11/+34
2016-09-21re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...Ville Voutilainen4-27/+470
2016-09-21Implement LWG 2729 for tuple.Ville Voutilainen4-18/+349
2016-09-21re PR libstdc++/77537 (pair constructors do not properly SFINAE)Ville Voutilainen4-89/+263
2016-09-20re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...Ville Voutilainen4-30/+410
2016-09-20Replace casts with floordiv operator in Python xmethodsJonathan Wakely2-3/+8
2016-09-19libstdc++/77645 fix deque and vector xmethods for Python 3Jonathan Wakely2-3/+8
2016-09-19Make libstdc++ tests FAIL on Python errorsJonathan Wakely2-0/+8
2016-09-19Improve pretty printer for std::variantJonathan Wakely3-12/+120
2016-09-19libstdc++/77645 Fix xmethods for std::listJonathan Wakely2-5/+22
2016-09-17Define pretty printers for C++17 library componentsJonathan Wakely2-10/+63
2016-09-16Fix typo in Libstdc++ Profile Mode docsJonathan Wakely3-3/+8
2016-09-16Replace modulus with mask operation in over-aligned newJonathan Wakely2-1/+8
2016-09-16Adjust arguments to aligned_alloc or posix_memalignJonathan Wakely2-2/+18
2016-09-15Editorial fixes to libstdc++ debug mode docsJonathan Wakely3-17/+12
2016-09-15Fix testsuite to not increment boolJonathan Wakely1-0/+6
2016-09-15Reformat libstdc++-v3/ChangeLog to fit in 80 columnsJonathan Wakely1-105/+157
2016-09-15Fix testsuite to not increment boolJonathan Wakely3-1/+19
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek2-0/+6
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon23-23/+50
2016-09-13Implement P0040R3, Extending memory management tools.Ville Voutilainen3-0/+243
2016-09-12* config/abi/pre/gnu.ver: Use [jmy] for size_t.Jason Merrill2-6/+10
2016-09-12Implement P0253R1, Fixing a design mistake in the searchers interface in Libr...Ville Voutilainen3-22/+40
2016-09-12Implement C++17 string searchers.Ville Voutilainen3-0/+461
2016-09-12[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab197-196/+450
2016-09-11Fix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2Jonathan Wakely3-0/+7
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill18-3/+567
2016-09-05variant: include bits/move.h for std::addressof.Tim Shen2-0/+5
2016-09-05variant (_Variant_storage::_M_storage()): Use std::addressof instead of opera...Mikhail Strelnikov2-1/+6
2016-09-02Use setrlimit for testing libstdc++ in cross toolchainsMaxim Kuvyrkov3-5/+11
2016-08-31Constrain std::shared_ptr assignment and resettingJonathan Wakely8-31/+211
2016-08-31Move comparison object in map/set move assignmentJonathan Wakely3-1/+63
2016-08-31Add test accidentally not added in revision r239121Jonathan Wakely2-0/+50
2016-08-30re PR libstdc++/77395 (std::is_constructible is false for type constructible ...Ville Voutilainen7-5/+121
2016-08-302.cc: Move dg-do run directive above dg-require-namedlocale directive.Uros Bizjak7-6/+16
2016-08-27re PR libstdc++/77356 (regex error for a ECMAScript syntax string)Tim Shen5-42/+111
2016-08-26libstdc++/51960 move-construction for raw_storage_iteratorJonathan Wakely5-3/+76