summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add deduction guides for sequence containers (P0433R2, partial)redi2017-06-099-0/+330
* PR libstdc++/81017 add noexcept to std::function move operationsredi2017-06-084-6/+16
* Add C++17 deduction guide for std::basic_regex (P0433R2, partial)redi2017-06-073-0/+71
* PR libstdc++/81002 fix std::basic_regex range constructorredi2017-06-074-6/+43
* Add C++17 deduction guide for std::basic_string (P0433R2, partial)redi2017-06-076-1/+236
* PR libstdc++/80939 Remove unmeetable constexpr specifiersredi2017-06-052-14/+27
* Optimize std::advance for single incrementsredi2017-06-052-1/+10
* Add noexcept to shared_ptr owner comparisons (LWG 2873)redi2017-06-055-13/+70
* * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Update.schwab2017-06-032-0/+30
* * configure.ac (*-*-linux-android*): Set target_makefile_frag.ebotcazou2017-06-032-1/+6
* PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()redi2017-06-026-1/+159
* Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14redi2017-06-025-142/+11
* 2017-06-02 Richard Biener <rguenther@suse.de>rguenth2017-06-022-5/+24
* Fix cross compilation to Solarisro2017-06-013-182/+8
* PR c++/80812ville2017-06-011-0/+29
* PR libstdc++/80893 Fix null dereference in vector<bool>redi2017-05-314-4/+102
* PR libstdc++/80737timshen2017-05-283-2/+39
* Use CHAR_BIT instead of assuming 8 bitsredi2017-05-242-2/+8
* * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.schwab2017-05-243-8/+59
* PR libstdc++/67578 Implement non-trivial std::random_device::entropyredi2017-05-2310-6/+78
* PR libstdc++/67214 Avoid signed overflow in num_get::_M_extract_intredi2017-05-232-10/+16
* PR libstdc++/80796 Add new std::search overload for C++17redi2017-05-193-0/+67
* PR libstdc++/80478 make std::mem_fn work with noexcept functionsredi2017-05-183-0/+40
* Fix typos in libstdc++ manualredi2017-05-185-4/+8
* Update libstdc++ version info in manualredi2017-05-185-2/+26
* Fixes to Doxygen comments in libstdc++ headersredi2017-05-178-11/+33