| Commit message (Expand) | Author | Age | Files | Lines |
* | Define monotonic_buffer_resource members out-of-line | Jonathan Wakely | 2018-08-07 | 1 | -0/+2 |
* | Add initial version of C++17 <memory_resource> header | Jonathan Wakely | 2018-07-24 | 1 | -0/+5 |
* | S/390: libstdc++: 64 and 32 bit baseline update | Andreas Krebbel | 2018-07-16 | 3 | -0/+36 |
* | Simplify linker script patterns for std::exception_ptr | Jonathan Wakely | 2018-07-06 | 1 | -8/+4 |
* | P0935R0 Eradicating unnecessarily explicit default constructors | Jonathan Wakely | 2018-07-06 | 1 | -4/+22 |
* | PR libstdc++/85831 define move constructors and operators for exceptions | Jonathan Wakely | 2018-07-05 | 1 | -0/+7 |
* | Update powerpc64-linux-gnu/baseline_symbols.txt | Jonathan Wakely | 2018-06-25 | 1 | -0/+3 |
* | Fix unexported basic_string symbols for 32-bit targets | Jonathan Wakely | 2018-06-22 | 1 | -6/+6 |
* | PR libstdc++/83328 add correct basic_string::insert for initializer_list | Jonathan Wakely | 2018-06-21 | 1 | -1/+35 |
* | * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. | Jonathan Wakely | 2018-06-21 | 1 | -0/+3 |
* | Add support for opening file streams from wide character strings | Jonathan Wakely | 2018-05-21 | 2 | -0/+38 |
* | PR libstdc++/83834 replace wildcard pattern in linker script | Jonathan Wakely | 2018-01-16 | 1 | -1/+1 |
* | re PR libstdc++/81092 (Missing symbols for new std::wstring constructors) | Andreas Schwab | 2018-01-14 | 1 | -1/+2 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 155 | -155/+155 |
* | [aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of __AARCH64EB__ in opt_ran... | Kyrylo Tkachov | 2017-12-20 | 1 | -1/+1 |
* | Fix -Wunused warnings in libstdc++ headers | Jonathan Wakely | 2017-12-04 | 1 | -1/+1 |
* | baseline_symbols.txt: Update. | John David Anglin | 2017-11-30 | 1 | -0/+5 |
* | Avoid -Wattribute-alias warnings for long double compat symbols | Jonathan Wakely | 2017-10-24 | 1 | -0/+1 |
* | PR libstdc++/81751 don't call fflush(NULL) | Jonathan Wakely | 2017-08-09 | 1 | -2/+4 |
* | Add optimized implementation of mersenne twister for aarch64 | Michael Collison | 2017-07-23 | 2 | -0/+227 |
* | Add AddressSanitizer annotations to std::vector | Jonathan Wakely | 2017-07-21 | 2 | -0/+8 |
* | Update baseline symbols for aarch64-none-linux-gnu | Ramana Radhakrishnan | 2017-06-21 | 1 | -0/+3 |
* | baseline_symbols.txt: Update. | Uros Bizjak | 2017-06-20 | 1 | -0/+24 |
* | Update Solaris baselines for GCC 8.0 (PR libstdc++/81092) | Rainer Orth | 2017-06-19 | 8 | -0/+32 |
* | x32: Update baseline_symbols.txt | H.J. Lu | 2017-06-18 | 1 | -0/+5 |
* | re PR libstdc++/81092 (Missing symbols for new std::wstring constructors) | Andreas Schwab | 2017-06-18 | 1 | -1/+4 |
* | re PR libstdc++/81092 (Missing symbols for new std::wstring constructors) | Jakub Jelinek | 2017-06-16 | 3 | -1/+38 |
* | PR libstdc++/81092 add std::wstring symbols and bump library version | Jonathan Wakely | 2017-06-16 | 3 | -1/+19 |
* | baseline_symbols.txt: Update. | Andreas Schwab | 2017-06-03 | 1 | -0/+26 |
* | baseline_symbols.txt: Update. | Andreas Schwab | 2017-05-24 | 2 | -8/+54 |
* | PR libstdc++/67578 Implement non-trivial std::random_device::entropy | Xi Ruoyao | 2017-05-23 | 1 | -0/+7 |
* | 2017-05-11 François Dumont <fdumont@gcc.gnu.org> | François Dumont | 2017-05-11 | 1 | -5/+0 |
* | Bump version namespace. | François Dumont | 2017-05-10 | 1 | -29/+29 |
* | re PR bootstrap/69506 (check-in 232454 seems to cause problems with cygwin bu... | Hugo Beauzée-Luyssen | 2017-05-02 | 1 | -0/+2 |
* | x32: Update baseline_symbols.txt | H.J. Lu | 2017-02-13 | 1 | -0/+24 |
* | re PR libstdc++/79348 (abi_check fails on s390x (2 undesignated symbols)) | Jakub Jelinek | 2017-02-13 | 9 | -4/+468 |
* | Update libstdc++ baseline symbols for x32 | H.J. Lu | 2017-02-02 | 1 | -0/+80 |
* | Separate Solaris/SPARC and x86 baselines | Rainer Orth | 2017-02-02 | 8 | -0/+10608 |
* | Update Solaris baselines | Rainer Orth | 2017-02-02 | 6 | -0/+122 |
* | PR libstdc++/79254 simplify exception-safety in copy assignment | Jonathan Wakely | 2017-02-01 | 1 | -3/+0 |
* | PR libstdc++/79254 fix exception-safety in std::string::operator= | Jonathan Wakely | 2017-01-27 | 1 | -1/+6 |
* | PR65411 don't retry fclose on EINTR | Jonathan Wakely | 2017-01-13 | 1 | -10/+1 |
* | Support exception propagation without lock-free atomic int | Pauli Nieminen | 2017-01-04 | 1 | -0/+47 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 153 | -153/+153 |
* | PR 71444 define more error constants for mingw-w64 | Jonathan Wakely | 2016-12-21 | 1 | -40/+61 |
* | baseline_symbols.txt: Regenerate. | John David Anglin | 2016-12-03 | 1 | -0/+95 |
* | gnu-versioned-namespace.ver: Export C++17 new of over-aligned types symbols. | François Dumont | 2016-11-07 | 1 | -0/+12 |
* | Fix libstdc++ versioned namespace build | Jonathan Wakely | 2016-10-03 | 1 | -0/+4 |
* | [RTEMS] Always use atomic builtins for libstdc++ | Sebastian Huber | 2016-09-23 | 1 | -0/+3 |
* | * config/abi/pre/gnu.ver: Use [jmy] for size_t. | Jason Merrill | 2016-09-12 | 1 | -6/+6 |