aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely
2016-09-30Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely
2016-09-29Make optional::reset noexcept, make optional::value work in constant expressi...Ville Voutilainen
2016-09-29Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra
2016-09-28* include/std/chrono (system_clock): Fix typo in comment.Jonathan Wakely
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely
2016-09-28libstdc++/77686 use may_alias for std::function storageJonathan Wakely
2016-09-27Define feature macro and update C++17 library statusJonathan Wakely
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely
2016-09-26re PR libstdc++/77727 (Unwrapping std::optional constructor is not working fo...Ville Voutilainen
2016-09-262016-09-26 François Dumont <fdumont@gcc.gnu.org>François Dumont
2016-09-26Remove redefinition of __cpp_lib_array_constexprJonathan Wakely
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely
2016-09-26re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-25debug.cc: Include debug/vector.François Dumont
2016-09-25bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely
2016-09-23Optimize truncating a basic_stringJonathan Wakely
2016-09-23* configure.ac: Define HAVE_MEMALIGN for newlib.Jason Merrill
2016-09-23[RTEMS] Always use atomic builtins for libstdc++Sebastian Huber
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-09-22Fix tests on old arm platforms for optional.Ville Voutilainen
2016-09-22Update pretty printer for std::variantJonathan Wakely
2016-09-22Always qualify std::forward in <variant>Jonathan Wakely
2016-09-22variant (variant::operator=): Fix assignment on references.Tim Shen
2016-09-22re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...Tim Shen
2016-09-21re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...Ville Voutilainen
2016-09-21Implement LWG 2729 for tuple.Ville Voutilainen
2016-09-21re PR libstdc++/77537 (pair constructors do not properly SFINAE)Ville Voutilainen
2016-09-20re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...Ville Voutilainen
2016-09-20Replace casts with floordiv operator in Python xmethodsJonathan Wakely
2016-09-19libstdc++/77645 fix deque and vector xmethods for Python 3Jonathan Wakely
2016-09-19Make libstdc++ tests FAIL on Python errorsJonathan Wakely
2016-09-19Improve pretty printer for std::variantJonathan Wakely
2016-09-19libstdc++/77645 Fix xmethods for std::listJonathan Wakely
2016-09-17Define pretty printers for C++17 library componentsJonathan Wakely
2016-09-16Fix typo in Libstdc++ Profile Mode docsJonathan Wakely
2016-09-16Replace modulus with mask operation in over-aligned newJonathan Wakely
2016-09-16Adjust arguments to aligned_alloc or posix_memalignJonathan Wakely
2016-09-15Editorial fixes to libstdc++ debug mode docsJonathan Wakely
2016-09-15Fix testsuite to not increment boolJonathan Wakely
2016-09-15Reformat libstdc++-v3/ChangeLog to fit in 80 columnsJonathan Wakely
2016-09-15Fix testsuite to not increment boolJonathan Wakely
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon
2016-09-13Implement P0040R3, Extending memory management tools.Ville Voutilainen
2016-09-12* config/abi/pre/gnu.ver: Use [jmy] for size_t.Jason Merrill