summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Use -fno-show-column in libstdc++ installed testing.Joseph Myers2018-10-092-1/+9
* PR libstdc++/83982 fix exception-safety guarantee of std::vector::resizeJonathan Wakely2018-08-083-12/+82
* Add noexcept to std::integral_constant membersJonathan Wakely2018-08-083-3/+10
* LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely2018-08-084-3/+45
* Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely2018-08-082-2/+8
* PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely2018-08-084-4/+111
* PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely2018-08-083-2/+73
* PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely2018-08-083-11/+88
* Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely2018-08-084-90/+224
* PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely2018-08-084-0/+459
* PR libstdc++/86734 use addressof in reverse_iterator::operator->Jonathan Wakely2018-08-083-1/+59
* Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely2018-08-084-4/+69
* PR libstdc++/66145 allow catching iostream errors as cxx11 ios::failureJonathan Wakely2018-08-0818-57/+294
* backport: re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx...François Dumont2018-07-052-1/+11
* PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely2018-05-142-2/+14
* Document Dual ABI for std::ios_base::failureJonathan Wakely2018-05-105-6/+77
* PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2018-05-033-3/+68
* PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely2018-03-023-0/+44
* PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely2018-02-195-9/+53
* PR libstdc++/83833 fix chi_squared_distribution::param(const param&)Jonathan Wakely2018-01-293-1/+57
* PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely2018-01-192-1/+10
* Fix type printers for Library Fundamentals typesJonathan Wakely2018-01-152-3/+7
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2018-01-154-24/+173
* Fix typo in std::wbuffer_convertJonathan Wakely2018-01-053-1/+65
* Improve tests for error reporting in Filesystem TSJonathan Wakely2018-01-054-4/+29
* PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely2018-01-054-1/+19
* PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely2018-01-052-0/+45
* PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely2018-01-052-21/+48
* Avoid redundant calls to filesystem::status_knownJonathan Wakely2018-01-052-2/+11
* PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely2018-01-052-9/+36
* PR libstdc++/59568 don't use putback or update value when extraction failsJonathan Wakely2017-12-143-4/+206
* backport: re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess err...John David Anglin2017-11-112-0/+13
* Corrections to C++ library status docsJonathan Wakely2017-10-25113-190/+192
* PR libstdc++/81395 fix crash when write follows large readJonathan Wakely2017-10-233-1/+55
* Fix path::iterator post-increment and post-decrementJonathan Wakely2017-10-233-2/+30
* PR libstdc++/60936 fix length calculationJonathan Wakely2017-09-202-2/+16
* PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely2017-09-1818-193/+441
* PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely2017-09-135-2/+85
* Fix broken URLs in libstdc++ API docsJonathan Wakely2017-09-132-3/+5
* PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely2017-09-134-3/+10
* Remove owner_less<void> test that fails on gcc-6-branchJonathan Wakely2017-09-052-9/+5
* PR libstdc++/81751 don't call fflush(NULL)Jonathan Wakely2017-09-044-3/+108
* PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely2017-09-046-29/+154
* PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely2017-09-044-6/+17
* Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely2017-09-045-12/+70
* PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely2017-09-042-2/+9
* PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely2017-09-043-11/+80
* PR libstdc++/81599 fix typo in Doxygen commentsJonathan Wakely2017-09-042-1/+7
* PR libstdc++/81338 correctly manage string capacityJonathan Wakely2017-09-045-5/+94
* Only run new test on targets that support std::promiseJonathan Wakely2017-07-122-0/+6