aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely1-0/+4
2016-08-23libstdc++/77334 move assign RB trees of non-copyable typesJonathan Wakely1-0/+5
2016-08-23Remove reference to -pthreads option in libstdc++ manualJonathan Wakely1-0/+3
2016-08-23Use dg-do preprocess instead of compile for testsJonathan Wakely1-0/+3
2016-08-23Implement resolution of LWG DR 685 preciselyJonathan Wakely1-0/+16
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely1-0/+21
2016-08-22Split _M_dfs() into smaller functions.Tim Shen1-0/+11
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov1-0/+27
2016-08-22Update links to libstdc++ Doxygen pagesJonathan Wakely1-0/+4
2016-08-22Add noexcept to std::function swapJonathan Wakely1-0/+8
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely1-0/+43
2016-08-19Define std::not_fn for C++17Jonathan Wakely1-0/+9
2016-08-19Define std::atomic<T>::is_always_lock_free for C++17Jonathan Wakely1-0/+7
2016-08-19Fix ambiguities in C++17 modeJonathan Wakely1-0/+7
2016-08-19Update C++17 library status tableJonathan Wakely1-0/+6
2016-08-18Implement the latest proposed resolution of LWG 2756.Ville Voutilainen1-0/+25
2016-08-18Implement <variant>Tim Shen1-0/+14
2016-08-18Expand libstdc++ docs on testingJonathan Wakely1-0/+5
2016-08-18Improve documentation of libstdc++ test targetsJonathan Wakely1-0/+3
2016-08-18Document libstdc++.so versioning in manualJonathan Wakely1-0/+3
2016-08-18Improve markup in libstdc++ manualJonathan Wakely1-0/+5
2016-08-18Remove unintended dg-options directiveJonathan Wakely1-0/+5
2016-08-17Fix invalid dg-do directiveJonathan Wakely1-0/+3
2016-08-17Use effective target instead of -std in dg-optionsJonathan Wakely1-0/+13
2016-08-17Add c++11 effective target to tests for C++11 featuresJonathan Wakely1-0/+4
2016-08-17Add comment explaining why -std=c++14 is needed.Jonathan Wakely1-0/+2
2016-08-17Remove duplicate dg-options directiveJonathan Wakely1-0/+3
2016-08-17Adjust DG directives in libstdc++ Profile Mode testJonathan Wakely1-0/+3
2016-08-17Adjust DG directives in libstdc++ XFAIL testJonathan Wakely1-0/+4
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely1-0/+18
2016-08-17Adjust testcase for C++14 compatibilityJonathan Wakely1-0/+3
2016-08-17PR 77264 constrain new std::basic_string overloadsJonathan Wakely1-0/+38
2016-08-16PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely1-0/+12
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen1-0/+19
2016-08-15Add a feature macro for C++17 make_from_tuple.Ville Voutilainen1-0/+8
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak1-0/+8
2016-08-15re PR testsuite/72840 (PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc)Thomas Preud'homme1-0/+6
2016-08-11Implement C++17 make_from_tuple.Ville Voutilainen1-0/+6
2016-08-11Implement LWG 2758.Ville Voutilainen1-0/+15
2016-08-06Update C++17 library status tableJonathan Wakely1-0/+3
2016-08-06* testsuite/lib/libstdc++.exp: Fix typo in comment.Jonathan Wakely1-0/+2
2016-08-06Use ::new to avoid finding overloaded operator newJonathan Wakely1-0/+5
2016-08-06Add std::apply for C++17Jonathan Wakely1-0/+18
2016-08-05Correct status of __cpp_lib_enable_shared_from_thisJonathan Wakely1-0/+3
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely1-0/+11
2016-08-05Use __invoke in std::function internalsJonathan Wakely1-0/+9
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely1-0/+30
2016-08-04Update C++17 library implementation status tableJonathan Wakely1-0/+3
2016-08-04Define std::enable_shared_from_this::weak_from_thisJonathan Wakely1-0/+5
2016-08-04Simplify std::__invoke_impl definitionsJonathan Wakely1-0/+10