aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/headers
AgeCommit message (Expand)AuthorFilesLines
2025-03-27libstdc++: add constexpr stable_partitionGiuseppe D'Angelo1-0/+1
2025-03-27libstdc++: add constexpr inplace_mergeGiuseppe D'Angelo1-0/+2
2025-02-25libstdc++: add support for constexpr stable_sort (P2562R1)Giuseppe D'Angelo1-0/+2
2025-01-02Update copyright years.Jakub Jelinek8-8/+8
2024-06-08libstdc++: Define __cpp_lib_ranges in <algorithm>Jonathan Wakely1-0/+8
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-08-03libstdc++: Remove trailing whitespace in some testsJonathan Wakely1-106/+106
2021-08-03libstdc++: Deprecate std::random_shuffle for C++14Jonathan Wakely1-0/+8
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland1-0/+27
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+80
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2017-01-01Update copyright years.Jakub Jelinek8-8/+8
2016-12-08parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn1-1/+1
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely1-0/+50
2016-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely1-0/+28
2016-01-04Update copyright years.Jakub Jelinek6-6/+6
2015-06-12tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely1-1/+5
2015-05-09synopsis.cc: Add _GLIBCXX14_CONSTEXPR.Jason Merrill1-0/+18
2015-01-05Update copyright years.Jakub Jelinek6-6/+6
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford6-6/+6
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford6-6/+6
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek3-3/+3
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-5/+5
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler2-2/+106
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek6-30/+24
2008-09-17re PR libstdc++/37547 ([c++0x] minmax with initializer_list gives incorrect r...Paolo Carlini1-6/+6
2008-09-16[multiple changes]Paolo Carlini1-1/+25
2008-06-29stl_algo.h (copy_n): Add in C++0x mode.Paolo Carlini1-0/+4
2008-06-28stl_algo.h (partition_point): Add in C++0x mode.Paolo Carlini1-0/+4
2008-06-27stl_algo.h (is_partitioned): Add in C++0x mode.Paolo Carlini1-0/+4
2008-06-26stl_algo.h (partition_copy): Add in C++0x mode.Paolo Carlini1-0/+5
2008-06-25stl_algo.h (__find_if_not, [...]): Add in C++0x, per N2666.Paolo Carlini1-1/+19
2008-06-24stl_algo.h (remove_if): Cast __pred result to bool.Paolo Carlini1-1/+13
2007-11-02stl_algo.h (minmax, [...]): Add.Paolo Carlini1-0/+18
2007-10-14stl_algo.h (is_sorted, [...]): Add.Paolo Carlini1-0/+16
2007-10-12stl_heap.h (__is_heap_until): Add.Paolo Carlini1-0/+18
2007-10-12user.cfg.in: Scan tr1_impl/hashtable.Benjamin Kosnik4-0/+0
2007-09-11Add parallel mode.Johannes Singler4-0/+125
2007-08-22Makefile.am (install-data-local): Remove pch-install rules.Benjamin Kosnik1-376/+433
2007-02-20[multiple changes]Benjamin Kosnik2-0/+431