]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/stl_algobase.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / stl_algobase.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-14  Jonathan Wakelylibstdc++: Make __gnu_debug::vector usable in constant...
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-08-09  Jonathan Wakelylibstdc++: Fix constexpr functions to conform to older...
2023-06-01  François Dumontlibstdc++: Reduce <functional> inclusion to <stl_algoba...
2023-02-28  Jonathan Wakelylibstdc++: Do not use memmove for 1-element ranges...
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-10  Jonathan Wakelylibstdc++: Fix some algos for 16-bit size_t [PR108221]
2022-09-16  Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jonathan Wakelylibstdc++: Define std::__is_constant_evaluated() for...
2021-11-12  Jonathan Wakelylibstdc++: Implement constexpr std::vector for C++20
2021-10-01  Jonathan Wakelylibstdc++: Reduce header dependencies for C++20 std...
2021-10-01  Jonathan Wakelylibstdc++: Add std::__conditional_t alias template
2021-09-28  Jonathan Wakelylibstdc++: Fix _OutputIteratorConcept checks in algorithms
2021-07-16  Jonathan Wakelylibstdc++: Use __extension__ instead of diagnostic...
2021-07-16  Jonathan Wakelylibstdc++: Suppress pedantic warnings about __int128
2021-05-06  Jonathan Wakelylibstdc++: Improve static assert messages
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-12  Jonathan Wakelylibstdc++: Fix documentation for return values of copy...
2020-09-02  Jonathan Wakelylibstdc++: Fix three-way comparison for std::array...
2020-06-24  Jonathan Wakelylibstdc++: Fix warnings with -Wsystem-headers
2020-06-19  Jonathan Wakelylibstdc++: Fix some -Wsystem-headers warnings (PR 95765)
2020-06-10  François Dumontlibstdc++: Extend memcmp optimization in std::lexicogra...
2020-06-04  François Dumontlibstdc++: Specialize copy/copy_n for istreambuf_iterat...
2020-05-07  Jonathan Wakelylibstdc++: Fix some C++20 algorithms to work in paralle...
2020-05-06  François Dumontlibstdc++ std::fill overload for std::vector<bool>...
2020-05-03  Jonathan Wakelylibstdc++: Make byte-sized std::fill_n a constant expre...
2020-03-18  Jonathan Wakelylibstdc++: Fix compilation with released versions of...
2020-03-03  Jonathan Wakelylibstdc++: Workaround is_trivially_copyable<volatile...
2020-03-03  Jonathan Wakelylibstdc++: Micro-optimisations for lexicographical_comp...
2020-03-02  Jonathan Wakelylibstdc++: Fix std::lexicographic_compare for unsigned...
2020-02-29  François Dumontlibstdc++ Hastable: Move std::is_permutation to limit...
2020-02-26  Jonathan Wakelylibstdc++ Two simplifications for lexicographical_compare
2020-02-25  Jonathan Wakelylibstdc++: Remove __memmove wrapper for constexpr algor...
2020-02-25  Jonathan Wakelylibstdc++: Fix regression in std::move algorithm (PR...
2020-02-06  Jonathan Wakelylibstdc++: Remove redundant macro that is always empty
2020-01-06  Jonathan Wakelylibstdc++: Define __cpp_lib_three_way_comparison condit...
2020-01-03  Jonathan Wakelylibstdc++: Only use std::compare_three_way when concept...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-10  François Dumontlibstdc++: Rework std::copy/copy_backward/move/move_bac...
2019-12-05  Jonathan Wakelylibstdc++: Define std::lexicographical_compare_three_wa...
2019-08-30  Jonathan WakelyPR libstdc++/89164 enforce constraints for uninitialize...
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-04-29  Jonathan WakelyPR libstdc++/87982 Fix generate_n and fill_n use of...
2019-03-22  Jonathan WakelyAvoid -Wconversion warnings when -Wsystem-headers is...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-22  Marc GlisseImprove relocation
2018-07-24  Jonathan WakelyPR libstdc++/86658 fix __niter_wrap to not copy invalid...
2018-07-19  Glen Joseph FernandesUse __builtin_memmove for trivially copyable types
2018-07-03  François Dumontstl_algobase.h (__niter_wrap): New.
2018-06-13  François Dumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-12  François Dumontmacros.h (__glibcxx_check_can_increment_range): New.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-26  Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-09-19  Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-05-10  François Dumontstl_algobase.h (std::__iter_swap<false>): Remove _GLIBC...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-06-17  Jonathan Wakelylibstdc++/71545 fix debug checks in binary search algor...
2016-01-26  Jonathan WakelyFix assertions for move assignment of trivial types
2016-01-04  Jakub JelinekUpdate copyright years.
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-07-16  François Dumontstl_algobase.h (__miter_base): Move...
2015-05-31  Jonathan Wakelyre PR libstdc++/66354 ([UBSAN] stl_algobase.h:708:7...
2015-05-30  Jonathan Wakelystl_algobase.h (__equal<true>::equal): Check length...
2015-05-29  Jonathan Wakelyre PR libstdc++/66327 (-fsanitize=nonnull-attribute...
2015-05-20  François Dumont2015-05-20 François Dumont <fdumont@gcc.gnu.org>
2015-04-30  François Dumont2015-04-30 François Dumont <fdumont@gcc.gnu.org>
2015-04-29  Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-22  Ville Voutilainenre PR libstdc++/60271 ([DR2369] [C++1y] std::max(initia...
2014-10-01  Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-09  Jonathan Wakelyre PR libstdc++/58982 (std::vector<std::atomic<int...
2013-09-28  François Dumontstl_algo.h (remove_copy, [...]): Declare inline.
2013-09-27  François Dumontpredefined_ops.h: New.
2013-09-07  Paolo Carlinire PR libstdc++/58341 (Doc conflicts with standard...
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-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-09-23  Paolo Carlinirevert: stl_algobase.h (max, min): Use conditional...
2012-09-21  Paolo Carlinistl_algobase.h (max, min): Use conditional operator.
2012-05-22  Dodji SeketeliPR c++/53322 - -Wunused-local-typedefs is not enabled...
2012-04-29  Marc Glissere PR libstdc++/51795 (linear_congruential_engine doesn...
2012-04-14  Paolo Carlinire PR libstdc++/52699 (infinite loop generated with...
2012-03-05  Paolo Carlinistl_algobase.h (iter_swap): In C++11 mode just call...
2011-10-11  Emil Wojakre PR libstdc++/50661 (std::equal should use more effic...
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-01-30  Benjamin KosnikPR libstdc++/36104 part four
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-29  Paolo Carlini[multiple changes]
next