aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely1-1/+3
2022-05-13libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely1-0/+4
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely1-0/+2
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-08-19libstdc++: Add deprecated attributes to old iostream membersJonathan Wakely2-5/+5
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-10-23Adjust extension types to use allocator_traitsJonathan Wakely2-9/+19
2019-05-31Remove using-declarations that add std names to __gnu_cxxJonathan Wakely1-44/+35
2019-03-21PR libstdc++/88066 Use <> for includes not ""Jonathan Wakely3-3/+3
2019-01-21Fix after P0600.Ulrich Drepper3-5/+5
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-0/+5
2018-05-02PR libstdc++/69608 Move semantics for strstreambufJonathan Wakely1-1/+53
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2017-04-21Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely1-0/+4
2017-01-01Update copyright years.Jakub Jelinek8-8/+8
2016-10-20Prepare shared_ptr for array supportJonathan Wakely1-2/+2
2016-10-19Make std::enable_shared_from_this cope with ambiguityJonathan Wakely1-1/+1
2016-10-19Fix incorrect comment about std::auto_ptrJonathan Wakely1-2/+6
2016-01-04Update copyright years.Jakub Jelinek8-8/+8
2015-12-10Improve generated libstdc++ API docsJonathan Wakely1-4/+2
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-2/+2
2015-01-05Update copyright years.Jakub Jelinek8-8/+8
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-0/+6
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford8-8/+8
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford8-15/+8
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek4-5/+5
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2012-08-03memory: Include auto_ptr.h later.Jonathan Wakely1-1/+35
2011-11-20binders.h: Fix examples in doxygen comments and suggest using std::bind instead.Jonathan Wakely1-2/+7
2011-11-07make __stl_prime_list in comdatXinliang David Li1-4/+22
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik1-12/+12
2011-05-25re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor1-7/+8
2011-02-01run_doxygen: Allow doxygen 1.7.0 again.Benjamin Kosnik4-4/+14
2011-01-31c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED.Benjamin Kosnik2-7/+7
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik7-18/+45
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-1/+1
2010-04-13hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS...Ian Lance Taylor2-0/+6
2010-03-16hash_map: Use consistently the _BACKWARD_* prefix for the include guard.Paolo Carlini7-21/+25
2010-02-04re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik2-15/+16
2010-01-10libstdc++ profile mode bug fixes and minor updatesSilvius Rus2-8/+0
2009-10-03merge branch profile-stdlibSilvius Rus2-0/+8
2009-04-18condition_variable.cc (condition_variable, [...]): Mark throw()Jan Hubicka1-20/+20
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek8-117/+77
2009-04-08hashtable.h (erase): Correctly handle erasing a reference to an entry in the ...Ian Lance Taylor1-6/+24
2009-03-30hashtable.h (clear): Return quickly if the table is empty.Ian Lance Taylor1-0/+3
2009-03-27hashtable.h (_S_num_primes): Change to 29.Ian Lance Taylor1-7/+7