aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-26Use effective-target instead of -std optionsJonathan Wakely2911-4512/+3072
2016-08-26Restore dg-interpreter-batch-mode for libstdc++ testsJonathan Wakely4-12/+23
2016-08-26Add new std::basic_string constructor (LWG 2583)Jonathan Wakely8-10/+243
2016-08-24Remove trailing whitespace in C++ headersAditya Kumar3-116/+121
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