]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/stl_algo.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / stl_algo.h
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-10  Jonathan Wakelylibstdc++: Fix some algos for 16-bit size_t [PR108221]
2022-10-03  Arsen Arsenovićlibstdc++: Mark headers that must be hosted as such...
2022-09-16  Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-09-16  Jonathan Wakelylibstdc++: Make more internal headers include their...
2022-08-24  Jonathan Wakelylibstdc++: Fix regression in std::stable_sort
2022-07-18  François Dumontlibstdc++: Enhance branching in std::inplace_merge...
2022-05-13  Jonathan Wakelylibstdc++: Improve doxygen docs for algorithms and...
2022-05-13  Jonathan Wakelylibstdc++: Add macros for the inline namespace std...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-01  Jonathan Wakelylibstdc++: Reduce header dependencies for C++20 std...
2021-10-01  Jonathan Wakelylibstdc++: Implement std::clamp with std::min and std...
2021-08-18  Jonathan Wakelylibstdc++: Enable doxygen processing for C++20 components
2021-08-18  Jonathan Wakelylibstdc++: Minor optimization for min/max/minmax
2021-08-03  Jonathan Wakelylibstdc++: Deprecate std::random_shuffle for C++14
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-20  François Dumontlibstdc++: Limit memory allocation in stable_sort/inpla...
2020-11-04  Jonathan Wakelylibstdc++: Define new C++17 std::search overload for...
2020-10-13  Nuno Lopeslibstdc++: Fix doxygen comment for std::any_of
2020-09-22  Patrick Palkalibstdc++: Fix division by zero in std::sample
2020-09-22  Patrick Palkalibstdc++: Mark some more algorithms constexpr for...
2020-06-19  Marc Glisselibstdc++: std::includes performance tweak
2020-06-04  François Dumontlibstdc++: Specialize copy/copy_n for istreambuf_iterat...
2020-06-04  Jonathan Wakelylibstdc++: Make std::copy_n work with negative and...
2020-02-29  François Dumontlibstdc++ Hastable: Move std::is_permutation to limit...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-07  Jonathan Wakelylibstdc++: make negative count safe with std::for_each_n
2019-10-06  François DumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06  François DumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06  François DumontAdd std::copy_n __glibcxx_requires_can_increment checks.
2019-09-28  François Dumontstl_algo.h (merge): Fix documentation.
2019-09-12  Jonathan WakelyPR libstdc++/91748 fix std::for_each_n for random acces...
2019-08-14  Edward Smith-RowlandImplement C++20 p0879 - Constexpr for swap and swap...
2019-08-01  Edward Smith-RowlandImplement C++20 p0202 - Add Constexpr Modifiers to...
2019-06-19  Jonathan WakelyPR libstdc++/90920 restore previous checks for empty...
2019-06-18  Jonathan WakelyImplement new serial algorithms from Parallelism TS...
2019-04-29  Jonathan WakelyAdjust doxygen comment for std::generate_n
2019-04-29  Jonathan WakelyPR libstdc++/87982 Fix generate_n and fill_n use of...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-08  François Dumont2018-08-08 François Dumont <fdumont@gcc.gnu.org>
2018-06-05  François Dumont2018-06-05 François Dumont <fdumont@gcc.gnu.org>
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-26  Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-06-27  Jonathan WakelyPR libstdc++/81221 fix namespace qualification for...
2017-05-19  Jonathan WakelyPR libstdc++/80796 Add new std::search overload for...
2017-05-17  Jonathan WakelyFixes to Doxygen comments in libstdc++ headers
2017-03-02  Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-20  Jonathan WakelyPR64903 simplify last fix to std::is_partitioned
2017-01-19  Jonathan WakelyPR64903 fix number of predicate tests in std::is_partit...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-21  Eelis van der WeegenOptimize RNG use in std::sample selection sampling
2016-10-17  Jonathan WakelyPR77994 Convert std::sample size argument to suitable...
2016-10-14  Eelis van der WeegenOptimize std::shuffle by using generator to get two...
2016-10-12  Jonathan WakelyDefine std::sample for C++17
2016-07-15  Jonathan WakelyRemove redundant std::move in std::for_each
2016-07-15  Edward Smith-RowlandImplement C++17 P0025 clamp.
2016-06-17  Jonathan Wakelylibstdc++/71545 fix debug checks in binary search algor...
2016-04-14  Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13  Jonathan WakelyAdjust for new empty class parameter passing ABI.
2016-01-25  Jonathan WakelyAvoid including all of <random> in <algorithm>
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-09  François Dumont2015-11-09 François Dumont <fdumont@gcc.gnu.org>
2015-08-25  François Dumontre PR libstdc++/60519 (Debug mode should check comparat...
2015-08-25  François DumontRevert my change to commit with PR reference again.
2015-08-24  François Dumontformatter.h (_Debug_msg_id::__msg_irreflexive_ordering...
2015-04-29  Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-04-28  Jonathan Wakelystl_algo.h (random_shuffle): Only define for hosted...
2015-02-19  Jonathan Wakelyre PR libstdc++/58357 (In C++11 std::rotate(first,...
2015-01-18  Jonathan Wakelyre PR libstdc++/64646 (New overloads of std::is_permuta...
2015-01-17  Jonathan WakelyDR 488 PR libstdc++/58357
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-22  Ville Voutilainenre PR libstdc++/60271 ([DR2369] [C++1y] std::max(initia...
2014-11-11  François Dumontre PR libstdc++/61107 (stl_algo.h: std::__inplace_stabl...
2014-09-12  Jonathan Wakelyre PR libstdc++/59603 (std::random_shuffle tries to...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-20  Chris Jeffersonre PR libstdc++/58800 (std::nth_element segfaults on...
2013-09-30  Chris Jeffersonre PR libstdc++/58437 (Sorting value in reverse order...
2013-09-28  François Dumontstl_algo.h (remove_copy, [...]): Declare inline.
2013-09-27  François Dumontpredefined_ops.h: New.
2013-09-11  Mitsuru Kariyare PR libstdc++/58358 (search_n has a Complexity violat...
2013-06-17  Jonathan Wakelystl_algobase.h (equal): Make C++14 overloads from N3671...
2013-06-08  Jonathan Wakelystl_algo.h (is_permutation): Add overloads from N3671.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-19  Jonathan Wakelystl_algo.h (reverse_copy): Update comment per DR 2074.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-04-12  Jeffrey YasskinFix PR52822 (stable_partition move-assigns object to...
2011-12-10  Benjamin Kosnikuser.cfg.in: Add macros, directories.
2011-08-18  Paolo Carlinire PR libstdc++/50119 ([C++0x] copy_n advances InputIte...
2011-08-07  Benjamin Kosnikuser.cfg.in (PDF_HYPERLINKS): To NO.
2011-07-11  Paolo Carlinire PR libstdc++/49559 ([C++0x] stable_sort calls self...
2011-03-09  Paolo Carlini[multiple changes]
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2011-01-14  Paolo Carlini[multiple changes]
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-09-01  Christopher Yeleightonre PR libstdc++/45488 (lower_bound doesn't really requi...
2010-08-11  Paolo Carlinistl_algo.h (shuffle): Change signature consistently...
2010-05-21  Paolo Carlinire PR libstdc++/25306 (fill_n, generate_n assume Size...
2010-03-23  Paolo Carlinistl_algobase.h (lower_bound(_ForwardIterator, _ForwardI...
next