aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_heap.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely1-4/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-05-26libstdc++: Make headers include their prerequisitesNathan Sidwell1-0/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland1-0/+13
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-16PR libstdc++/80064 make heap algorithms work with function typesJonathan Wakely1-7/+12
2017-01-19PR67085 pass comparison functions by reference in heap algorithmsJonathan Wakely1-41/+45
2017-01-19Fix unsafe moves inside loopsJonathan Wakely1-3/+6
2017-01-19PR67085 move comparison functions in heap operationsJonathan Wakely1-10/+19
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-092015-11-09 François Dumont <fdumont@gcc.gnu.org>François Dumont1-4/+2
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont1-0/+10
2015-08-25Revert my change to commit with PR reference again.François Dumont1-10/+0
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-27predefined_ops.h: New.François Dumont1-146/+86
2013-04-22re PR libstdc++/57010 ([c++0x] priority_queue<>::pop() calls self-move-assign...Paolo Carlini1-4/+10
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2011-12-04stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate.Markus Trippelsdorf1-0/+1
2011-12-03macros.h (__glibcxx_check_non_empty_range): Define.Jonathan Wakely1-2/+4
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik1-50/+53
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+2
2010-07-08stl_heap.h: Update markup.Benjamin Kosnik1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-13/+18
2008-06-21[multiple changes]Paolo Carlini1-1/+1
2008-05-31re PR libstdc++/36338 (heap_sort effectively hangs with -D_GLIBCXX_DEBUG)Paolo Carlini1-5/+13
2007-11-15re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini1-26/+26
2007-10-14stl_algo.h (is_sorted, [...]): Add.Paolo Carlini1-2/+18
2007-10-12stl_heap.h (__is_heap_until): Add.Paolo Carlini1-16/+90
2007-10-11stl_heap.h (__push_heap, [...]): Use _GLIBCXX_MOVE.Chris Jefferson1-36/+49
2007-02-13re PR libstdc++/21172 (potential integer overflow error in STL heap functions)Paolo Carlini1-17/+21
2006-09-10stl_heap.h (sort_heap): Iterator post-decrement is only required to be conver...Paolo Carlini1-3/+3
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-8/+4
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-14/+14
2004-01-31stl_algo.h: Wrap overlong lines...Paolo Carlini1-78/+102