summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/pstl
AgeCommit message (Expand)Author
2025-09-12libstdc++: Fix memory leak in PSTL TBB backend [PR117276]Jonathan Wakely
2025-07-14libstdc++: Protect PSTL headers against overloaded commasJonathan Wakely
2025-05-06libstdc++: Fix <numeric> parallel algos for move-only values [PR117905]Jonathan Wakely
2024-12-13libstdc++: Fix -Wreorder warning in <pstl/parallel_backend_tbb.h>Jonathan Wakely
2024-12-10libstdc++: pstl: port away from is_trivialGiuseppe D'Angelo
2024-12-03libstdc++: Fix parallel std::exclusive_scan [PR108236]Jonathan Wakely
2024-09-27libgcc, libstdc++: Make declarations no longer TU-local [PR115126]Nathaniel Shead
2024-09-22libstdc++: add default template parameters to algorithmsJonathan Wakely
2024-09-15libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]Jonathan Wakely
2024-06-13libstdc++: Fix unwanted #pragma messages from PSTL headers [PR113376]Jonathan Wakely
2024-06-05[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__Alexandre Oliva
2024-03-19libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]Jonathan Wakely
2023-07-04libstdc++: Enable OpenMP 5.0 pragmas in PSTL headersJonathan Wakely
2023-06-30libstdc++: Re-apply PR108672 fix (avoid use of naked int32_t in unseq_backend...Hans-Peter Nilsson
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers
2023-02-16libstdc++: Fix non-reserved names in PSTL headersJonathan Wakely
2023-02-04libstdc++: Avoid use of naked int32_t in unseq_backend_simd.h, PR108672Hans-Peter Nilsson
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely
2021-02-23libstdc++: Fix up parallel_backend_serial.h [PR97549]Jakub Jelinek
2020-10-21libstdc++: Rebase include/pstl to current upstreamThomas Rodgers
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers
2019-06-25pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas e...Jakub Jelinek
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers
2019-05-21LWG 3062 - Unnecessary decay_t in is_execution_policy_vThomas Rodgers
2019-05-17Fix uses of non-reserved names for template parametersJonathan Wakely
2019-04-20Cleanup algorithm implementationsThomas Rodgers
2019-04-19Improve implementation of parallel equal()Thomas Rodgers
2019-04-13Uglify identifiers missed in previous commit(s)Thomas Rodgers
2019-04-11Replace direct PSTL uses of assert() with a macroThomas Rodgers
2019-04-09Add PSTL internal namespace qualificationsThomas Rodgers
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers