aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/algorithmfwd.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-3/+0
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-4/+3
2023-07-26libstdc++: Add deprecated attribute to std::random_shuffle declarationsJonathan Wakely1-0/+2
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+4
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely1-7/+8
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-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland1-2/+1
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland1-0/+28
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+86
2019-06-19Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-24Remove trailing whitespace in C++ headersAditya Kumar1-103/+103
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely1-16/+16
2016-07-15Implement C++17 P0025 clamp.Edward Smith-Rowland1-0/+13
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen1-13/+8
2015-02-19re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should r...Jonathan Wakely1-3/+6
2015-01-17DR 488 PR libstdc++/58357Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...Ville Voutilainen1-0/+18
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-03-08memoryfwd.h: New.Benjamin Kosnik1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-12/+12
2011-11-01Makefile.am (install-freestanding-headers): Install c++0x_warning.h.Jason Merrill1-0/+2
2011-08-28move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini1-2/+2
2011-06-21move.h (__is_nothrow_swappable): Add.Daniel Krugler1-1/+5
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini1-2/+2
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini1-1/+6
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-4/+7
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-1/+1
2011-01-14[multiple changes]Paolo Carlini1-1/+10
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-1/+1
2010-08-11stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1...Paolo Carlini1-1/+1
2010-07-08stl_heap.h: Update markup.Benjamin Kosnik1-5/+5
2010-03-19random.tcc: Minor formatting changes.Paolo Carlini1-1/+1
2010-03-19stl_algo.h (shuffle): Add, per D3056.Paolo Carlini1-2/+14
2009-12-15PR libstdc++/25304, DR 865 [Ready]Paolo Carlini1-14/+0
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-5/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-2/+17
2009-02-19doxygroups.cc: Move algorithm groups into algorithmfwd.h.Benjamin Kosnik1-85/+130
2008-09-17re PR libstdc++/37547 ([c++0x] minmax with initializer_list gives incorrect r...Paolo Carlini1-6/+6