aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely3-44/+48
2016-08-23libstdc++/77334 move assign RB trees of non-copyable typesJonathan Wakely3-16/+74
2016-08-23Remove reference to -pthreads option in libstdc++ manualJonathan Wakely3-2/+5
2016-08-23Use dg-do preprocess instead of compile for testsJonathan Wakely3-4/+5
2016-08-23Implement resolution of LWG DR 685 preciselyJonathan Wakely9-29/+462
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely10-109/+261
2016-08-22Split _M_dfs() into smaller functions.Tim Shen3-185/+311
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov15-51/+243
2016-08-22Update links to libstdc++ Doxygen pagesJonathan Wakely4-107/+22
2016-08-22Add noexcept to std::function swapJonathan Wakely4-2/+43
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely208-603/+441
2016-08-19Define std::not_fn for C++17Jonathan Wakely7-28/+211
2016-08-19Define std::atomic<T>::is_always_lock_free for C++17Jonathan Wakely7-5/+159
2016-08-19Fix ambiguities in C++17 modeJonathan Wakely6-14/+92
2016-08-19Update C++17 library status tableJonathan Wakely3-9/+13
2016-08-18Implement the latest proposed resolution of LWG 2756.Ville Voutilainen4-59/+101
2016-08-18Implement <variant>Tim Shen8-2/+2368
2016-08-18Expand libstdc++ docs on testingJonathan Wakely10-411/+804
2016-08-18Improve documentation of libstdc++ test targetsJonathan Wakely2-56/+118
2016-08-18Document libstdc++.so versioning in manualJonathan Wakely2-0/+118
2016-08-18Improve markup in libstdc++ manualJonathan Wakely4-222/+266
2016-08-18Remove unintended dg-options directiveJonathan Wakely2-1/+5
2016-08-17Fix invalid dg-do directiveJonathan Wakely2-2/+4
2016-08-17Use effective target instead of -std in dg-optionsJonathan Wakely12-24/+35
2016-08-17Add c++11 effective target to tests for C++11 featuresJonathan Wakely4-2/+8
2016-08-17Add comment explaining why -std=c++14 is needed.Jonathan Wakely2-1/+5
2016-08-17Remove duplicate dg-options directiveJonathan Wakely2-1/+3
2016-08-17Adjust DG directives in libstdc++ Profile Mode testJonathan Wakely2-3/+6
2016-08-17Adjust DG directives in libstdc++ XFAIL testJonathan Wakely2-3/+8
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely14-11/+58
2016-08-17Adjust testcase for C++14 compatibilityJonathan Wakely2-2/+9
2016-08-17PR 77264 constrain new std::basic_string overloadsJonathan Wakely12-75/+412
2016-08-16PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely4-5/+72
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen7-12/+78
2016-08-15Add a feature macro for C++17 make_from_tuple.Ville Voutilainen3-1/+17
2016-08-15ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak2-22/+37
2016-08-15re PR testsuite/72840 (PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc)Thomas Preud'homme2-2/+8
2016-08-11Implement C++17 make_from_tuple.Ville Voutilainen3-0/+74
2016-08-11Implement LWG 2758.Ville Voutilainen3-5/+86
2016-08-06Update C++17 library status tableJonathan Wakely3-4/+7
2016-08-06* testsuite/lib/libstdc++.exp: Fix typo in comment.Jonathan Wakely2-1/+3
2016-08-06Use ::new to avoid finding overloaded operator newJonathan Wakely3-2/+34
2016-08-06Add std::apply for C++17Jonathan Wakely11-60/+271
2016-08-05Correct status of __cpp_lib_enable_shared_from_thisJonathan Wakely3-2/+5
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely10-10/+225
2016-08-05Use __invoke in std::function internalsJonathan Wakely3-49/+49
2016-08-04Define std::is_callable and std::is_nothrow_callableJonathan Wakely16-24/+718
2016-08-04Update C++17 library implementation status tableJonathan Wakely3-115/+764
2016-08-04Define std::enable_shared_from_this::weak_from_thisJonathan Wakely4-6/+27
2016-08-04Simplify std::__invoke_impl definitionsJonathan Wakely4-20/+79