summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/53984 fix failing testredi2017-07-262-4/+11
* 2017-07-26 Paolo Carlini <paolo.carlini@oracle.com>paolo2017-07-262-1/+6
* PR libstdc++/53984 handle exceptions in basic_istream::sentryredi2017-07-256-29/+123
* Remove deprecated iostream members for C++17redi2017-07-255-9/+48
* 2017-07-23 Michael Collison <michael.collison@arm.com>collison2017-07-234-0/+246
* 2017-07-23 François Dumont <fdumont@gcc.gnu.org>fdumont2017-07-23151-931/+797
* Add AddressSanitizer annotations to std::vectorredi2017-07-216-12/+234
* PR libstdc++/81476 Optimise vector insertion from input iteratorsredi2017-07-193-3/+103
* * libsupc++/new (bad_array_new_length): Remove redundantreichelt2017-07-199-16/+31
* Fix indentation in std::basic_filebuf member functionsredi2017-07-192-56/+57
* Fix indentation in libstdc++ testsuite utilsredi2017-07-192-6/+8
* Use dg-require-fileio in new testredi2017-07-192-1/+5
* PR libstdc++/81395 fix crash when write follows large readredi2017-07-183-1/+54
* 2017-07-18 François Dumont <fdumont@gcc.gnu.org>fdumont2017-07-183-64/+181
* Reorder std::scoped_lock parameters as per P0739R0 DR statusredi2017-07-155-5/+46
* Constrain std::variant constructor for class template argument deductionredi2017-07-143-0/+48
* Improvements to the libstdc++ FAQ and manualredi2017-07-116-403/+462
* Include missing header for std::freeredi2017-07-102-0/+3
* PR libstdc++/81381 support stateful allocators in basic_stringbufredi2017-07-104-5/+54
* PR libstdc++/81338 correctly manage string capacityredi2017-07-105-5/+91
* Fix memory leaks in libstdc++ testsredi2017-07-063-50/+16
* Fix memory leaks in libstdc++ ABI testsredi2017-07-065-8/+24
* Prevent __uses_alloc from holding dangling referencesredi2017-07-063-4/+19
* PR libstdc++/80187timshen2017-06-273-82/+341
* PR libstdc++/81221 only run new test for check-parallelredi2017-06-272-2/+5
* PR libstdc++/81221 fix namespace qualification for parallel moderedi2017-06-273-2/+33
* PR libstdc++/81173 fix undefined memset with null pointerredi2017-06-222-14/+21
* PR libstdc++/80675, PR libstdc++/80940ville2017-06-214-29/+159
* Update baseline symbols for aarch64-none-linux-gnuramana2017-06-212-0/+7
* PR libstdc++/81092 Regenerate configure for libtool_VERSION changeredi2017-06-212-1/+6
* * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.uros2017-06-202-0/+28
* Always check for target i?86 and x86_64ro2017-06-202-1/+6
* Update Solaris baselines for GCC 8.0 (PR libstdc++/81092)ro2017-06-199-0/+45
* x32: Update baseline_symbols.txthjl2017-06-182-0/+10
* PR libstdc++/81092schwab2017-06-182-1/+9
* Get rid of dg-skip-if etc. default argsro2017-06-1717-16/+21
* PR libstdc++/80893 don't run test for C++98 modesredi2017-06-172-0/+7
* Add std::get_deleter overload with correct signatureredi2017-06-164-1/+66
* PR libstdc++/81092jakub2017-06-164-1/+45
* Fix std::wbuffer_convert::sync()redi2017-06-163-1/+43
* PR libstdc++/81092 add std::wstring symbols and bump library versionredi2017-06-1612-11/+94
* Fix missing returns in libstdc++ header and testsredi2017-06-168-4/+25
* 2017-06-16 François Dumont <fdumont@gcc.gnu.org>fdumont2017-06-163-617/+741
* 2017-06-15 François Dumont <fdumont@gcc.gnu.org>fdumont2017-06-152-6/+11
* Use pthread effective-target in testsuitero2017-06-15214-427/+655
* Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0redi2017-06-1415-79/+151
* Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17palves2017-06-124-22/+123
* 2017-06-12 François Dumont <fdumont@gcc.gnu.org>fdumont2017-06-125-7/+183
* PR libstdc++/55917 do not handle exceptions in std::threadredi2017-06-123-28/+59
* Support move-only deleters in std::shared_ptr (LWG 2802)redi2017-06-095-13/+96