Age | Commit message (Expand) | Author | Files | Lines |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-03 | libstdc++: Mark headers that must be hosted as such [PR103626] | Arsen Arsenović | 1 | -0/+2 |
2022-06-16 | libstdc++: Apply r13-1096-g6abe341558abec change to vstring too [PR101482] | Jonathan Wakely | 1 | -25/+20 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-19 | libstdc++: Begin lifetime of chars in constexpr std::string [PR103295] | Jonathan Wakely | 1 | -0/+1 |
2021-10-09 | libstdc++: Enable vstring for wchar_t unconditionally [PR98725] | Jonathan Wakely | 1 | -2/+0 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-22 | Remove redundant std::allocator members for C++20 | Jonathan Wakely | 1 | -2/+3 |
2019-01-21 | Fix after P0600. | Ulrich Drepper | 1 | -1/+1 |
2019-01-08 | PR libstdc++/88066 use <> for includes not "" | Jonathan Wakely | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-07-26 | Remove char16_t and char32_t dependency on <stdint.h> | Jonathan Wakely | 1 | -2/+0 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-15 | PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test | Jonathan Wakely | 1 | -1/+1 |
2015-11-13 | More fine-grained autoconf checks for C99 library | Jennifer Yao | 1 | -4/+8 |
2015-10-02 | Use noexcept instead of _GLIBCXX_NOEXCEPT | Jonathan Wakely | 1 | -4/+4 |
2015-09-09 | Enable lightweight checks with _GLIBCXX_ASSERTIONS. | Jonathan Wakely | 1 | -2/+2 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
2013-09-21 | Print additional info when various out-of-range conditions are detected. | Paul Pluzhnikov | 1 | -3/+11 |
2013-09-19 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -21/+15 |
2013-08-15 | re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in... | Paolo Carlini | 1 | -3/+5 |
2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini | 1 | -16/+90 |
2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 1 | -2/+25 |
2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini | 1 | -1/+9 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -2/+1 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 1 | -29/+29 |
2012-03-05 | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini | 1 | -1/+36 |
2011-11-18 | hash-long-double-aux.cc: Rename to... | Paolo Carlini | 1 | -4/+4 |
2011-11-07 | basic_string.h (basic_string::at): Move adjacent to other overload. | Jonathan Wakely | 1 | -0/+11 |
2011-11-01 | Makefile.am (install-freestanding-headers): Install c++0x_warning.h. | Jason Merrill | 1 | -0/+3 |
2011-08-07 | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 1 | -6/+6 |
2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 1 | -4/+7 |
2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 1 | -1/+1 |
2011-05-31 | basic_string.h: Use noexcept per the FDIS (minus compare(const string&)... | Paolo Carlini | 1 | -29/+36 |
2011-05-02 | sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup. | Ollie Wild | 1 | -2/+2 |
2011-02-17 | re PR libstdc++/47773 (Versatile string lacks a default hash function) | Paolo Carlini | 1 | -0/+60 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 1 | -6/+15 |
2011-01-21 | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 1 | -4/+2 |
2010-12-19 | basic_string.h (operator+(basic_string<>&&, basic_string<>&&)): Optimize better. | Paolo Carlini | 1 | -1/+7 |
2010-12-15 | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 1 | -0/+51 |
2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini | 1 | -1/+1 |
2010-05-31 | basic_string.h (front, back): Add. | Paolo Carlini | 1 | -6/+6 |
2010-04-03 | basic_string.h: Fix pasto in comment. | Paolo Carlini | 1 | -5/+4 |
2010-02-10 | streambuf: Adjust doxygen group markup. | Benjamin Kosnik | 1 | -3/+5 |
2010-02-04 | re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) | Benjamin Kosnik | 1 | -8/+9 |