summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/algorithmfwd.h
AgeCommit message (Expand)Author
2025-03-27libstdc++: add constexpr stable_partitionGiuseppe D'Angelo
2025-03-27libstdc++: add constexpr inplace_mergeGiuseppe D'Angelo
2025-02-25libstdc++: add support for constexpr stable_sort (P2562R1)Giuseppe D'Angelo
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-22libstdc++: add default template parameters to algorithmsJonathan Wakely
2024-09-19libstdc++: add #pragma diagnosticJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-07-26libstdc++: Add deprecated attribute to std::random_shuffle declarationsJonathan Wakely
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland
2019-06-19Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-08-24Remove trailing whitespace in C++ headersAditya Kumar
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely
2016-07-15Implement C++17 P0025 clamp.Edward Smith-Rowland
2016-01-04Update copyright years.Jakub Jelinek
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen
2015-02-19re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should r...Jonathan Wakely
2015-01-17DR 488 PR libstdc++/58357Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-22re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...Ville Voutilainen
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-03-08memoryfwd.h: New.Benjamin Kosnik
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2011-11-01Makefile.am (install-freestanding-headers): Install c++0x_warning.h.Jason Merrill
2011-08-28move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini
2011-06-21move.h (__is_nothrow_swappable): Add.Daniel Krugler
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2011-01-14[multiple changes]Paolo Carlini
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-08-11stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1...Paolo Carlini
2010-07-08stl_heap.h: Update markup.Benjamin Kosnik