summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_heap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland2019-08-141-0/+13
* Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland2019-08-011-0/+9
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/80064 make heap algorithms work with function typesJonathan Wakely2017-03-161-7/+12
* PR67085 pass comparison functions by reference in heap algorithmsJonathan Wakely2017-01-191-41/+45
* Fix unsafe moves inside loopsJonathan Wakely2017-01-191-3/+6
* PR67085 move comparison functions in heap operationsJonathan Wakely2017-01-191-10/+19
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* 2015-11-09 François Dumont <fdumont@gcc.gnu.org>François Dumont2015-11-091-4/+2
* re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont2015-08-251-0/+10
* Revert my change to commit with PR reference again.François Dumont2015-08-251-10/+0
* formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont2015-08-241-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* predefined_ops.h: New.François Dumont2013-09-271-146/+86
* re PR libstdc++/57010 ([c++0x] priority_queue<>::pop() calls self-move-assign...Paolo Carlini2013-04-221-4/+10
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-2/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-1/+1
* stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate.Markus Trippelsdorf2011-12-041-0/+1
* macros.h (__glibcxx_check_non_empty_range): Define.Jonathan Wakely2011-12-031-2/+4
* user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik2011-08-071-50/+53
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-2/+2
* stl_heap.h: Update markup.Benjamin Kosnik2010-07-081-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-211-13/+18
* [multiple changes]Paolo Carlini2008-06-211-1/+1
* re PR libstdc++/36338 (heap_sort effectively hangs with -D_GLIBCXX_DEBUG)Paolo Carlini2008-05-311-5/+13
* re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini2007-11-151-26/+26
* stl_algo.h (is_sorted, [...]): Add.Paolo Carlini2007-10-141-2/+18
* stl_heap.h (__is_heap_until): Add.Paolo Carlini2007-10-121-16/+90
* stl_heap.h (__push_heap, [...]): Use _GLIBCXX_MOVE.Chris Jefferson2007-10-111-36/+49
* re PR libstdc++/21172 (potential integer overflow error in STL heap functions)Paolo Carlini2007-02-131-17/+21
* stl_heap.h (sort_heap): Iterator post-decrement is only required to be conver...Paolo Carlini2006-09-101-3/+3
* c++config: Add in revised namespace associations.Benjamin Kosnik2005-12-191-8/+4
* All files: Update FSF address.Kelley Cook2005-08-171-1/+1
* Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti2004-02-081-14/+14
* stl_algo.h: Wrap overlong lines...Paolo Carlini2004-01-311-78/+102
* [multiple changes]Benjamin Kosnik2003-11-111-1/+60
* stl_algo.h (includes, [...]): Document.Jerry Quinn2003-07-151-0/+76
* Move from CPP to CXX.Benjamin Kosnik2003-07-051-15/+15
* stl_heap.h: Fully qualify standard functions with std::, thus avoiding Koenig...Paolo Carlini2003-07-041-16/+16
* c_io_stdio.h: Correct grammar in comments.Phil Edwards2001-11-021-2/+3
* re PR libstdc++/3666 (Invalid concept-checking code.)Phil Edwards2001-11-011-12/+12
* All occurrences of the __value_type() and __distance_type() functions...Stephen M. Webb2001-07-181-271/+235
* algo.h: Add "GPL plus runtime exception" comment block, this time for real.Phil Edwards2001-06-271-0/+29