summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile/list
Commit message (Expand)AuthorAgeFilesLines
* Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2019-05-131-650/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-3/+2
* C++11 allocator support for std::list.Jonathan Wakely2015-06-171-2/+8
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Major maintenance patch of the profile mode.François Dumont2014-11-101-77/+120
* array: Clean useless white chars.François Dumont2014-05-241-243/+151
* re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely2014-01-221-1/+9
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-181-5/+5
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-181-9/+9
* stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...Paolo Carlini2013-07-011-13/+29
* stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini2013-06-271-6/+11
* re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini2013-05-101-0/+8
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-22/+22
* deque: Constrain InputIterator parameters.Jonathan Wakely2012-11-061-6/+22
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-10/+10
* list.cc: Use noexcept per the FDIS.Paolo Carlini2011-05-261-19/+20
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-3/+3
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-1/+1
* re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ...Paolo Carlini2010-06-181-3/+33
* libstdc++ profile mode bug fixes and minor updatesSilvius Rus2010-01-101-52/+147
* set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini2010-01-091-6/+4
* set.h: Protect move assignment operator vs self assignment.Paolo Carlini2010-01-091-3/+6
* list: Implement DR 1133 here too.Paolo Carlini2010-01-041-56/+50
* bitset: Tweak doxygen markup.Benjamin Kosnik2009-11-171-1/+1
* merge branch profile-stdlibSilvius Rus2009-10-031-0/+520