| Commit message (Expand) | Author | Age | Files | Lines |
* | PR libstdc++/80675, PR libstdc++/80940 | ville | 2017-06-21 | 4 | -29/+159 |
* | Update baseline symbols for aarch64-none-linux-gnu | ramana | 2017-06-21 | 2 | -0/+7 |
* | PR libstdc++/81092 Regenerate configure for libtool_VERSION change | redi | 2017-06-21 | 2 | -1/+6 |
* | * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update. | uros | 2017-06-20 | 2 | -0/+28 |
* | Always check for target i?86 and x86_64 | ro | 2017-06-20 | 2 | -1/+6 |
* | Update Solaris baselines for GCC 8.0 (PR libstdc++/81092) | ro | 2017-06-19 | 9 | -0/+45 |
* | x32: Update baseline_symbols.txt | hjl | 2017-06-18 | 2 | -0/+10 |
* | PR libstdc++/81092 | schwab | 2017-06-18 | 2 | -1/+9 |
* | Get rid of dg-skip-if etc. default args | ro | 2017-06-17 | 17 | -16/+21 |
* | PR libstdc++/80893 don't run test for C++98 modes | redi | 2017-06-17 | 2 | -0/+7 |
* | Add std::get_deleter overload with correct signature | redi | 2017-06-16 | 4 | -1/+66 |
* | PR libstdc++/81092 | jakub | 2017-06-16 | 4 | -1/+45 |
* | Fix std::wbuffer_convert::sync() | redi | 2017-06-16 | 3 | -1/+43 |
* | PR libstdc++/81092 add std::wstring symbols and bump library version | redi | 2017-06-16 | 12 | -11/+94 |
* | Fix missing returns in libstdc++ header and tests | redi | 2017-06-16 | 8 | -4/+25 |
* | 2017-06-16 François Dumont <fdumont@gcc.gnu.org> | fdumont | 2017-06-16 | 3 | -617/+741 |
* | 2017-06-15 François Dumont <fdumont@gcc.gnu.org> | fdumont | 2017-06-15 | 2 | -6/+11 |
* | Use pthread effective-target in testsuite | ro | 2017-06-15 | 214 | -427/+655 |
* | Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 | redi | 2017-06-14 | 15 | -79/+151 |
* | Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17 | palves | 2017-06-12 | 4 | -22/+123 |
* | 2017-06-12 François Dumont <fdumont@gcc.gnu.org> | fdumont | 2017-06-12 | 5 | -7/+183 |
* | PR libstdc++/55917 do not handle exceptions in std::thread | redi | 2017-06-12 | 3 | -28/+59 |
* | Support move-only deleters in std::shared_ptr (LWG 2802) | redi | 2017-06-09 | 5 | -13/+96 |
* | Add deduction guides for sequence containers (P0433R2, partial) | redi | 2017-06-09 | 9 | -0/+330 |
* | PR libstdc++/81017 add noexcept to std::function move operations | redi | 2017-06-08 | 4 | -6/+16 |
* | Add C++17 deduction guide for std::basic_regex (P0433R2, partial) | redi | 2017-06-07 | 3 | -0/+71 |
* | PR libstdc++/81002 fix std::basic_regex range constructor | redi | 2017-06-07 | 4 | -6/+43 |
* | Add C++17 deduction guide for std::basic_string (P0433R2, partial) | redi | 2017-06-07 | 6 | -1/+236 |
* | PR libstdc++/80939 Remove unmeetable constexpr specifiers | redi | 2017-06-05 | 2 | -14/+27 |
* | Optimize std::advance for single increments | redi | 2017-06-05 | 2 | -1/+10 |
* | Add noexcept to shared_ptr owner comparisons (LWG 2873) | redi | 2017-06-05 | 5 | -13/+70 |
* | * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Update. | schwab | 2017-06-03 | 2 | -0/+30 |
* | * configure.ac (*-*-linux-android*): Set target_makefile_frag. | ebotcazou | 2017-06-03 | 2 | -1/+6 |
* | PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() | redi | 2017-06-02 | 6 | -1/+159 |
* | Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14 | redi | 2017-06-02 | 5 | -142/+11 |
* | 2017-06-02 Richard Biener <rguenther@suse.de> | rguenth | 2017-06-02 | 2 | -5/+24 |
* | Fix cross compilation to Solaris | ro | 2017-06-01 | 3 | -182/+8 |
* | PR c++/80812 | ville | 2017-06-01 | 1 | -0/+29 |
* | PR libstdc++/80893 Fix null dereference in vector<bool> | redi | 2017-05-31 | 4 | -4/+102 |
* | PR libstdc++/80737 | timshen | 2017-05-28 | 3 | -2/+39 |
* | Use CHAR_BIT instead of assuming 8 bits | redi | 2017-05-24 | 2 | -2/+8 |
* | * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. | schwab | 2017-05-24 | 3 | -8/+59 |
* | PR libstdc++/67578 Implement non-trivial std::random_device::entropy | redi | 2017-05-23 | 10 | -6/+78 |
* | PR libstdc++/67214 Avoid signed overflow in num_get::_M_extract_int | redi | 2017-05-23 | 2 | -10/+16 |
* | PR libstdc++/80796 Add new std::search overload for C++17 | redi | 2017-05-19 | 3 | -0/+67 |
* | PR libstdc++/80478 make std::mem_fn work with noexcept functions | redi | 2017-05-18 | 3 | -0/+40 |
* | Fix typos in libstdc++ manual | redi | 2017-05-18 | 5 | -4/+8 |
* | Update libstdc++ version info in manual | redi | 2017-05-18 | 5 | -2/+26 |
* | Fixes to Doxygen comments in libstdc++ headers | redi | 2017-05-17 | 8 | -11/+33 |
* | Implement new C++ intrinsics __is_assignable and __is_constructible. | ville | 2017-05-17 | 9 | -234/+109 |