aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_algo.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-12libstdc++: do not use an unreserved name in _Temporary_buffer [PR119496]Giuseppe D'Angelo1-2/+2
2025-06-02libstdc++: Implement LWG 2439 for std::unique_copy [PR120386]Jonathan Wakely1-39/+50
2025-05-23libstdc++: Fix concept checks for std::unique_copy [PR120384]Jonathan Wakely1-14/+3
2025-03-27libstdc++: add constexpr stable_partitionGiuseppe D'Angelo1-2/+19
2025-03-27libstdc++: add constexpr inplace_mergeGiuseppe D'Angelo1-0/+9
2025-03-05libstdc++: use if consteval in stable_sortGiuseppe D'Angelo1-5/+5
2025-02-25libstdc++: add support for constexpr stable_sort (P2562R1)Giuseppe D'Angelo1-0/+11
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-14libstdc++: Make equal and is_permutation short-circuit (LWG 3560)Jonathan Wakely1-6/+7
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-12/+12
2024-10-22libstdc++: Avoid using std::__to_address with iteratorsJonathan Wakely1-5/+11
2024-10-18libstdc++: Add nodiscard to std::findJonathan Wakely1-1/+1
2024-10-18libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]Jonathan Wakely1-21/+3
2024-09-19libstdc++: add #pragma diagnosticJason Merrill1-0/+5
2024-08-23libstdc++: Fix std::random_shuffle for low RAND_MAX [PR88935]Giovanni Bajo1-9/+33
2024-07-27libstdc++: Remove __find_if unrolling for random access iteratorsJonathan Wakely1-2/+1
2024-07-07libstdc++: Fix std::find for non-contiguous iterators [PR115799]Jonathan Wakely1-24/+20
2024-07-05libstdc++: Use memchr to optimize std::find [PR88545]Jonathan Wakely1-2/+33
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely1-51/+51
2024-02-15libstdc++: Use unsigned division in std::rotate [PR113811]Jonathan Wakely1-2/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-8/+4
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-10/+10
2023-07-26libstdc++: Add deprecated attribute to std::random_shuffle declarationsJonathan Wakely1-3/+3
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont1-90/+0
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-3/+0
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-10libstdc++: Fix some algos for 16-bit size_t [PR108221]Jonathan Wakely1-2/+3
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-1/+1
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely1-6/+19
2022-09-16libstdc++: Make more internal headers include their own dependenciesJonathan Wakely1-0/+1
2022-08-24libstdc++: Fix regression in std::stable_sortJonathan Wakely1-2/+3
2022-07-18libstdc++: Enhance branching in std::inplace_merge and std::stable_sortFrançois Dumont1-36/+68
2022-05-13libstdc++: Improve doxygen docs for algorithms and moreJonathan Wakely1-98/+100
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely1-3/+2
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-01libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]Jonathan Wakely1-20/+0
2021-10-01libstdc++: Implement std::clamp with std::min and std::max [PR 96733]Jonathan Wakely1-6/+11
2021-08-18libstdc++: Enable doxygen processing for C++20 componentsJonathan Wakely1-0/+8
2021-08-18libstdc++: Minor optimization for min/max/minmaxJonathan Wakely1-28/+50
2021-08-03libstdc++: Deprecate std::random_shuffle for C++14Jonathan Wakely1-2/+8
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont1-4/+12
2020-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely1-1/+1
2020-10-13libstdc++: Fix doxygen comment for std::any_ofNuno Lopes1-1/+1
2020-09-21libstdc++: Fix division by zero in std::samplePatrick Palka1-0/+3
2020-09-21libstdc++: Mark some more algorithms constexpr for C++20Patrick Palka1-0/+2
2020-06-19libstdc++: std::includes performance tweakMarc Glisse1-8/+6
2020-06-04libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iteratorsFrançois Dumont1-26/+1